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