Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ AddCondition
Method
AddCondition
Modules/Core/src/Interactions/mitkStateMachineTransition.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void mitk::StateMachineTransition::AddCondition(const StateMachineCondition &condition)
82
{
83
m_Conditions.push_back(condition);
84
}
85
86
mitk::StateMachineState::Pointer mitk::StateMachineTransition::GetNextState() const
87
{
Callers
1
StartElement
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected