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