Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
444
bool mitk::nnInteractiveTool::CanUndo() const
445
{
446
return this->IsSessionRunning() && m_Impl->HasUndoableInteraction();
447
}
448
449
bool mitk::nnInteractiveTool::GetAutoZoom() const
450
{
Callers
2
UndoLastInteraction
Method · 0.95
UpdateUndoButtonState
Method · 0.80
Calls
2
IsSessionRunning
Method · 0.95
HasUndoableInteraction
Method · 0.80
Tested by
no test coverage detected