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

Method GetExtentInMM

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

Source from the content-addressed store, hash-verified

358}
359
360mitk::ScalarType mitk::BaseGeometry::GetExtentInMM(int direction) const
361{
362 return this->GetIndexToWorldTransform()->GetMatrix().GetVnlMatrix().get_column(direction).magnitude() *
363 GetExtent(direction);
364}
365
366void mitk::BaseGeometry::SetExtentInMM(int direction, ScalarType extentInMM)
367{

Callers 15

ClampPointMethod · 0.95
MitkRenderMethod · 0.80
FitGeometryMethod · 0.80
GetVolumeMethod · 0.80
testGetAxisVectorExtentFunction · 0.80
TestExtentInMMMethod · 0.80
TestSetExtendInMMMethod · 0.80
TestRotateMethod · 0.80

Calls 3

GetVnlMatrixMethod · 0.80
GetMatrixMethod · 0.80

Tested by 9

testGetAxisVectorExtentFunction · 0.64
TestExtentInMMMethod · 0.64
TestSetExtendInMMMethod · 0.64
TestRotateMethod · 0.64
TestCloneMethod · 0.64