Medical Imaging Interaction Toolkit  2023.12.99-7272c57d
Medical Imaging Interaction Toolkit
mitkStateMachineTransition.h File Reference
#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
 Find image slices visible on a given plane.
 

Typedefs

typedef std::vector< mitk::StateMachineAction::Pointermitk::ActionVectorType
 
typedef std::vector< StateMachineCondition > mitk::ConditionVectorType
 
typedef itk::SmartPointer< StateMachineState > mitk::SpStateMachineState