138 #ifndef vtkWindowedSincPolyDataFilter_h 139 #define vtkWindowedSincPolyDataFilter_h 142 #include "vtkFiltersCoreModule.h" 165 vtkSetClampMacro(NumberOfIterations,
int,0,
VTK_INT_MAX);
166 vtkGetMacro(NumberOfIterations,
int);
173 vtkSetClampMacro(PassBand,
double, 0.0, 2.0);
174 vtkGetMacro(PassBand,
double);
189 vtkBooleanMacro(NormalizeCoordinates,
vtkTypeBool);
205 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
206 vtkGetMacro(FeatureAngle,
double);
214 vtkSetClampMacro(EdgeAngle,
double,0.0,180.0);
215 vtkGetMacro(EdgeAngle,
double);
adjust point positions using a windowed sinc function interpolation kernel
vtkTypeBool NormalizeCoordinates
vtkTypeBool FeatureEdgeSmoothing
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
vtkTypeBool GenerateErrorVectors
Superclass for algorithms that produce only polydata as output.
~vtkWindowedSincPolyDataFilter() override
a simple class to control print indentation
vtkTypeBool GenerateErrorScalars
vtkTypeBool BoundarySmoothing
vtkTypeBool NonManifoldSmoothing
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.