|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   39 #ifndef vtkHyperTreeGridAxisCut_h 
   40 #define vtkHyperTreeGridAxisCut_h 
   42 #include "vtkFiltersHyperTreeModule.h"  
   61   vtkSetClampMacro(PlaneNormalAxis, 
int, 0, 2);
 
   62   vtkGetMacro(PlaneNormalAxis, 
int);
 
   69   vtkSetMacro(PlanePosition, 
double);
 
   70   vtkGetMacro(PlanePosition, 
double);
 
  118 #endif // vtkHyperTreeGridAxisCut_h 
  
Objects for traversal a HyperTreeGrid.
double PlanePosition
Intercept of plane along normal.
double PlanePositionRealUse
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
Objects for traversal a HyperTreeGrid.
int PlaneNormalAxis
Direction of plane normal.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkAlgorithm * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkBitArray * InMask
Output material mask constructed by this filter.
vtkIdType CurrentId
Keep track of current index in output hyper tree grid.
dynamic, self-adjusting array of bits
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
Axis aligned hyper tree grid cut.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.