28 #ifndef vtkHyperTreeGridGeometry_h
29 #define vtkHyperTreeGridGeometry_h
31 #include "vtkFiltersHyperTreeModule.h"
48 ~vtkHyperTreeGridGeometry() VTK_OVERRIDE;
52 int FillInputPortInformation(
int, vtkInformation* ) VTK_OVERRIDE;
55 void RecursiveProcessTree(
void* );
56 void ProcessLeaf1D(
void* );
57 void ProcessLeaf2D(
void* );
58 void ProcessLeaf3D(
void* );
72 vtkHyperTreeGridGeometry(const vtkHyperTreeGridGeometry&) VTK_DELETE_FUNCTION;
73 void operator=(const vtkHyperTreeGridGeometry&) VTK_DELETE_FUNCTION;
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
concrete dataset represents vertices, lines, polygons, and triangle strips
Hyper tree grid outer surface.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
represent and manipulate attribute data in a dataset
object to represent cell connectivity
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.