22#ifndef vtkReverseSense_h 
   23#define vtkReverseSense_h 
   25#include "vtkFiltersCoreModule.h"  
   28VTK_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.