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

Method GetTools

Modules/Segmentation/src/Controllers/mitkToolManager.cpp:146–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146const mitk::ToolManager::ToolVectorTypeConst mitk::ToolManager::GetTools()
147{
148 ToolVectorTypeConst resultList;
149
150 for (auto iter = m_Tools.begin(); iter != m_Tools.end(); ++iter)
151 {
152 resultList.push_back(iter->GetPointer());
153 }
154
155 return resultList;
156}
157
158mitk::Tool *mitk::ToolManager::GetToolById(int id)
159{

Callers 6

RecreateButtonsMethod · 0.80
GetToolIdByToolNameMethod · 0.80
OnShowMarkerNodesMethod · 0.80
CreateQtPartControlMethod · 0.80

Calls 3

GetPointerMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by 2

GetToolIdByToolNameMethod · 0.64