59#ifndef vtkConstrainedSmoothingFilter_h
60#define vtkConstrainedSmoothingFilter_h
63#include "vtkFiltersCoreModule.h"
object to represent cell connectivity
void SetConstraintStrategyToConstraintDistance()
Indicate how to apply constraints.
int OutputPointsPrecision
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkSmartPointer< vtkCellArray > SmoothingStencils
bool GenerateErrorVectors
~vtkConstrainedSmoothingFilter() override=default
void SetConstraintStrategyToDefault()
Indicate how to apply constraints.
double ConstraintDistance
bool GenerateErrorScalars
vtkConstrainedSmoothingFilter()
virtual void SetConstraintStrategy(int)
Indicate how to apply constraints.
static vtkConstrainedSmoothingFilter * New()
Standard methods for instantiation, to obtain type information, and print the state of a class instan...
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, to obtain type information, and print the state of a class instan...
vtkSetSmartPointerMacro(SmoothingStencils, vtkCellArray)
Set / get the point smoothing stencils.
void SetConstraintStrategyToConstraintArray()
Indicate how to apply constraints.
vtkGetSmartPointerMacro(SmoothingStencils, vtkCellArray)
Set / get the point smoothing stencils.
a simple class to control print indentation
Hold a reference to a vtkObjectBase instance.