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

Method GetVolume

Modules/DataTypesExt/src/mitkEllipsoid.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46mitk::ScalarType mitk::Ellipsoid::GetVolume()
47{
48 return GetGeometry()->GetExtentInMM(0) * 0.5 * GetGeometry()->GetExtentInMM(1) * 0.5 *
49 GetGeometry()->GetExtentInMM(2) * 0.5 * vnl_math::pi * 4.0 / 3.0;
50}

Callers

nothing calls this directly

Calls 2

GetGeometryFunction · 0.85
GetExtentInMMMethod · 0.80

Tested by

no test coverage detected