Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetNextState
Method
SetNextState
Modules/Core/src/Interactions/mitkStateMachineTransition.cpp:106–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void mitk::StateMachineTransition::SetNextState(const SpStateMachineState &nextState)
107
{
108
m_NextState = nextState;
109
}
Callers
1
ConnectTransitions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected