25 #ifndef vtkReflectionFilter_h
26 #define vtkReflectionFilter_h
29 #include "vtkFiltersGeneralModule.h"
59 vtkSetClampMacro(Plane,
int, 0, 8);
60 vtkGetMacro(Plane,
int);
77 vtkSetMacro(Center,
double);
78 vtkGetMacro(Center,
double);
99 vtkSetMacro(FlipAllInputArrays,
bool);
100 vtkGetMacro(FlipAllInputArrays,
bool);
101 vtkBooleanMacro(FlipAllInputArrays,
bool);
123 virtual int ComputeBounds(
vtkDataObject* input,
double bounds[6]);
134 void FlipTuple(
double* tuple,
int* mirrorDir,
int nComp);