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

Method GetTool

Modules/PythonSegmentationUI/src/QmitknnInteractiveToolGUI.cpp:934–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932}
933
934mitk::nnInteractiveTool* QmitknnInteractiveToolGUI::GetTool()
935{
936 return this->GetConnectedToolAs<mitk::nnInteractiveTool>();
937}
938
939void QmitknnInteractiveToolGUI::OnActiveLabelChanged(const mitk::MultiLabelSegmentation::LabelValueVectorType& labels)
940{

Callers 15

InitializeUIMethod · 0.95
InstallMethod · 0.95
RunUpdateMethod · 0.95
OfferInPlaceUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected