36 #ifndef __vtkReverseSense_h
37 #define __vtkReverseSense_h
53 vtkSetMacro(ReverseCells,
int);
54 vtkGetMacro(ReverseCells,
int);
55 vtkBooleanMacro(ReverseCells,
int);
60 vtkSetMacro(ReverseNormals,
int);
61 vtkGetMacro(ReverseNormals,
int);
62 vtkBooleanMacro(ReverseNormals,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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