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);
virtual int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *)=0
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
double Center
Position of the plane relative to given axis Only used if the reflection plane is X,...
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
AxisReflectionPlane
Specify unique identifiers of available reflection planes.
int Plane
Required type of plane reflection.
static vtkAlgorithm * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
general representation of visualization data
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.