|
My Project
|
Simple mesh smoother implementation. More...
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) |
Simple mesh smoother implementation.
Vertices wich should not move (e.g. segment vertices) MUST have a boundary mark greater than 0.
|
inline |
Initializes a new instance of the SimpleSmoother class.
| factory | Voronoi object factory. |
| config | Configuration. |
|
inline |
Implements TriangleNet.Smoothing.ISmoother.
|
inline |
Implements TriangleNet.Smoothing.ISmoother.