99 #ifndef vtkSmoothPolyDataFilter_h 100 #define vtkSmoothPolyDataFilter_h 102 #include "vtkFiltersCoreModule.h" 105 class vtkSmoothPoints;
127 vtkSetClampMacro(Convergence,
double,0.0,1.0);
128 vtkGetMacro(Convergence,
double);
135 vtkSetClampMacro(NumberOfIterations,
int,0,
VTK_INT_MAX);
136 vtkGetMacro(NumberOfIterations,
int);
147 vtkSetMacro(RelaxationFactor,
double);
148 vtkGetMacro(RelaxationFactor,
double);
164 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
165 vtkGetMacro(FeatureAngle,
double);
173 vtkSetClampMacro(EdgeAngle,
double,0.0,180.0);
174 vtkGetMacro(EdgeAngle,
double);
220 vtkSetMacro(OutputPointsPrecision,
int);
221 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkSmoothPoints * SmoothPoints
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
vtkTypeBool BoundarySmoothing
~vtkSmoothPolyDataFilter() override
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