This class models the relationship with which a inverse matrix depends on its original matrix. More...
#include "DepRelMatrix.hpp"

Public Member Functions | |
| InverseMatrixT (DepRelMatrixT *Source=NULL) | |
| void | SetSourceMatrix (DepRelMatrixT *Source) |
| Sets the source matrix. Useful if InverseMatrixTs are stored in an array. More... | |
| virtual void | Update () |
| Overwrite the base class method. More... | |
Public Member Functions inherited from DepRelMatrixT | |
| DepRelMatrixT (const DepRelMatrixT &Other) | |
Additional Inherited Members | |
Public Attributes inherited from DepRelMatrixT | |
| MatrixT | Matrix |
| The matrix. More... | |
| unsigned long | Age |
| The "age" or change-count of this matrix. How old the source matrix was when we were last updated. More... | |
| const unsigned long | ID |
| The unique ID of this matrix. Useful for unambiguous identification. More... | |
This class models the relationship with which a inverse matrix depends on its original matrix.
| void InverseMatrixT::SetSourceMatrix | ( | DepRelMatrixT * | Source | ) |
Sets the source matrix. Useful if InverseMatrixTs are stored in an array.
|
virtual |
Overwrite the base class method.
Reimplemented from DepRelMatrixT.