| 47 | } |
| 48 | |
| 49 | mitk::ScalarType mitk::Cuboid::GetVolume() |
| 50 | { |
| 51 | TimeGeometry *geometry = GetTimeGeometry(); |
| 52 | return geometry->GetExtentInWorld(0) * geometry->GetExtentInWorld(1) * geometry->GetExtentInWorld(2); |
| 53 | } |
nothing calls this directly
no test coverage detected