Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
691
vtkMatrix4x4 *mitk::BaseGeometry::GetVtkMatrix()
692
{
693
return m_GeometryTransform->GetVtkMatrix();
694
}
695
696
const vtkMatrix4x4* mitk::BaseGeometry::GetVtkMatrix() const
697
{
Callers
4
ExecuteOperation
Method · 0.95
GetImageToWorldMatrix
Method · 0.45
ExecuteOperation
Method · 0.45
Start3DPreview
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected