| 123 | } |
| 124 | |
| 125 | mitk::DataStorage* mitk::Tool::GetDataStorage() const |
| 126 | { |
| 127 | if (nullptr != m_ToolManager) |
| 128 | { |
| 129 | return m_ToolManager->GetDataStorage(); |
| 130 | } |
| 131 | return nullptr; |
| 132 | } |
| 133 | |
| 134 | void mitk::Tool::Activated() |
| 135 | { |
no outgoing calls