32 #ifndef vtkXMLHyperOctreeReader_h 33 #define vtkXMLHyperOctreeReader_h 35 #include "vtkIOXMLModule.h" 38 #if !defined(VTK_LEGACY_REMOVE) 99 #endif // LEGACY remove virtual const char * GetDataSetName()=0
virtual void SetupEmptyOutput()=0
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.
void ReadXMLData() override
dynamic, self-adjusting array of int
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
a simple class to control print indentation
virtual vtkIdType GetNumberOfPoints()=0
Get the number of points in the output.
virtual int ReadArrayForPoints(vtkXMLDataElement *da, vtkAbstractArray *outArray)
Objects that can traverse hyperoctree nodes.
virtual vtkIdType GetNumberOfCells()=0
Get the number of cells in the output.
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()
virtual int ReadArrayForCells(vtkXMLDataElement *da, vtkAbstractArray *outArray)
Read VTK XML HyperOctree files.