138 #ifndef vtkWindowedSincPolyDataFilter_h
139 #define vtkWindowedSincPolyDataFilter_h
141 #include "vtkFiltersCoreModule.h"
165 vtkGetMacro(NumberOfIterations,
int);
172 vtkSetClampMacro(PassBand,
double, 0.0, 2.0);
173 vtkGetMacro(PassBand,
double);
204 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
205 vtkGetMacro(FeatureAngle,
double);
213 vtkSetClampMacro(EdgeAngle,
double, 0.0, 180.0);
214 vtkGetMacro(EdgeAngle,
double);
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
adjust point positions using a windowed sinc function interpolation kernel
vtkTypeBool NormalizeCoordinates
~vtkWindowedSincPolyDataFilter() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool GenerateErrorScalars
vtkTypeBool GenerateErrorVectors
vtkTypeBool NonManifoldSmoothing
static vtkWindowedSincPolyDataFilter * New()
Construct object with number of iterations 20; passband .1; feature edge smoothing turned off; featur...
vtkTypeBool BoundarySmoothing
vtkWindowedSincPolyDataFilter()
vtkTypeBool FeatureEdgeSmoothing