#include <MultiMatrixAccessor.h>
Simple structure holding a reference to the submatrix related to the interactions between two MechanicalStates. More...
Simple structure holding a reference to the submatrix related to the interactions between two MechanicalStates.
Public Attributes | |
linearalgebra::BaseMatrix * | matrix |
unsigned int | offRow |
unsigned int | offCol |
Public Member Functions | |
InteractionMatrixRef () | |
constexpr | InteractionMatrixRef (const InteractionMatrixRef &other)=default |
linearalgebra::BaseMatrix * | operator-> () const |
bool | operator! () const |
operator bool () const | |
void | operator= (const InteractionMatrixRef &b) |
linearalgebra::BaseMatrix* sofa::core::behavior::MultiMatrixAccessor::InteractionMatrixRef::matrix |
unsigned int sofa::core::behavior::MultiMatrixAccessor::InteractionMatrixRef::offCol |
unsigned int sofa::core::behavior::MultiMatrixAccessor::InteractionMatrixRef::offRow |
|
inline |
|
constexprdefault |
|
inline |
|
inline |
|
inline |
|
inline |