Go to the documentation of this file.
28 #ifndef vtkXMLHyperTreeGridReader_h
29 #define vtkXMLHyperTreeGridReader_h
31 #include "vtkIOXMLModule.h"
vtkIdType GetNumberOfPoints() override
Get the number of points in the output.
vtkHyperTreeGrid * GetOutput()
Get the reader's output.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkIdType GetNumberOfCells() override
Get the number of cells in the output.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkXMLHyperTreeGridReader * New()
Superclass for VTK XML file readers.
~vtkXMLHyperTreeGridReader() override
void ReadCoordinates(vtkXMLDataElement *elem)
const char * GetDataSetName() override
void ReadXMLData() override
void SubdivideFromDescriptor(vtkHyperTreeCursor *treeCursor, vtkHyperTree *tree, unsigned int level, int numChildren, vtkBitArray *desc, vtkIdTypeArray *posByLevel, vtkIdType *cellsOnProcessor)
Objects for depth-first traversal HyperTrees.
void ReadTopology(vtkXMLDataElement *elem)
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.
Represents an XML element and those nested inside.
vtkXMLHyperTreeGridReader()
Abstract superclass for all arrays.
dynamic, self-adjusting array of vtkIdType
void SetupEmptyOutput() override
int ReadArrayForPoints(vtkXMLDataElement *da, vtkAbstractArray *outArray) override
Read VTK XML HyperTreeGrid files.
dynamic, self-adjusting array of bits
int ReadArrayForCells(vtkXMLDataElement *da, vtkAbstractArray *outArray) override
vtkHyperTreeGrid * GetOutput(int idx)
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.