150#ifndef vtkWindowedSincPolyDataFilter_h 
  151#define vtkWindowedSincPolyDataFilter_h 
  153#include "vtkFiltersCoreModule.h"  
  156VTK_ABI_NAMESPACE_BEGIN
 
  184  vtkGetMacro(NumberOfIterations, 
int);
 
  191  vtkSetClampMacro(PassBand, 
double, 0.0, 2.0);
 
  192  vtkGetMacro(PassBand, 
double);
 
  225  vtkSetClampMacro(FeatureAngle, 
double, 0.0, 180.0);
 
  226  vtkGetMacro(FeatureAngle, 
double);
 
  234  vtkSetClampMacro(EdgeAngle, 
double, 0.0, 180.0);
 
  235  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
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
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
 
vtkWindowedSincPolyDataFilter()
 
~vtkWindowedSincPolyDataFilter() override=default
 
vtkTypeBool FeatureEdgeSmoothing