27 #ifndef __vtkReflectionFilter_h
28 #define __vtkReflectionFilter_h
59 vtkSetClampMacro(Plane,
int, 0, 8);
60 vtkGetMacro(Plane,
int);
75 vtkSetMacro(Center,
double);
76 vtkGetMacro(Center,
double);
82 vtkSetMacro(CopyInput,
int);
83 vtkGetMacro(CopyInput,
int);
84 vtkBooleanMacro(CopyInput,
int);
106 virtual int ComputeBounds(
vtkDataObject* input,
double bounds[6]);
115 void FlipVector(
double tuple[3],
int mirrorDir[3]);