36 #ifndef vtkReverseSense_h
37 #define vtkReverseSense_h
54 vtkSetMacro(ReverseCells,
int);
55 vtkGetMacro(ReverseCells,
int);
56 vtkBooleanMacro(ReverseCells,
int);
61 vtkSetMacro(ReverseNormals,
int);
62 vtkGetMacro(ReverseNormals,
int);
63 vtkBooleanMacro(ReverseNormals,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
reverse the ordering of polygonal cells and/or vertex normals
a simple class to control print indentation