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

Method Undo

Modules/PythonSegmentation/src/mitknnInteractiveTool.cpp:1634–1642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1632}
1633
1634bool mitk::nnInteractiveTool::Impl::Undo() const
1635{
1636 this->ExecuteSession("nni_undone = bool(session.undo())\n");
1637
1638 const auto undone = m_PythonContext->GetVariableAsBool("nni_undone").value_or(false);
1639 m_PythonContext->Execute("del nni_undone\n");
1640
1641 return undone;
1642}

Callers 1

UndoLastInteractionMethod · 0.45

Calls 3

ExecuteSessionMethod · 0.80
GetVariableAsBoolMethod · 0.80
ExecuteMethod · 0.45

Tested by

no test coverage detected