209#ifndef vtkWindowedSincPolyDataFilter_h 
  210#define vtkWindowedSincPolyDataFilter_h 
  212#include "vtkFiltersCoreModule.h"  
  216VTK_ABI_NAMESPACE_BEGIN
 
  245  vtkGetMacro(NumberOfIterations, 
int);
 
  252  vtkSetClampMacro(PassBand, 
double, 0.0, 2.0);
 
  253  vtkGetMacro(PassBand, 
double);
 
  293  vtkSetClampMacro(WindowFunction, 
int, NUTTALL, HAMMING);
 
  294  vtkGetMacro(WindowFunction, 
int);
 
  329  vtkSetClampMacro(FeatureAngle, 
double, 0.0, 180.0);
 
  330  vtkGetMacro(FeatureAngle, 
double);
 
  338  vtkSetClampMacro(EdgeAngle, 
double, 0.0, 180.0);
 
  339  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