167#ifndef vtkPolyDataNormals_h
168#define vtkPolyDataNormals_h
170#include "vtkFiltersCoreModule.h"
173VTK_ABI_NAMESPACE_BEGIN
199 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
200 vtkGetMacro(FeatureAngle,
double);
303 vtkSetClampMacro(OutputPointsPrecision,
int, SINGLE_PRECISION, DEFAULT_PRECISION);
304 vtkGetMacro(OutputPointsPrecision,
int);
dynamic, self-adjusting array of float
list of point or cell ids
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
compute normals for polygonal mesh
int OutputPointsPrecision
static vtkSmartPointer< vtkFloatArray > GetPointNormals(vtkPolyData *data, vtkFloatArray *cellNormals, double flipDirection=1.0)
static vtkPolyDataNormals * New()
Construct with feature angle=30, splitting and consistency turned on, flipNormals turned off,...
~vtkPolyDataNormals() override=default
vtkTypeBool NonManifoldTraversal
vtkTypeBool ComputeCellNormals
vtkTypeBool ComputePointNormals
vtkTypeBool AutoOrientNormals
static vtkSmartPointer< vtkFloatArray > GetCellNormals(vtkPolyData *data)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
concrete dataset represents vertices, lines, polygons, and triangle strips
Hold a reference to a vtkObjectBase instance.