 |
VTK
9.1.0
|
Go to the documentation of this file.
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);
vtkHyperTreeGridAxisReflection()
void SetPlaneToZMax()
Set the normal of the plane to use as mirror.
static vtkHyperTreeGridAxisReflection * New()
void SetPlaneToZ()
Set the normal of the plane to use as mirror.
void SetPlaneToXMax()
Set the normal of the plane to use as mirror.
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,...
void SetPlaneToYMin()
Set the normal of the plane to use as mirror.
void SetPlaneToY()
Set the normal of the plane to use as mirror.
a simple class to control print indentation
AxisReflectionPlane
Specify unique identifiers of available reflection planes.
void SetPlaneToZMin()
Set the normal of the plane to use as mirror.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int Plane
Required type of plane reflection.
~vtkHyperTreeGridAxisReflection() override
void SetPlaneToX()
Set the normal of the plane to use as mirror.
void SetPlaneToXMin()
Set the normal of the plane to use as mirror.
general representation of visualization data
int FillOutputPortInformation(int, vtkInformation *) override
For this algorithm the output is a vtkHyperTreeGrid instance.
void SetPlaneToYMax()
Set the normal of the plane to use as mirror.
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.