| 256 | } |
| 257 | |
| 258 | std::optional<int> mitk::PythonContext::GetVariableAsInt(const std::string& varName) |
| 259 | { |
| 260 | return m_Impl->GetVariableAs<int>(varName); |
| 261 | } |
| 262 | |
| 263 | std::optional<double> mitk::PythonContext::GetVariableAsDouble(const std::string& varName) |
| 264 | { |
no outgoing calls