MCPcopy Create free account
hub / github.com/MITK/MITK / GetContour

Method GetContour

Modules/Segmentation/src/Interactions/mitkEditableContourTool.cpp:482–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482mitk::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
491const mitk::ContourModel* mitk::EditableContourTool::GetContour() const
492{

Callers 11

ConfirmSegmentationMethod · 0.95
OnInitContourMethod · 0.95
UpdatePreviewContourMethod · 0.95
OnAddPointMethod · 0.95
OnDrawingMethod · 0.95
OnEndDrawingMethod · 0.95
OnFinishMethod · 0.95
UpdateClosureContourMethod · 0.95
UpdateLiveWireContourMethod · 0.45

Calls 2

IsNotNullMethod · 0.80
GetDataMethod · 0.45

Tested by

no test coverage detected