| 195 | } |
| 196 | |
| 197 | const mitk::BaseGeometry::BoundsArrayType mitk::BaseGeometry::GetBounds() const |
| 198 | { |
| 199 | assert(m_BoundingBox.IsNotNull()); |
| 200 | return m_BoundingBox->GetBounds(); |
| 201 | } |
| 202 | |
| 203 | bool mitk::BaseGeometry::IsValid() const |
| 204 | { |
no test coverage detected