Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
#include "mitkCommon.h"
#include "mitkInteractionEvent.h"
#include "mitkStateMachineAction.h"
#include "mitkStateMachineCondition.h"
#include <itkLightObject.h>
#include <string>
#include "MitkCoreExports.h"
Go to the source code of this file.
Classes | |
class | mitk::StateMachineTransition |
Connects two states, and holds references to corresponding actions and conditions. More... | |
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Typedefs | |
typedef std::vector< mitk::StateMachineAction::Pointer > | mitk::ActionVectorType |
typedef std::vector< StateMachineCondition > | mitk::ConditionVectorType |
typedef itk::SmartPointer< StateMachineState > | mitk::SpStateMachineState |