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 );
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass. 
 
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. 
 
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 
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
object to represent cell connectivity 
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm. 
 
represent and manipulate 3D points 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.