User:Barre: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
 
Line 56: Line 56:
<graphviz>
<graphviz>
digraph G {
digraph G {
   rankdir=LR;
   rankdir=TB;
   node [fontcolor="#000000", fontsize=9, fontname="Helvetica"];
   node [fontcolor="#000000", fontsize=9, fontname="Helvetica"];
   edge [fontcolor="#0000ff", fontsize=8, fontname="Helvetica"];
   edge [fontcolor="#0000ff", fontsize=8, fontname="Helvetica"];
Line 138: Line 138:
<graphviz>
<graphviz>
digraph G {
digraph G {
   rankdir=TB;
   rankdir=LR;
   node [fontcolor="#000000", fontsize=9, fontname="Helvetica"];
   node [fontcolor="#000000", fontsize=9, fontname="Helvetica"];
   edge [fontcolor="#0000ff", fontsize=8, fontname="Helvetica"];
   edge [fontcolor="#0000ff", fontsize=8, fontname="Helvetica"];

Latest revision as of 17:06, 13 December 2007

<kw_bread_crumbs>prefix=» |small=1|bgcolor=F9F9F9|trim_prefix=User:|on_top_hack=1</kw_bread_crumbs>

Wiki

Slicer

C/C++

CMake stuff

  • Add a 'cvsupdate' target to update the source tree from the build tree:
ADD_CUSTOM_TARGET(cvsupdate ${CMAKE_COMMAND} -E chdir "${CMAKE_SOURCE_DIR}" "${CVSCOMMAND}" update)

State Machine

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Wizard Workflow

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

FOOBAR

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.