Go to the documentation of this file.
26 #ifndef vtkSILBuilder_h
27 #define vtkSILBuilder_h
#define vtkGetObjectMacro(name, type)
An editable directed graph.
#define VTKIOXDMF2_EXPORT
vtkStringArray * NamesArray
vtkUnsignedCharArray * CrossEdgesArray
dynamic, self-adjusting array of unsigned char
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
vtkIdType AddVertex(const char *name)
vtkIdType AddCrossEdge(vtkIdType src, vtkIdType dst)
GLuint const GLchar * name
a simple class to control print indentation
void SetSIL(vtkMutableDirectedGraph *)
#define vtkGetMacro(name, type)
helper class to build a SIL i.e. a directed graph used by reader producing composite datasets to desc...
void PrintSelf(ostream &os, vtkIndent indent)
a vtkAbstractArray subclass for strings
static vtkSILBuilder * New()
vtkIdType AddChildEdge(vtkIdType parent, vtkIdType child)
vtkMutableDirectedGraph * SIL