| 299 | } |
| 300 | |
| 301 | const Interactor* mitk::nnInteractiveTool::GetInteractor(InteractionType interactionType) const |
| 302 | { |
| 303 | return m_Impl->Interactors.at(interactionType).get(); |
| 304 | } |
| 305 | |
| 306 | void mitk::nnInteractiveTool::EnableInteractor(InteractionType nextInteractionType, PromptType promptType) |
| 307 | { |