#include <smooth_field.h>
Public Member Functions | |
SmoothParam () | |
Public Attributes | |
std::vector< std::pair< int, CoordType > > | AddConstr |
bool | align_borders |
ScalarType | alpha_curv |
ScalarType | curv_thr |
int | curvRing |
int | Ndir |
ScalarType | sharp_thr |
SmoothMethod | SmoothM |
Definition at line 320 of file smooth_field.h.
vcg::tri::FieldSmoother< MeshType >::SmoothParam::SmoothParam | ( | ) | [inline] |
Definition at line 339 of file smooth_field.h.
std::vector<std::pair<int,CoordType> > vcg::tri::FieldSmoother< MeshType >::SmoothParam::AddConstr |
Definition at line 337 of file smooth_field.h.
bool vcg::tri::FieldSmoother< MeshType >::SmoothParam::align_borders |
Definition at line 327 of file smooth_field.h.
ScalarType vcg::tri::FieldSmoother< MeshType >::SmoothParam::alpha_curv |
Definition at line 325 of file smooth_field.h.
ScalarType vcg::tri::FieldSmoother< MeshType >::SmoothParam::curv_thr |
Definition at line 331 of file smooth_field.h.
int vcg::tri::FieldSmoother< MeshType >::SmoothParam::curvRing |
Definition at line 335 of file smooth_field.h.
int vcg::tri::FieldSmoother< MeshType >::SmoothParam::Ndir |
Definition at line 323 of file smooth_field.h.
ScalarType vcg::tri::FieldSmoother< MeshType >::SmoothParam::sharp_thr |
Definition at line 329 of file smooth_field.h.
SmoothMethod vcg::tri::FieldSmoother< MeshType >::SmoothParam::SmoothM |
Definition at line 333 of file smooth_field.h.