| 615 | } |
| 616 | |
| 617 | void mitk::ContourModel::Initialize() |
| 618 | { |
| 619 | this->InitializeEmpty(); |
| 620 | this->Modified(); |
| 621 | this->m_UpdateBoundingBox = true; |
| 622 | } |
| 623 | |
| 624 | void mitk::ContourModel::Initialize(const ContourModel &other) |
| 625 | { |
no test coverage detected