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

Method SetMultiLabelNode

Modules/SegmentationUI/src/QmitkMultiLabelSelectionWidget.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void QmitkMultiLabelSelectionWidget::SetMultiLabelNode(mitk::DataNode* node)
143{
144 m_Controls->labelSelection->SetMultiLabelNode(node);
145 m_Popup->GetInspector()->SetMultiLabelNode(node);
146}
147
148mitk::DataNode* QmitkMultiLabelSelectionWidget::GetMultiLabelNode() const
149{

Callers

nothing calls this directly

Calls 1

GetInspectorMethod · 0.80

Tested by

no test coverage detected