Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetVolume
Method
GetVolume
Modules/DataTypesExt/src/mitkCone.cpp:56–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
mitk::ScalarType mitk::Cone::GetVolume()
57
{
58
TimeGeometry *geometry = GetTimeGeometry();
59
return geometry->GetExtentInWorld(0) * 0.5 * geometry->GetExtentInWorld(2) * 0.5 * vnl_math::pi / 3.0 *
60
geometry->GetExtentInWorld(1);
61
}
Callers
4
OnCalculateVolume
Method · 0.45
DoCalculateFeatures
Method · 0.45
DoCalculateFeatures
Method · 0.45
mitkVolumeCalculatorTest
Function · 0.45
Calls
2
GetExtentInWorld
Method · 0.80
GetTimeGeometry
Function · 0.50
Tested by
1
mitkVolumeCalculatorTest
Function · 0.36