| 260 | } |
| 261 | |
| 262 | void mitk::ContourModel::Open(TimeStepType timestep) |
| 263 | { |
| 264 | if (!this->IsEmptyTimeStep(timestep)) |
| 265 | { |
| 266 | this->m_ContourSeries[timestep]->Open(); |
| 267 | this->InvokeEvent(ContourModelClosedEvent()); |
| 268 | this->Modified(); |
| 269 | this->m_UpdateBoundingBox = true; |
| 270 | } |
| 271 | } |
| 272 | |
| 273 | void mitk::ContourModel::SetClosed(bool isClosed, TimeStepType timestep) |
| 274 | { |