Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetNextStateName
Method
GetNextStateName
Modules/Core/src/Interactions/mitkStateMachineTransition.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
std::string mitk::StateMachineTransition::GetNextStateName() const
92
{
93
return m_NextStateName;
94
}
95
96
std::vector<mitk::StateMachineAction::Pointer> mitk::StateMachineTransition::GetActions() const
97
{
Callers
1
ConnectTransitions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected