38 #ifndef __vtkHyperTreeGridAxisCut_h
39 #define __vtkHyperTreeGridAxisCut_h
41 #include "vtkFiltersHyperTreeModule.h"
42 #include "vtkPolyDataAlgorithm.h"
45 class vtkDataSetAttributes;
46 class vtkHyperTreeGrid;
54 void PrintSelf( ostream&, vtkIndent );
58 vtkSetMacro(PlaneNormalAxis,
int);
59 vtkGetMacro(PlaneNormalAxis,
int);
60 vtkSetMacro(PlanePosition,
double);
61 vtkGetMacro(PlanePosition,
double);
71 virtual int RequestData( vtkInformation*, vtkInformationVector**, vtkInformationVector* );
72 virtual int FillInputPortInformation(
int, vtkInformation* );
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 );
Axis aligned hyper tree grid cut.
vtkDataSetAttributes * InData
vtkDataSetAttributes * OutData