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.
static vtkHyperTreeGridAxisReflection * New()
void SetPlaneToY()
Set the normal of the plane to use as mirror.
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 SetPlaneToZMax()
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.
void SetPlaneToYMin()
Set the normal of the plane to use as mirror.
void SetPlaneToX()
Set the normal of the plane to use as mirror.
void SetPlaneToXMax()
Set the normal of the plane to use as mirror.
void SetPlaneToXMin()
Set the normal of the plane to use as mirror.
~vtkHyperTreeGridAxisReflection() override
void SetPlaneToZMin()
Set the normal of the plane to use as mirror.
void SetPlaneToYMax()
Set the normal of the plane to use as mirror.
vtkHyperTreeGridAxisReflection()
int Plane
Required type of plane reflection.
void SetPlaneToZ()
Set the normal of the plane to use as mirror.
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