| 480 | } |
| 481 | |
| 482 | mitk::ContourModel* mitk::EditableContourTool::GetContour() |
| 483 | { |
| 484 | if (this->m_ContourNode.IsNotNull()) |
| 485 | { |
| 486 | return dynamic_cast<ContourModel*>(this->m_ContourNode->GetData()); |
| 487 | } |
| 488 | return nullptr; |
| 489 | }; |
| 490 | |
| 491 | const mitk::ContourModel* mitk::EditableContourTool::GetContour() const |
| 492 | { |
no test coverage detected