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