| 101 | }; |
| 102 | |
| 103 | mitk::TimeBounds mitk::ArbitraryTimeGeometry::GetTimeBounds() const |
| 104 | { |
| 105 | TimeBounds bounds; |
| 106 | bounds[0] = this->GetMinimumTimePoint(); |
| 107 | bounds[1] = this->GetMaximumTimePoint(); |
| 108 | return bounds; |
| 109 | } |
| 110 | |
| 111 | mitk::TimeBounds mitk::ArbitraryTimeGeometry::GetTimeBounds(TimeStepType step) const |
| 112 | { |