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

Method GetName

Modules/Core/src/Interactions/mitkStateMachineState.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54std::string mitk::StateMachineState::GetName() const
55{
56 return m_Name;
57}
58
59//##Documentation
60//## Post-processing step, when building StateMachine from XML.

Calls

no outgoing calls

Tested by

no test coverage detected