Public Member Functions

mitk::ItkMatrixHack< TTransformType > Class Template Reference
[Geometry Classes]

Internal hack to set m_MatrixMTime of itk::MatrixOffsetTransformBase correctly after changing the matrix. For internal use only. More...

#include <mitkItkMatrixHack.h>

List of all members.

Public Member Functions

void MatrixChanged ()

Detailed Description

template<class TTransformType>
class mitk::ItkMatrixHack< TTransformType >

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.

Warning:
Use with care!

Definition at line 37 of file mitkItkMatrixHack.h.


Member Function Documentation

template<class TTransformType >
void mitk::ItkMatrixHack< TTransformType >::MatrixChanged (  ) [inline]

Definition at line 40 of file mitkItkMatrixHack.h.

  {
    this->SetVarMatrix(this->GetMatrix());
  }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines