User:Marcus.hanwell: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:
     fontname = Helvetica
     fontname = Helvetica
   ]
   ]
//
// Subclass relationships
//
// A -> B means
// A is the superclass of B
// The notation is a bit counterintuitive but required to obtain
// the desired top-to-bottom layout
edge [
  arrowtail = onormal
  arrowhead = none
]
   vtkChart
   vtkChart
   vtkPlot
   vtkPlot
   vtkAxis
   vtkAxis


   vtkPlot -> vtkChart
   vtkChart -> vtkPlot
}
</graphviz>
 
<graphviz renderer='neato' caption='Hello Neato'>
graph G {
  run -- intr;
  intr -- runbl;
  runbl -- run;
  run -- kernel;
  kernel -- zombie;
  kernel -- sleep;
  kernel -- runmem;
  sleep -- swap;
  swap -- runswap;
  runswap -- new;
  runswap -- runmem;
  new -- runmem;
  sleep -- runmem;
}
}
</graphviz>
</graphviz>

Revision as of 17:26, 20 October 2009

Class diagram?