36 #ifndef __vtkReverseSense_h
37 #define __vtkReverseSense_h
39 #include "vtkFiltersCoreModule.h"
46 void PrintSelf(ostream& os, vtkIndent indent);
54 vtkSetMacro(ReverseCells,
int);
55 vtkGetMacro(ReverseCells,
int);
56 vtkBooleanMacro(ReverseCells,
int);
61 vtkSetMacro(ReverseNormals,
int);
62 vtkGetMacro(ReverseNormals,
int);
63 vtkBooleanMacro(ReverseNormals,
int);
72 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
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