My Project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TriangleNet.Smoothing.SimpleSmoother Class Reference

Simple mesh smoother implementation. More...

Inheritance diagram for TriangleNet.Smoothing.SimpleSmoother:
TriangleNet.Smoothing.ISmoother

Public Member Functions

 SimpleSmoother ()
 Initializes a new instance of the SimpleSmoother class.
 
 SimpleSmoother (IVoronoiFactory factory)
 Initializes a new instance of the SimpleSmoother class.
 
 SimpleSmoother (IVoronoiFactory factory, Configuration config)
 Initializes a new instance of the SimpleSmoother class.
 
void Smooth (IMesh mesh)
 
void Smooth (IMesh mesh, int limit)
 
void Smooth (IMesh mesh)
 
void Smooth (IMesh mesh, int limit)
 

Detailed Description

Simple mesh smoother implementation.

Vertices wich should not move (e.g. segment vertices) MUST have a boundary mark greater than 0.

Constructor & Destructor Documentation

◆ SimpleSmoother()

TriangleNet.Smoothing.SimpleSmoother.SimpleSmoother ( IVoronoiFactory  factory,
Configuration  config 
)
inline

Initializes a new instance of the SimpleSmoother class.

Parameters
factoryVoronoi object factory.
configConfiguration.

Member Function Documentation

◆ Smooth() [1/2]

void TriangleNet.Smoothing.SimpleSmoother.Smooth ( IMesh  mesh)
inline

◆ Smooth() [2/2]

void TriangleNet.Smoothing.SimpleSmoother.Smooth ( IMesh  mesh,
int  limit 
)
inline

The documentation for this class was generated from the following file: