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="Start", peripheries=2];
   1 [label="Interaction"];
   2 [label="Finish", peripheries=2];
   2 [label="Validation"];
   3 [label="Interaction"];
   3 [label="Interaction"];
   4 [label="Validation"];
   4 [label="Validation"];
Line 69: Line 69:
   8 [label="Validation"];
   8 [label="Validation"];


  1 -> 2 [label="next"];
  2 -> 1 [label="invalid"];
   3 -> 4 [label="next"];
   3 -> 4 [label="next"];
   4 -> 3 [label="invalid"];
   4 -> 3 [label="invalid"];
  2 -> 3 [label="valid"];
   5 -> 6 [label="next"];
   5 -> 6 [label="next"];
   6 -> 5 [label="invalid"];
   6 -> 5 [label="invalid"];
Line 76: Line 79:
   7 -> 8 [label="next"];
   7 -> 8 [label="next"];
   8 -> 7 [label="invalid"];
   8 -> 7 [label="invalid"];
   6 -> 7 [label="valid"];
   2 -> 7 [label="next"];
  1 -> 3 [label="next"];
  8 -> 2 [label="valid"];


   subgraph cluster1 {
   subgraph cluster1 {  
     fontcolor="#000000";
     fontcolor="#000000"; fontsize=10; fontname="Helvetica";  
    fontsize=10;
     style=dashed;
     style=dashed;
    fontname="Helvetica";
     label="1"
     label="1"
     3;
     1; 2;  
    4;
   }
   }


   subgraph cluster2 {
   subgraph cluster2 {
     fontcolor="#000000";
     fontcolor="#000000"; fontsize=10; fontname="Helvetica";  
    fontsize=10;
     style=dashed;
     style=dashed;
    fontname="Helvetica";
     label="2"
     label="2"
     5;
     3; 4;  
    6;
   }
   }


   subgraph cluster3 {
   subgraph cluster3 {
     fontcolor="#000000";
     fontcolor="#000000"; fontsize=10; fontname="Helvetica";  
    fontsize=10;
     style=dashed;
     style=dashed;
    fontname="Helvetica";
     label="3"
     label="3"
     7;
     5; 6;
     8;
  }
 
  subgraph cluster4 {
    fontcolor="#000000"; fontsize=10; fontname="Helvetica";
    style=dashed;
     label="4"
    7; 8;  
   }
   }



Revision as of 20:00, 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.