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

Method GetWorkingDataNode

Modules/Segmentation/src/Interactions/mitkSegTool2D.cpp:469–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469mitk::DataNode* mitk::SegTool2D::GetWorkingDataNode() const
470{
471 if (nullptr != this->GetToolManager())
472 {
473 return this->GetToolManager()->GetWorkingData(0);
474 }
475 return nullptr;
476}
477
478mitk::MultiLabelSegmentation* mitk::SegTool2D::GetWorkingData() const
479{

Callers 7

GetWorkingDataMethod · 0.95
AddContourmarkerMethod · 0.95
OnInitContourMethod · 0.80
ActivatedMethod · 0.80

Calls 2

GetToolManagerMethod · 0.45
GetWorkingDataMethod · 0.45

Tested by

no test coverage detected