User:Barre: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 23: Line 23:
digraph G {
digraph G {
label="Foo Bar"
label="Foo Bar"
bgcolor="0.2, 0.3, 0.5"
fontcolor="0.2, 0.3, 0.5"
1 [label="1", fontcolor=Black, peripheries=2];
1 [label="1", fontcolor=Black, peripheries=2];
2 [label="2", fontcolor=Black];
2 [label="2", fontcolor=Black];

Revision as of 17:59, 2 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.