Go to the documentation of this file.
38 #ifndef vtkHyperTreeGridToUnstructuredGrid_h
39 #define vtkHyperTreeGridToUnstructuredGrid_h
41 #include "vtkFiltersHyperTreeModule.h"
represent and manipulate 3D points
represent and manipulate attribute data in a dataset
void AddCell(vtkIdType inId, double *origin, double *size)
virtual int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.
vtkUnstructuredGrid * Output
a simple class to control print indentation
object to represent cell connectivity
unsigned int * Coefficients
vtkDataSetAttributes * OutData
vtkHyperTreeGridToUnstructuredGrid()
void PrintSelf(ostream &, vtkIndent)
Methods invoked by print to print information about the object including superclasses.
~vtkHyperTreeGridToUnstructuredGrid()
void RecursiveProcessTree(void *)
vtkDataSetAttributes * InData
Superclass for algorithms that produce only unstructured grid as output.
dataset represents arbitrary combinations of all possible cell types
static vtkHyperTreeGridToUnstructuredGrid * New()
Convert hyper tree grid to unstructured grid.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.