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

Method GetReferenceData

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

Source from the content-addressed store, hash-verified

495}
496
497mitk::Image* mitk::SegTool2D::GetReferenceData() const
498{
499 auto node = this->GetReferenceDataNode();
500 if (nullptr != node)
501 {
502 return dynamic_cast<Image*>(node->GetData());
503 }
504 return nullptr;
505}
506
507
508void mitk::SegTool2D::WriteBackSegmentationResult(const InteractionPositionEvent *positionEvent, const Image * segmentationResult)

Callers 15

OnScribbleStrokeEventMethod · 0.45
OnEnableMethod · 0.45
OnLassoContourEventMethod · 0.45
OnEnableMethod · 0.45
CreateNextBoxNodeMethod · 0.45
OnTimePointChangedMethod · 0.45
CreatePointSetNodeMethod · 0.45
OnEnableMethod · 0.45

Calls 2

GetReferenceDataNodeMethod · 0.95
GetDataMethod · 0.45

Tested by 1

TestSetterMethodsMethod · 0.36