| 337 | } |
| 338 | |
| 339 | mitk::ContourModel::VertexIterator mitk::ContourModel::Begin(TimeStepType timestep) const |
| 340 | { |
| 341 | return this->IteratorBegin(timestep); |
| 342 | } |
| 343 | |
| 344 | mitk::ContourModel::VertexIterator mitk::ContourModel::IteratorBegin(TimeStepType timestep) const |
| 345 | { |