Go to the documentation of this file.
98 #ifndef vtkSmoothPolyDataFilter_h
99 #define vtkSmoothPolyDataFilter_h
104 class vtkSmoothPoints;
int OutputPointsPrecision
#define vtkTypeMacro(thisClass, superclass)
~vtkSmoothPolyDataFilter()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetSourceData(vtkPolyData *source)
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
#define vtkSetClampMacro(name, type, min, max)
vtkPolyData * GetSource()
vtkSmoothPoints * SmoothPoints
static vtkSmoothPolyDataFilter * New()
#define VTKFILTERSCORE_EXPORT
a simple class to control print indentation
adjust point positions using Laplacian smoothing
#define vtkGetMacro(name, type)
void PrintSelf(ostream &os, vtkIndent indent)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
vtkSmoothPolyDataFilter()
concrete dataset represents vertices, lines, polygons, and triangle strips
virtual int FillInputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only polydata as output.