| 162 | } |
| 163 | |
| 164 | void mitk::TimeGeometry::ExecuteOperation(mitk::Operation *op) |
| 165 | { |
| 166 | for (TimeStepType step = 0; step < CountTimeSteps(); ++step) |
| 167 | { |
| 168 | GetGeometryForTimeStep(step)->ExecuteOperation(op); |
| 169 | } |
| 170 | } |
| 171 | |
| 172 | void mitk::TimeGeometry::PrintSelf(std::ostream &os, itk::Indent indent) const |
| 173 | { |
nothing calls this directly
no test coverage detected