Go to the documentation of this file.
28 #ifndef vtkXMLHyperTreeGridReader_h
29 #define vtkXMLHyperTreeGridReader_h
31 #include "vtkIOXMLModule.h"
89 void SubdivideFromDescriptor(
virtual vtkIdType GetNumberOfCells()=0
Get the number of cells in the output.
virtual vtkIdType GetNumberOfPoints()=0
Get the number of points in the output.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for VTK XML file readers.
Objects for depth-first traversal HyperTrees.
virtual int ReadArrayForCells(vtkXMLDataElement *da, vtkAbstractArray *outArray)
virtual void SetupEmptyOutput()=0
a simple class to control print indentation
An object structured as a tree where each node has exactly either 2^d or 3^d children.
virtual const char * GetDataSetName()=0
Represents an XML element and those nested inside.
Abstract superclass for all arrays.
static vtkAlgorithm * New()
dynamic, self-adjusting array of vtkIdType
void ReadXMLData() override
Read VTK XML HyperTreeGrid files.
dynamic, self-adjusting array of bits
virtual int ReadArrayForPoints(vtkXMLDataElement *da, vtkAbstractArray *outArray)
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.