27 #ifndef vtkReflectionFilter_h
28 #define vtkReflectionFilter_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]);
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
reflects a data set across a plane
abstract class to specify dataset behavior
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
dataset represents arbitrary combinations of all possible cell types
#define VTKFILTERSGENERAL_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only data object as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
general representation of visualization data