35 #ifndef vtkXMLHyperOctreeReader_h
36 #define vtkXMLHyperOctreeReader_h
38 #include "vtkIOXMLModule.h"
Abstract superclass for all arrays.
Objects that can traverse hyperoctree nodes.
A dataset structured as a tree where each node has exactly 2^n children.
a simple class to control print indentation
dynamic, self-adjusting array of int
Represents an XML element and those nested inside.
Superclass for VTK XML file readers.
Read VTK XML HyperOctree files.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int ReadArrayForPoints(vtkXMLDataElement *da, vtkAbstractArray *outArray)
vtkXMLHyperOctreeReader()
virtual int ReadArrayForCells(vtkXMLDataElement *da, vtkAbstractArray *outArray)
void ReadTopology(vtkXMLDataElement *elem)
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
const char * GetDataSetName()
~vtkXMLHyperOctreeReader()
int BuildNextCell(vtkIntArray *, vtkHyperOctreeCursor *, int)
vtkHyperOctree * GetOutput()
Get the reader's output.
vtkHyperOctree * GetOutput(int idx)
vtkIdType GetNumberOfPoints()
Get the number of points in the output.
vtkIdType GetNumberOfCells()
Get the number of cells in the output.
static vtkXMLHyperOctreeReader * New()