Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetMatrix
Method
SetMatrix
Modules/Core/src/DataManagement/mitkGeometryTransformHolder.cpp:240–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
void GeometryTransformHolder::SetMatrix(Matrix3D &matrix)
241
{
242
m_IndexToWorldTransform->SetMatrix(matrix);
243
TransferItkToVtkTransform();
244
}
245
246
void GeometryTransformHolder::SetIdentity()
247
{
Callers
15
TransformActor
Method · 0.80
GetImageToWorldMatrix_PreservesNonIdentityDirection
Method · 0.80
TransformActor
Method · 0.80
getAffineMatrix
Method · 0.80
TransformActor
Method · 0.80
testGeometry3D
Function · 0.80
Equal_DifferentIndexToWorldTransform_ReturnsFalse
Method · 0.80
SetUpBeforeTest
Function · 0.80
setUp
Method · 0.80
TestSetIndexToWorldTransformWithoutChangingSpacing
Method · 0.80
Equal_Transforms_MinorDifferences_And_Eps
Method · 0.80
TestComposeTransform
Method · 0.80
Calls
no outgoing calls
Tested by
15
GetImageToWorldMatrix_PreservesNonIdentityDirection
Method · 0.64
testGeometry3D
Function · 0.64
Equal_DifferentIndexToWorldTransform_ReturnsFalse
Method · 0.64
SetUpBeforeTest
Function · 0.64
setUp
Method · 0.64
TestSetIndexToWorldTransformWithoutChangingSpacing
Method · 0.64
Equal_Transforms_MinorDifferences_And_Eps
Method · 0.64
TestComposeTransform
Method · 0.64
TestComposeVtkMatrix
Method · 0.64
TestIs2DConvertable
Method · 0.64
IsSubGeometry_TransformMatrix
Method · 0.64
Check_DifferentIndexToWorldTransform
Method · 0.64