54#ifndef vtkTriangleMeshPointNormals_h 
   55#define vtkTriangleMeshPointNormals_h 
   57#include "vtkFiltersCoreModule.h"  
   60VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
Superclass for algorithms that produce only polydata as output.
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
compute point normals for triangle mesh
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
~vtkTriangleMeshPointNormals() override=default
 
vtkTriangleMeshPointNormals()=default
 
static vtkTriangleMeshPointNormals * New()
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.