#include <curve_on_manifold.h>
Public Member Functions | |
| void | Default (MeshType &m) |
| void | Dump () const |
| Param (MeshType &m) | |
Public Attributes | |
| ScalarType | gridBailout |
| ScalarType | maxSimpEdgeLen |
| ScalarType | maxSmoothDelta |
| ScalarType | maxSnapThr |
| ScalarType | minRefEdgeLen |
| ScalarType | polyDistThr |
| ScalarType | surfDistThr |
Definition at line 71 of file curve_on_manifold.h.
| vcg::tri::CoM< MeshType >::Param::Param | ( | MeshType & | m | ) | [inline] |
Definition at line 83 of file curve_on_manifold.h.
| void vcg::tri::CoM< MeshType >::Param::Default | ( | MeshType & | m | ) | [inline] |
Definition at line 85 of file curve_on_manifold.h.
| void vcg::tri::CoM< MeshType >::Param::Dump | ( | ) | const [inline] |
Definition at line 95 of file curve_on_manifold.h.
| ScalarType vcg::tri::CoM< MeshType >::Param::gridBailout |
Definition at line 81 of file curve_on_manifold.h.
| ScalarType vcg::tri::CoM< MeshType >::Param::maxSimpEdgeLen |
Definition at line 78 of file curve_on_manifold.h.
| ScalarType vcg::tri::CoM< MeshType >::Param::maxSmoothDelta |
Definition at line 79 of file curve_on_manifold.h.
| ScalarType vcg::tri::CoM< MeshType >::Param::maxSnapThr |
Definition at line 80 of file curve_on_manifold.h.
| ScalarType vcg::tri::CoM< MeshType >::Param::minRefEdgeLen |
Definition at line 77 of file curve_on_manifold.h.
| ScalarType vcg::tri::CoM< MeshType >::Param::polyDistThr |
Definition at line 76 of file curve_on_manifold.h.
| ScalarType vcg::tri::CoM< MeshType >::Param::surfDistThr |
Definition at line 75 of file curve_on_manifold.h.