MCPcopy 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
91std::string mitk::StateMachineTransition::GetNextStateName() const
92{
93 return m_NextStateName;
94}
95
96std::vector<mitk::StateMachineAction::Pointer> mitk::StateMachineTransition::GetActions() const
97{

Callers 1

ConnectTransitionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected