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);
142 vtkGetMacro(RelaxationFactor,
double);
150 vtkGetMacro(FeatureEdgeSmoothing,
int);
158 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
159 vtkGetMacro(FeatureAngle,
double);
167 vtkSetClampMacro(EdgeAngle,
double,0.0,180.0);
168 vtkGetMacro(EdgeAngle,
double);
176 vtkGetMacro(BoundarySmoothing,
int);
185 vtkGetMacro(GenerateErrorScalars,
int);
194 vtkGetMacro(GenerateErrorVectors,
int);
215 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
vtkSmoothPoints * SmoothPoints
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
~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
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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