Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ AddAction
Method
AddAction
Modules/Core/src/Interactions/mitkStateMachineTransition.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void mitk::StateMachineTransition::AddAction(const StateMachineAction::Pointer &action)
77
{
78
m_Actions.push_back(action);
79
}
80
81
void mitk::StateMachineTransition::AddCondition(const StateMachineCondition &condition)
82
{
Callers
1
StartElement
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected