\brief Triggers a recalculation of the inverse matrix by calling SetVarMatrix. */
| 36 | public: |
| 37 | /** \brief Triggers a recalculation of the inverse matrix by calling SetVarMatrix. */ |
| 38 | void MatrixChanged() { this->SetVarMatrix(this->GetMatrix()); } |
| 39 | }; |
| 40 | |
| 41 | } // namespace mitk |
no test coverage detected