#include <LineSetSkinningMapping.h>
|  | 
|  | SOFA_CLASS (SOFA_TEMPLATE2(LineSetSkinningMapping, TIn, TOut), SOFA_TEMPLATE2(LinearMapping, TIn, TOut)) | 
|  | 
| void | init () override | 
|  | 
| void | reinit () override | 
|  | 
| void | apply (const sofa::core::MechanicalParams *mparams, OutDataVecCoord &out, const InDataVecCoord &in) override | 
|  | 
| void | applyJ (const sofa::core::MechanicalParams *mparams, OutDataVecDeriv &out, const InDataVecDeriv &in) override | 
|  | 
| void | applyJT (const sofa::core::MechanicalParams *mparams, InDataVecDeriv &out, const OutDataVecDeriv &in) override | 
|  | 
| void | applyJT (const sofa::core::ConstraintParams *mparams, InDataMatrixDeriv &out, const OutDataMatrixDeriv &in) override | 
|  | 
| void | draw (const core::visual::VisualParams *vparams) override | 
|  | 
|  | SOFA_CLASS (SOFA_TEMPLATE(CRTPLinearMapping, TMapping), TMapping) | 
|  | 
| virtual bool | isLinear () const override | 
|  | 
◆ m_topology
template<class TIn , class TOut > 
 
 
◆ numberInfluencedLines
template<class TIn , class TOut > 
 
Set the number of most influenced lines by each vertice. 
Set the number of most influenced lines by each vertice 
 
 
◆ nvNeighborhood
template<class TIn , class TOut > 
 
Set the neighborhood line level. 
Set the neighborhood line level 
 
 
◆ weightCoef
template<class TIn , class TOut > 
 
Set the coefficient used to compute the weight of lines. 
Set the coefficient used to compute the weight of lines 
 
 
◆ LineSetSkinningMapping()
template<class TIn , class TOut > 
 
 
◆ ~LineSetSkinningMapping()
template<class TIn , class TOut > 
 
 
◆ apply()
template<class TIn , class TOut > 
 
 
◆ applyJ()
template<class TIn , class TOut > 
 
 
◆ applyJT() [1/2]
template<class TIn , class TOut > 
 
 
◆ applyJT() [2/2]
template<class TIn , class TOut > 
 
 
◆ draw()
template<class TIn , class TOut > 
 
 
◆ init()
template<class TIn , class TOut > 
 
 
◆ reinit()
template<class TIn , class TOut > 
 
 
◆ SOFA_CLASS()
template<class TIn , class TOut >