User:Barre: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 60: Line 60:
   edge [fontcolor="#0000ff", fontsize=9, fontname="Helvetica"];
   edge [fontcolor="#0000ff", fontsize=9, fontname="Helvetica"];


   1 [label="Interaction"];
   1 [label="I"];
   2 [label="Validation"];
   2 [label="V"];
   3 [label="Interaction"];
   3 [label="I"];
   4 [label="Validation"];
   4 [label="V"];
   5 [label="Interaction"];
   5 [label="I"];
   6 [label="Validation"];
   6 [label="V"];
   7 [label="Interaction"];
   7 [label="I"];
   8 [label="Validation"];
   8 [label="V"];


   1 -> 2 [label="next"];
   1 -> 2 [label="next"];
Line 81: Line 81:
   2 -> 7 [label="next"];
   2 -> 7 [label="next"];


   subgraph cluster1 {  
   subgraph cluster1 {
     fontcolor="#000000"; fontsize=10; fontname="Helvetica";  
     fontcolor="#000000"; fontsize=10; fontname="Helvetica";  
     style=dashed;
     style=dashed;
Line 114: Line 114:
   label="Wizard Workflow Example";
   label="Wizard Workflow Example";
}
}
</graphviz>
</graphviz>

Revision as of 20:44, 7 November 2006

<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.