| 249 | } |
| 250 | |
| 251 | void mitk::ContourModel::Close(TimeStepType timestep) |
| 252 | { |
| 253 | if (!this->IsEmptyTimeStep(timestep)) |
| 254 | { |
| 255 | this->m_ContourSeries[timestep]->Close(); |
| 256 | this->InvokeEvent(ContourModelClosedEvent()); |
| 257 | this->Modified(); |
| 258 | this->m_UpdateBoundingBox = true; |
| 259 | } |
| 260 | } |
| 261 | |
| 262 | void mitk::ContourModel::Open(TimeStepType timestep) |
| 263 | { |