33 #ifndef vtkHyperTreeGridAxisCut_h
34 #define vtkHyperTreeGridAxisCut_h
36 #include "vtkFiltersHyperTreeModule.h"
56 vtkGetMacro(PlaneNormalAxis,
int);
64 vtkGetMacro(PlanePosition,
double);
69 ~vtkHyperTreeGridAxisCut() VTK_OVERRIDE;
72 int FillInputPortInformation(
int, vtkInformation* ) VTK_OVERRIDE;
75 void RecursiveProcessTree(
void* );
76 void ProcessLeaf3D(
void* );
78 double offset0,
int axis0,
int axis1,
int axis2 );
93 vtkHyperTreeGridAxisCut(const vtkHyperTreeGridAxisCut&) VTK_DELETE_FUNCTION;
94 void operator=(const vtkHyperTreeGridAxisCut&) 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
static vtkPolyDataAlgorithm * New()
Axis aligned hyper tree grid cut.
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
represent and manipulate attribute data in a dataset
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.