27 #ifndef __vtkReflectionFilter_h
28 #define __vtkReflectionFilter_h
30 #include "vtkFiltersGeneralModule.h"
32 class vtkUnstructuredGrid;
41 void PrintSelf(ostream &os, vtkIndent indent);
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);
96 vtkInformationVector**,
97 vtkInformationVector*);
102 virtual int RequestDataInternal(vtkDataSet* input, vtkUnstructuredGrid* output,
107 virtual int ComputeBounds(
vtkDataObject* input,
double bounds[6]);
109 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
116 void FlipVector(
double tuple[3],
int mirrorDir[3]);
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
reflects a data set across a plane
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
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