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

Method GetVariableAsBool

Modules/Python/src/mitkPythonContext.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 9

TestExecuteFileMethod · 0.80
CheckInstalledVersionMethod · 0.80
IsInstalledMethod · 0.80
GetCUDADeviceInfoMethod · 0.80
HeartbeatMethod · 0.80
SupportsUndoMethod · 0.80
UndoMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestExecuteFileMethod · 0.64