39 #ifndef vtkHyperTreeGridToUnstructuredGrid_h 40 #define vtkHyperTreeGridToUnstructuredGrid_h 42 #include "vtkFiltersHyperTreeModule.h" 81 void AddCell(
vtkIdType,
double*,
double* );
int FillOutputPortInformation(int, vtkInformation *) override
Define default input and output port types.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
Objects for depth-first traversal HyperTreeGrids.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dataset represents arbitrary combinations of all possible cell types
vtkCellArray * Cells
Storage for cells of output unstructured mesh.
object to represent cell connectivity
dynamic, self-adjusting array of bits
Superclass for algorithms that produce a hyper tree grid as output.
static vtkAlgorithm * New()
Convert hyper tree grid to unstructured grid.
vtkPoints * Points
Storage for points of output unstructured mesh.
general representation of visualization data
unsigned int Dimension
Storage for dimension of underlying tree.
represent and manipulate 3D points
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...