MCPcopy 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
106void mitk::StateMachineTransition::SetNextState(const SpStateMachineState &nextState)
107{
108 m_NextState = nextState;
109}

Callers 1

ConnectTransitionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected