209#ifndef vtkWindowedSincPolyDataFilter_h
210#define vtkWindowedSincPolyDataFilter_h
212#include "vtkFiltersCoreModule.h"
216VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
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
virtual void SetWindowFunction(int)
Window function used for approximating the low-pass filter they determine how many iterations are nee...
vtkTypeBool FeatureEdgeSmoothing