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

Method GetVolume

Modules/DataTypesExt/src/mitkCuboid.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49mitk::ScalarType mitk::Cuboid::GetVolume()
50{
51 TimeGeometry *geometry = GetTimeGeometry();
52 return geometry->GetExtentInWorld(0) * geometry->GetExtentInWorld(1) * geometry->GetExtentInWorld(2);
53}

Callers

nothing calls this directly

Calls 2

GetExtentInWorldMethod · 0.80
GetTimeGeometryFunction · 0.50

Tested by

no test coverage detected