| 484 | } |
| 485 | |
| 486 | std::optional<Backend> mitk::nnInteractiveTool::GetBackend() const |
| 487 | { |
| 488 | return m_Impl->GetBackend(); |
| 489 | } |
| 490 | |
| 491 | void mitk::nnInteractiveTool::SetToolManager(ToolManager* toolManager) |
| 492 | { |
no outgoing calls
no test coverage detected