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

Method CanUndo

Modules/PythonSegmentation/src/mitknnInteractiveTool.cpp:444–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444bool mitk::nnInteractiveTool::CanUndo() const
445{
446 return this->IsSessionRunning() && m_Impl->HasUndoableInteraction();
447}
448
449bool mitk::nnInteractiveTool::GetAutoZoom() const
450{

Callers 2

UndoLastInteractionMethod · 0.95
UpdateUndoButtonStateMethod · 0.80

Calls 2

IsSessionRunningMethod · 0.95

Tested by

no test coverage detected