27 #ifndef vtkSILBuilder_h 28 #define vtkSILBuilder_h 30 #include "vtkIOXdmf2Module.h" 61 vtkIdType AddVertex(
const char*
name);
62 vtkIdType AddChildEdge(vtkIdType parent, vtkIdType child);
63 vtkIdType AddCrossEdge(vtkIdType src, vtkIdType dst);
70 vtkGetMacro(RootVertex, vtkIdType);
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a vtkAbstractArray subclass for strings
vtkMutableDirectedGraph * SIL
vtkStringArray * NamesArray
a simple class to control print indentation
An editable directed graph.
dynamic, self-adjusting array of unsigned char
helper class to build a SIL i.e.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkUnsignedCharArray * CrossEdgesArray