27 #ifndef __vtkReflectionFilter_h
28 #define __vtkReflectionFilter_h
30 #include "vtkFiltersGeneralModule.h"
60 vtkSetClampMacro(Plane,
int, 0, 8);
61 vtkGetMacro(Plane,
int);
76 vtkSetMacro(Center,
double);
77 vtkGetMacro(Center,
double);
83 vtkSetMacro(CopyInput,
int);
84 vtkGetMacro(CopyInput,
int);
85 vtkBooleanMacro(CopyInput,
int);
107 virtual int ComputeBounds(
vtkDataObject* input,
double bounds[6]);
116 void FlipVector(
double tuple[3],
int mirrorDir[3]);