| 484 | } // namespace |
| 485 | |
| 486 | mitk::TimeGeometry::ConstPointer mitk::DataStorage::ComputeBoundingGeometry3D(const SetOfObjects *input, |
| 487 | const char *boolPropertyKey, |
| 488 | const BaseRenderer *renderer, |
| 489 | const char *boolPropertyKey2) const |
| 490 | { |
| 491 | if (input == nullptr) |
| 492 | throw std::invalid_argument("DataStorage: input is invalid"); |
| 493 | |
| 494 | return ComputeBoundingGeometry3DImpl(input, boolPropertyKey, renderer, boolPropertyKey2); |
| 495 | } |
| 496 | |
| 497 | mitk::TimeGeometry::ConstPointer mitk::DataStorage::ComputeBoundingGeometry3D(const ConstSetOfObjects *input, |
| 498 | const char *boolPropertyKey, |