Go to the documentation of this file.
29 #ifndef vtkXdmf3SILBuilder_h
30 #define vtkXdmf3SILBuilder_h
32 #include "vtkIOXdmf3Module.h"
79 #endif //vtkXdmf3SILBuilder_h
vtkMutableDirectedGraph * SIL
vtkIdType GetHierarchyRoot()
vtkIdType AddVertex(const char *name)
Add vertex, child-edge or cross-edge to the graph.
An editable directed graph.
vtkUnsignedCharArray * CrossEdgesArray
vtkIdType GetRootVertex()
Returns the vertex id for the root vertex.
dynamic, self-adjusting array of unsigned char
void Initialize()
Initializes the data-structures.
vtkStringArray * NamesArray
helper to allow block selection
vtkIdType GetBlocksRoot()
a vtkAbstractArray subclass for strings
vtkIdType AddCrossEdge(vtkIdType src, vtkIdType dst)
vtkIdType AddChildEdge(vtkIdType parent, vtkIdType child)