95#ifndef vtkPointSmoothingFilter_h
96#define vtkPointSmoothingFilter_h
98#include "vtkFiltersPointsModule.h"
abstract class to quickly locate points in 3-space
a simple class to control print indentation
perform various plane computations
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual void SetFrameFieldArray(vtkDataArray *)
Specify the name of the frame field to use for smoothing.
bool GenerateConstraintScalars
void SetSmoothingModeToUniform()
Control how smoothing is to be performed.
bool GenerateConstraintNormals
void SetPlane(vtkPlane *)
Specify the plane to which point motion is constrained.
void SetLocator(vtkAbstractPointLocator *locator)
Specify a point locator.
vtkPointSmoothingFilter()
virtual void SetMotionConstraint(int)
Specify how to constrain the motion of points.
static vtkPointSmoothingFilter * New()
Standard methods for instantiation, obtaining type information, and printing information.
void SetSmoothingModeToFrameField()
Control how smoothing is to be performed.
void SetSmoothingModeToDefault()
Control how smoothing is to be performed.
void SetSmoothingModeToTensors()
Control how smoothing is to be performed.
vtkDataArray * FrameFieldArray
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetMotionConstraintToPlane()
Specify how to constrain the motion of points.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing information.
bool ComputePackingRadius
virtual void SetSmoothingMode(int)
Control how smoothing is to be performed.
vtkAbstractPointLocator * Locator
void SetSmoothingModeToGeometric()
Control how smoothing is to be performed.
int NumberOfSubIterations
void SetSmoothingModeToScalars()
Control how smoothing is to be performed.
~vtkPointSmoothingFilter() override
void SetMotionConstraintToUnconstrained()
Specify how to constrain the motion of points.