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