| 156 | } |
| 157 | |
| 158 | void mitk::TimeGeometry::Update() |
| 159 | { |
| 160 | this->UpdateBoundingBox(); |
| 161 | this->UpdateWithoutBoundingBox(); |
| 162 | } |
| 163 | |
| 164 | void mitk::TimeGeometry::ExecuteOperation(mitk::Operation *op) |
| 165 | { |
nothing calls this directly
no test coverage detected