32 #ifndef vtkHyperTreeGridAxisReflection_h
33 #define vtkHyperTreeGridAxisReflection_h
35 #include "vtkFiltersHyperTreeModule.h"
67 vtkSetClampMacro(Plane,
int, 0, 8);
68 vtkGetMacro(Plane,
int);
85 vtkSetMacro(Center,
double);
86 vtkGetMacro(Center,
double);
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
Reflect a hyper tree grid.
double Center
Position of the plane relative to given axis Only used if the reflection plane is X,...
int FillOutputPortInformation(int, vtkInformation *) override
For this algorithm the output is a vtkHyperTreeGrid instance.
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) override
Main routine to extract cells based on reflectioned value.
void PrintSelf(ostream &, vtkIndent) override
Methods invoked by print to print information about the object including superclasses.
~vtkHyperTreeGridAxisReflection() override
static vtkHyperTreeGridAxisReflection * New()
vtkHyperTreeGridAxisReflection()
int Plane
Required type of plane reflection.
AxisReflectionPlane
Specify unique identifiers of available reflection planes.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation