29 #ifndef vtkXdmf3SILBuilder_h 30 #define vtkXdmf3SILBuilder_h 32 #include "vtkIOXdmf3Module.h" 59 vtkIdType AddVertex(
const char*
name);
60 vtkIdType AddChildEdge(vtkIdType parent, vtkIdType child);
61 vtkIdType AddCrossEdge(vtkIdType src, vtkIdType dst);
68 vtkIdType GetRootVertex();
69 vtkIdType GetBlocksRoot();
70 vtkIdType GetHierarchyRoot();
79 #endif //vtkXdmf3SILBuilder_h vtkUnsignedCharArray * CrossEdgesArray
a vtkAbstractArray subclass for strings
vtkStringArray * NamesArray
vtkMutableDirectedGraph * SIL
An editable directed graph.
helper to allow block selection
dynamic, self-adjusting array of unsigned char