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
static vtkReverseSense * New()
Construct object so that behavior is to reverse cell ordering and leave normal orientation as is.
reverse the ordering of polygonal cells and/or vertex normals
a simple class to control print indentation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only polydata as output.