| 39 | } |
| 40 | |
| 41 | void mitk::ContourModelSet::AddContourModel(mitk::ContourModel &contourModel) |
| 42 | { |
| 43 | this->m_Contours.push_back(&contourModel); |
| 44 | m_UpdateBoundingBox = true; |
| 45 | } |
| 46 | |
| 47 | void mitk::ContourModelSet::AddContourModel(mitk::ContourModel::Pointer contourModel) |
| 48 | { |
no outgoing calls