#include <SmootherT.hh>
Inheritance diagram for OpenMesh::Smoother::SmootherT< Mesh >:
Public Types | |
enum | Component { Tangential, Normal, Tangential_and_Normal } |
Public Member Functions | |
void | initialize (Component _comp, Continuity _cont) |
Initialize smoother. | |
virtual void | smooth (unsigned int _n) |
Do _n smoothing iterations. | |
void | set_active_vertices () |
Find active vertices. Resets tagged status ! | |
void | set_relative_local_error (Scalar _err) |
Set local error. | |
void | set_absolute_local_error (Scalar _err) |
Set local error. | |
void | disable_local_error_check () |
Set local error. |
|
|
|
Initialize smoother.
Reimplemented in OpenMesh::Smoother::LaplaceSmootherT< Mesh >. |