93 #ifndef vtkSmoothPolyDataFilter_h 94 #define vtkSmoothPolyDataFilter_h 96 #include "vtkFiltersCoreModule.h" 99 class vtkSmoothPoints;
121 vtkSetClampMacro(Convergence,
double, 0.0, 1.0);
122 vtkGetMacro(Convergence,
double);
129 vtkSetClampMacro(NumberOfIterations,
int, 0,
VTK_INT_MAX);
130 vtkGetMacro(NumberOfIterations,
int);
141 vtkSetMacro(RelaxationFactor,
double);
142 vtkGetMacro(RelaxationFactor,
double);
151 vtkBooleanMacro(FeatureEdgeSmoothing,
vtkTypeBool);
158 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
159 vtkGetMacro(FeatureAngle,
double);
167 vtkSetClampMacro(EdgeAngle,
double, 0.0, 180.0);
168 vtkGetMacro(EdgeAngle,
double);
186 vtkBooleanMacro(GenerateErrorScalars,
vtkTypeBool);
195 vtkBooleanMacro(GenerateErrorVectors,
vtkTypeBool);
214 vtkSetMacro(OutputPointsPrecision,
int);
215 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
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph *>::edge_descriptor e, vtkGraph *)
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
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