| 207 | } |
| 208 | |
| 209 | mitk::DataStorage* mitk::nnInteractive::Interactor::GetDataStorage() const |
| 210 | { |
| 211 | const auto* toolManager = m_Impl->GetToolManager(); |
| 212 | |
| 213 | if (toolManager == nullptr) |
| 214 | return nullptr; |
| 215 | |
| 216 | return toolManager->GetDataStorage(); |
| 217 | } |
| 218 | |
| 219 | mitk::nnInteractive::PromptType mitk::nnInteractive::Interactor::GetCurrentPromptType() const |
| 220 | { |