MCPcopy Create free account
hub / github.com/MITK/MITK / GetVariableAsDouble

Method GetVariableAsDouble

Modules/Python/src/mitkPythonContext.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263std::optional<double> mitk::PythonContext::GetVariableAsDouble(const std::string& varName)
264{
265 return m_Impl->GetVariableAs<double>(varName);
266}
267
268std::optional<std::string> mitk::PythonContext::GetVariableAsString(const std::string& varName)
269{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected