|
| SOFA_CLASS (VoidMapping, LinearBaseMapping) |
|
void | init () override |
|
virtual type::vector< core::BaseState * > | getFrom () override |
| Accessor to the input model of this mapping. More...
|
|
virtual type::vector< core::BaseState * > | getTo () override |
| Accessor to the output model of this mapping. More...
|
|
void | disable () override |
| Disable the mapping to get the original coordinates of the mapped model. More...
|
|
virtual type::vector< sofa::core::behavior::BaseMechanicalState * > | getMechFrom () override |
| Get the source (upper) model. More...
|
|
virtual type::vector< sofa::core::behavior::BaseMechanicalState * > | getMechTo () override |
| Get the destination (lower, mapped) model. More...
|
|
void | apply (const core::MechanicalParams *, core::MultiVecCoordId, core::ConstMultiVecCoordId) override |
|
void | applyJ (const core::MechanicalParams *, core::MultiVecDerivId, core::ConstMultiVecDerivId) override |
|
void | applyJT (const core::MechanicalParams *, core::MultiVecDerivId, core::ConstMultiVecDerivId) override |
|
void | applyDJT (const core::MechanicalParams *, core::MultiVecDerivId, core::ConstMultiVecDerivId) override |
|
void | applyJT (const core::ConstraintParams *, core::MultiMatrixDerivId, core::ConstMultiMatrixDerivId) override |
|
void | computeAccFromMapping (const core::MechanicalParams *, core::MultiVecDerivId, core::ConstMultiVecDerivId, core::ConstMultiVecDerivId) override |
|
| SOFA_CLASS (SOFA_TEMPLATE(CRTPLinearMapping, TMapping), TMapping) |
|
virtual bool | isLinear () const override |
|