| 24 | } |
| 25 | |
| 26 | mitk::ContourModel::ContourModel() : m_UpdateBoundingBox(true) |
| 27 | { |
| 28 | // set to initial state |
| 29 | this->InitializeEmpty(); |
| 30 | } |
| 31 | |
| 32 | mitk::ContourModel::ContourModel(const ContourModel &other) |
| 33 | : BaseData(other), |
nothing calls this directly
no test coverage detected