| 251 | } |
| 252 | |
| 253 | std::optional<bool> mitk::PythonContext::GetVariableAsBool(const std::string& varName) |
| 254 | { |
| 255 | return m_Impl->GetVariableAs<bool>(varName); |
| 256 | } |
| 257 | |
| 258 | std::optional<int> mitk::PythonContext::GetVariableAsInt(const std::string& varName) |
| 259 | { |
no outgoing calls