Go to the documentation of this file.
40 #ifndef vtkHyperTreeGridAxisCut_h
41 #define vtkHyperTreeGridAxisCut_h
43 #include "vtkFiltersHyperTreeModule.h"
62 vtkSetClampMacro(PlaneNormalAxis,
int, 0, 2);
63 vtkGetMacro(PlaneNormalAxis,
int);
70 vtkSetMacro(PlanePosition,
double);
71 vtkGetMacro(PlanePosition,
double);
Objects for depth-first traversal HyperTreeGrids.
vtkBitArray * MaterialMask
Output material mask constructed by this filter.
double PlanePosition
Intercept of plane along normal.
~vtkHyperTreeGridAxisCut() override
int PlaneNormalAxis
Direction of plane normal.
static vtkHyperTreeGridAxisCut * New()
void PrintSelf(ostream &, vtkIndent) override
Methods invoked by print to print information about the object including superclasses.
Objects for depth-first traversal HyperTrees.
a simple class to control print indentation
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
void RecursivelyProcessTree(vtkHyperTreeGridCursor *, vtkHyperTreeCursor *, vtkBitArray *)
Recursively descend into tree down to leaves.
vtkHyperTreeGridAxisCut()
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.
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to generate hyper tree grid cut.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.