#include <implicit_smooth.h>
Public Member Functions | |
| FaceConstraint () | |
| FaceConstraint (int _numF, const std::vector< ScalarType > &_BarycentricW, const CoordType &_TargetPos) | |
Public Attributes | |
| std::vector< ScalarType > | BarycentricW |
| int | numF |
| CoordType | TargetPos |
Definition at line 48 of file implicit_smooth.h.
| vcg::ImplicitSmoother< MeshType >::FaceConstraint::FaceConstraint | ( | ) | [inline] |
Definition at line 54 of file implicit_smooth.h.
| vcg::ImplicitSmoother< MeshType >::FaceConstraint::FaceConstraint | ( | int | _numF, |
| const std::vector< ScalarType > & | _BarycentricW, | ||
| const CoordType & | _TargetPos | ||
| ) | [inline] |
Definition at line 59 of file implicit_smooth.h.
| std::vector<ScalarType > vcg::ImplicitSmoother< MeshType >::FaceConstraint::BarycentricW |
Definition at line 51 of file implicit_smooth.h.
| int vcg::ImplicitSmoother< MeshType >::FaceConstraint::numF |
Definition at line 50 of file implicit_smooth.h.
| CoordType vcg::ImplicitSmoother< MeshType >::FaceConstraint::TargetPos |
Definition at line 52 of file implicit_smooth.h.