Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
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 35 of file mitkItkMatrixHack.h.
|
inline |
Definition at line 38 of file mitkItkMatrixHack.h.