| 373 | } |
| 374 | |
| 375 | bool mitk::ContourModel::IsClosed(int timestep) const |
| 376 | { |
| 377 | if (!this->IsEmptyTimeStep(timestep)) |
| 378 | { |
| 379 | return this->m_ContourSeries[timestep]->IsClosed(); |
| 380 | } |
| 381 | return false; |
| 382 | } |
| 383 | |
| 384 | bool mitk::ContourModel::SelectControlVertexAt(const Point3D &point, float eps, TimeStepType timestep) |
| 385 | { |