Internal hack to set m_MatrixMTime of itk::MatrixOffsetTransformBase correctly after changing the matrix. For internal use only. More...
#include <mitkItkMatrixHack.h>
Public Member Functions | |
| void | MatrixChanged () |
Internal hack to set m_MatrixMTime of itk::MatrixOffsetTransformBase correctly after changing the matrix. For internal use only.
Usage: static_cast object of type itk::MatrixOffsetTransformBase (or derived from this) to this and call MatrixChanged(). itk::MatrixOffsetTransformBase::SetParameters does not set m_MatrixMTime thus m_InverseMatrixMTime is the same as m_MatrixMTime and the inverse is not recalculated.
Definition at line 37 of file mitkItkMatrixHack.h.
| void mitk::ItkMatrixHack< TTransformType >::MatrixChanged | ( | ) | [inline] |
Definition at line 40 of file mitkItkMatrixHack.h.
{
this->SetVarMatrix(this->GetMatrix());
}
1.7.2