81#ifndef vtkReverseSense_h
82#define vtkReverseSense_h
84#include "vtkFiltersCoreModule.h"
87VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
reverse the ordering of polygonal cells and/or vertex normals
vtkTypeBool ReverseNormals
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkReverseSense() override=default
static vtkReverseSense * New()
Construct object so that behavior is to reverse cell ordering and leave normal orientation as is.