38 #ifndef vtkHyperTreeGridAxisCut_h
39 #define vtkHyperTreeGridAxisCut_h
58 vtkSetMacro(PlaneNormalAxis,
int);
59 vtkGetMacro(PlaneNormalAxis,
int);
64 vtkSetMacro(PlanePosition,
double);
65 vtkGetMacro(PlanePosition,
double);
76 void RecursiveProcessTree(
void* );
77 void ProcessLeaf3D(
void* );
79 double offset0,
int axis0,
int axis1,
int axis2 );
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
concrete dataset represents vertices, lines, polygons, and triangle strips
#define VTKFILTERSHYPERTREE_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Axis aligned hyper tree grid cut.
vtkDataSetAttributes * InData
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkDataSetAttributes * OutData
represent and manipulate attribute data in a dataset
object to represent cell connectivity
represent and manipulate 3D points