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]);
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
reflects a data set across a plane
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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
virtual int FillInputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only data object as output.
general representation of visualization data