150 #ifndef vtkWindowedSincPolyDataFilter_h
151 #define vtkWindowedSincPolyDataFilter_h
153 #include "vtkFiltersCoreModule.h"
156 VTK_ABI_NAMESPACE_BEGIN
183 vtkSetClampMacro(NumberOfIterations,
int, 0,
VTK_INT_MAX);
184 vtkGetMacro(NumberOfIterations,
int);
191 vtkSetClampMacro(PassBand,
double, 0.0, 2.0);
192 vtkGetMacro(PassBand,
double);
206 vtkBooleanMacro(NormalizeCoordinates,
vtkTypeBool);
217 vtkBooleanMacro(FeatureEdgeSmoothing,
vtkTypeBool);
225 vtkSetClampMacro(FeatureAngle,
double, 0.0, 180.0);
226 vtkGetMacro(FeatureAngle,
double);
234 vtkSetClampMacro(EdgeAngle,
double, 0.0, 180.0);
235 vtkGetMacro(EdgeAngle,
double);
255 vtkBooleanMacro(NonManifoldSmoothing,
vtkTypeBool);
267 vtkBooleanMacro(WeightNonManifoldEdges,
vtkTypeBool);
276 vtkBooleanMacro(GenerateErrorScalars,
vtkTypeBool);
285 vtkBooleanMacro(GenerateErrorVectors,
vtkTypeBool);
315 VTK_ABI_NAMESPACE_END
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.
vtkTypeBool WeightNonManifoldEdges
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.