| 44 | } |
| 45 | |
| 46 | mitk::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 | } |
nothing calls this directly
no test coverage detected