MCPcopy Create free account
hub / github.com/MITK/MITK / ConnectStates

Method ConnectStates

Modules/Core/src/Interactions/mitkStateMachineContainer.cpp:84–91  ·  view source on GitHub ↗

* @brief sets the pointers in Transition (setNextState(..)) according to the extracted xml-file content **/

Source from the content-addressed store, hash-verified

82 * @brief sets the pointers in Transition (setNextState(..)) according to the extracted xml-file content
83 **/
84void mitk::StateMachineContainer::ConnectStates()
85{
86 for (auto it = m_States.begin(); it != m_States.end(); ++it)
87 {
88 if ((*it)->ConnectTransitions(&m_States) == false)
89 m_errors = true;
90 }
91}
92
93void mitk::StateMachineContainer::StartElement(const char *elementName, const char **atts)
94{

Callers

nothing calls this directly

Calls 3

ConnectTransitionsMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected