MCPcopy 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
81void mitk::StateMachineTransition::AddCondition(const StateMachineCondition &condition)
82{
83 m_Conditions.push_back(condition);
84}
85
86mitk::StateMachineState::Pointer mitk::StateMachineTransition::GetNextState() const
87{

Callers 1

StartElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected