29 #ifndef vtkXMLHyperOctreeReader_h 30 #define vtkXMLHyperOctreeReader_h 32 #include "vtkIOXMLModule.h" 58 const
char* GetDataSetName() VTK_OVERRIDE;
61 void SetupEmptyOutput() VTK_OVERRIDE;
67 vtkIdType GetNumberOfPoints() VTK_OVERRIDE;
68 vtkIdType GetNumberOfCells() VTK_OVERRIDE;
80 void ReadXMLData() VTK_OVERRIDE;
Represents an XML element and those nested inside.
Abstract superclass for all arrays.
A dataset structured as a tree where each node has exactly 2^n children.
dynamic, self-adjusting array of int
a simple class to control print indentation
Objects that can traverse hyperoctree nodes.
Superclass for VTK XML file readers.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()
Read VTK XML HyperOctree files.