86 #ifndef vtkSmoothPolyDataFilter_h
87 #define vtkSmoothPolyDataFilter_h
89 #include "vtkFiltersCoreModule.h"
93 VTK_ABI_NAMESPACE_BEGIN
94 class vtkSmoothPoints;
122 vtkSetClampMacro(Convergence,
double, 0.0, 1.0);
123 vtkGetMacro(Convergence,
double);
130 vtkSetClampMacro(NumberOfIterations,
int, 0,
VTK_INT_MAX);
131 vtkGetMacro(NumberOfIterations,
int);
142 vtkSetMacro(RelaxationFactor,
double);
143 vtkGetMacro(RelaxationFactor,
double);
152 vtkBooleanMacro(FeatureEdgeSmoothing,
vtkTypeBool);
159 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
160 vtkGetMacro(FeatureAngle,
double);
168 vtkSetClampMacro(EdgeAngle,
double, 0.0, 180.0);
169 vtkGetMacro(EdgeAngle,
double);
187 vtkBooleanMacro(GenerateErrorScalars,
vtkTypeBool);
196 vtkBooleanMacro(GenerateErrorVectors,
vtkTypeBool);
215 vtkSetMacro(OutputPointsPrecision,
int);
216 vtkGetMacro(OutputPointsPrecision,
int);
244 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkTypeBool FeatureEdgeSmoothing
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkTypeBool GenerateErrorScalars
static vtkPolyDataAlgorithm * New()
vtkTypeBool GenerateErrorVectors
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
std::unique_ptr< vtkSmoothPoints > SmoothPoints
vtkTypeBool BoundarySmoothing
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
adjust point positions using Laplacian smoothing