Go to the documentation of this file.
37 #ifndef vtkReverseSense_h
38 #define vtkReverseSense_h
40 #include "vtkFiltersCoreModule.h"
60 vtkGetMacro(ReverseCells,
int);
69 vtkGetMacro(ReverseNormals,
int);
~vtkReverseSense() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
reverse the ordering of polygonal cells and/or vertex normals
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.