144 #ifndef vtkWindowedSincPolyDataFilter_h 145 #define vtkWindowedSincPolyDataFilter_h 148 #include "vtkFiltersCoreModule.h" 171 vtkSetClampMacro(NumberOfIterations,
int,0,
VTK_INT_MAX);
172 vtkGetMacro(NumberOfIterations,
int);
179 vtkSetClampMacro(PassBand,
double, 0.0, 2.0);
180 vtkGetMacro(PassBand,
double);
195 vtkBooleanMacro(NormalizeCoordinates,
vtkTypeBool);
211 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
212 vtkGetMacro(FeatureAngle,
double);
220 vtkSetClampMacro(EdgeAngle,
double,0.0,180.0);
221 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.