209#ifndef vtkWindowedSincPolyDataFilter_h
210#define vtkWindowedSincPolyDataFilter_h
212#include "vtkFiltersCoreModule.h"
215VTK_ABI_NAMESPACE_BEGIN
243 vtkGetMacro(NumberOfIterations,
int);
250 vtkSetClampMacro(PassBand,
double, 0.0, 2.0);
251 vtkGetMacro(PassBand,
double);
291 vtkSetClampMacro(WindowFunction,
int, NUTTALL, HAMMING);
292 vtkGetMacro(WindowFunction,
int);
327 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
328 vtkGetMacro(FeatureAngle,
double);
336 vtkSetClampMacro(EdgeAngle,
double, 0.0, 180.0);
337 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
void SetWindowFunctionoHanning()
Window function used for approximating the low-pass filter they determine how many iterations are nee...
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetWindowFunctionToBlackman()
Window function used for approximating the low-pass filter they determine how many iterations are nee...
vtkTypeBool WeightNonManifoldEdges
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods to obtain information, and print information about the the object.
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
void SetWindowFunctionToNuttall()
Window function used for approximating the low-pass filter they determine how many iterations are nee...
void SetWindowFunctionToHamming()
Window function used for approximating the low-pass filter they determine how many iterations are nee...
vtkWindowedSincPolyDataFilter()
~vtkWindowedSincPolyDataFilter() override=default
vtkTypeBool FeatureEdgeSmoothing