|
Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include "mitkStateMachineContainer.h"#include <algorithm>#include <mitkStandardFileLocations.h>#include <vtkObjectFactory.h>#include <vtkXMLDataElement.h>#include "usGetModuleContext.h"#include "usModule.h"#include "usModuleResource.h"#include "usModuleResourceStream.h"Go to the source code of this file.
Namespaces | |
| mitk | |
| DataCollection - Class to facilitate loading/accessing structured data. | |
Functions | |
| mitk::vtkStandardNewMacro (StateMachineContainer) | |
Variables | |
| const std::string | NAME |
| This class builds up all the necessary structures for a statemachine. and stores one start-state for all built statemachines. More... | |
| const std::string | CONFIG |
| const std::string | STATE |
| const std::string | STATEMODE |
| const std::string | TRANSITION |
| const std::string | EVENTCLASS |
| const std::string | EVENTVARIANT |
| const std::string | STARTSTATE |
| const std::string | TARGET |
| const std::string | ACTION |
| const std::string | CONDITION |
| const std::string | INVERTED |
| const std::string ACTION |
Definition at line 39 of file mitkStateMachineContainer.cpp.
Referenced by mitk::StateMachineContainer::EndElement(), and mitk::StateMachineContainer::StartElement().
| const std::string CONDITION |
Definition at line 40 of file mitkStateMachineContainer.cpp.
Referenced by mitk::StateMachineContainer::EndElement(), and mitk::StateMachineContainer::StartElement().
| const std::string CONFIG |
Definition at line 31 of file mitkStateMachineContainer.cpp.
Referenced by mitk::StateMachineContainer::EndElement(), and mitk::StateMachineContainer::StartElement().
| const std::string EVENTCLASS |
Definition at line 35 of file mitkStateMachineContainer.cpp.
Referenced by mitk::StateMachineContainer::StartElement().
| const std::string EVENTVARIANT |
Definition at line 36 of file mitkStateMachineContainer.cpp.
Referenced by mitk::StateMachineContainer::StartElement().
| const std::string INVERTED |
Definition at line 41 of file mitkStateMachineContainer.cpp.
Referenced by mitk::StateMachineContainer::StartElement().
| const std::string NAME |
This class builds up all the necessary structures for a statemachine. and stores one start-state for all built statemachines.
Definition at line 30 of file mitkStateMachineContainer.cpp.
Referenced by mitk::StateMachineContainer::StartElement().
| const std::string STARTSTATE |
Definition at line 37 of file mitkStateMachineContainer.cpp.
Referenced by mitk::StateMachineContainer::StartElement().
| const std::string STATE |
Definition at line 32 of file mitkStateMachineContainer.cpp.
Referenced by mitk::StateMachineContainer::EndElement(), and mitk::StateMachineContainer::StartElement().
| const std::string STATEMODE |
Definition at line 33 of file mitkStateMachineContainer.cpp.
Referenced by mitk::StateMachineContainer::StartElement().
| const std::string TARGET |
Definition at line 38 of file mitkStateMachineContainer.cpp.
Referenced by mitk::StateMachineContainer::StartElement().
| const std::string TRANSITION |
Definition at line 34 of file mitkStateMachineContainer.cpp.
Referenced by mitk::StateMachineContainer::EndElement(), and mitk::StateMachineContainer::StartElement().