38 #ifndef __vtkHyperTreeGridAxisCut_h
39 #define __vtkHyperTreeGridAxisCut_h
41 #include "vtkFiltersHyperTreeModule.h"
45 class vtkDataSetAttributes;
58 vtkSetMacro(PlaneNormalAxis,
int);
59 vtkGetMacro(PlaneNormalAxis,
int);
60 vtkSetMacro(PlanePosition,
double);
61 vtkGetMacro(PlanePosition,
double);
71 virtual int RequestData( vtkInformation*, vtkInformationVector**, vtkInformationVector* );
75 void RecursiveProcessTree(
void* );
76 void ProcessLeaf3D(
void* );
77 void AddFace( vtkIdType inId,
double* origin,
double* size,
78 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
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.
vtkDataSetAttributes * OutData
object to represent cell connectivity