28 #ifndef vtkReflectionFilter_h
29 #define vtkReflectionFilter_h
32 #include "vtkFiltersGeneralModule.h"
62 vtkSetClampMacro(Plane,
int, 0, 8);
63 vtkGetMacro(Plane,
int);
80 vtkSetMacro(Center,
double);
81 vtkGetMacro(Center,
double);
102 vtkSetMacro(FlipAllInputArrays,
bool);
103 vtkGetMacro(FlipAllInputArrays,
bool);
104 vtkBooleanMacro(FlipAllInputArrays,
bool);
129 virtual int ComputeBounds(
vtkDataObject* input,
double bounds[6]);
140 void FlipTuple(
double* tuple,
int* mirrorDir,
int nComp);