MCPcopy Create free account
hub / github.com/MITK/MITK / GetVtkMatrix

Method GetVtkMatrix

Modules/Core/src/DataManagement/mitkBaseGeometry.cpp:691–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689}
690
691vtkMatrix4x4 *mitk::BaseGeometry::GetVtkMatrix()
692{
693 return m_GeometryTransform->GetVtkMatrix();
694}
695
696const vtkMatrix4x4* mitk::BaseGeometry::GetVtkMatrix() const
697{

Callers 4

ExecuteOperationMethod · 0.95
GetImageToWorldMatrixMethod · 0.45
ExecuteOperationMethod · 0.45
Start3DPreviewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected