#include <implicit_smooth.h>
Public Member Functions | |
Parameter () | |
Public Attributes | |
std::vector< FaceConstraint > | ConstrainedF |
int | degree |
bool | fixBorder |
std::vector< int > | FixedV |
ScalarType | lambda |
ScalarType | lapWeight |
bool | SmoothQ |
bool | useCotWeight |
bool | useMassMatrix |
Definition at line 69 of file implicit_smooth.h.
vcg::ImplicitSmoother< MeshType >::Parameter::Parameter | ( | ) | [inline] |
Definition at line 91 of file implicit_smooth.h.
std::vector<FaceConstraint> vcg::ImplicitSmoother< MeshType >::Parameter::ConstrainedF |
Definition at line 85 of file implicit_smooth.h.
int vcg::ImplicitSmoother< MeshType >::Parameter::degree |
Definition at line 87 of file implicit_smooth.h.
bool vcg::ImplicitSmoother< MeshType >::Parameter::fixBorder |
Definition at line 77 of file implicit_smooth.h.
std::vector<int> vcg::ImplicitSmoother< MeshType >::Parameter::FixedV |
Definition at line 83 of file implicit_smooth.h.
ScalarType vcg::ImplicitSmoother< MeshType >::Parameter::lambda |
Definition at line 72 of file implicit_smooth.h.
ScalarType vcg::ImplicitSmoother< MeshType >::Parameter::lapWeight |
Definition at line 81 of file implicit_smooth.h.
bool vcg::ImplicitSmoother< MeshType >::Parameter::SmoothQ |
Definition at line 89 of file implicit_smooth.h.
bool vcg::ImplicitSmoother< MeshType >::Parameter::useCotWeight |
Definition at line 79 of file implicit_smooth.h.
bool vcg::ImplicitSmoother< MeshType >::Parameter::useMassMatrix |
Definition at line 75 of file implicit_smooth.h.