Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetNextState
Method
GetNextState
Modules/Core/src/Interactions/mitkStateMachineTransition.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
mitk::StateMachineState::Pointer mitk::StateMachineTransition::GetNextState() const
87
{
88
return m_NextState;
89
}
90
91
std::string mitk::StateMachineTransition::GetNextStateName() const
92
{
Callers
2
mitkStateMachineContainerTest
Function · 0.80
HandleEvent
Method · 0.80
Calls
no outgoing calls
Tested by
1
mitkStateMachineContainerTest
Function · 0.64