| 692 | } |
| 693 | |
| 694 | mitk::PythonContext* mitk::nnInteractiveTool::GetPythonContext() const |
| 695 | { |
| 696 | return m_Impl->GetPythonContext(); |
| 697 | } |
| 698 | |
| 699 | //////////////////////////////////////////////////////////////////////////////// |
| 700 | // Functions and methods that execute Python code |
no outgoing calls
no test coverage detected