144#ifndef vtkWindowedSincPolyDataFilter_h
145#define vtkWindowedSincPolyDataFilter_h
148#include "vtkFiltersCoreModule.h"
172 vtkGetMacro(NumberOfIterations,
int);
179 vtkSetClampMacro(PassBand,
double, 0.0, 2.0);
180 vtkGetMacro(PassBand,
double);
194 vtkGetMacro(NormalizeCoordinates,
int);
203 vtkGetMacro(FeatureEdgeSmoothing,
int);
211 vtkSetClampMacro(FeatureAngle,
double,0.0,180.0);
212 vtkGetMacro(FeatureAngle,
double);
220 vtkSetClampMacro(EdgeAngle,
double,0.0,180.0);
221 vtkGetMacro(EdgeAngle,
double);
229 vtkGetMacro(BoundarySmoothing,
int);
238 vtkGetMacro(NonManifoldSmoothing,
int);
247 vtkGetMacro(GenerateErrorScalars,
int);
256 vtkGetMacro(GenerateErrorVectors,
int);
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
~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.
static vtkWindowedSincPolyDataFilter * New()
Construct object with number of iterations 20; passband .1; feature edge smoothing turned off; featur...
vtkWindowedSincPolyDataFilter()
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.