Go to the documentation of this file.
39 #ifndef vtkHyperTreeGridAxisCut_h
40 #define vtkHyperTreeGridAxisCut_h
42 #include "vtkFiltersHyperTreeModule.h"
62 vtkGetMacro(PlaneNormalAxis,
int);
70 vtkGetMacro(PlanePosition,
double);
81 void RecursiveProcessTree(
void* );
82 void ProcessLeaf3D(
void* );
84 double offset0,
int axis0,
int axis1,
int axis2 );
represent and manipulate 3D points
represent and manipulate attribute data in a dataset
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkDataSetAttributes * InData
a simple class to control print indentation
object to represent cell connectivity
vtkDataSetAttributes * OutData
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Axis aligned hyper tree grid cut.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
Superclass for algorithms that produce only polydata as output.