Medical Imaging Interaction Toolkit
2024.06.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 | |
Find image slices visible on a given plane. | |
Typedefs | |
typedef std::vector< mitk::StateMachineAction::Pointer > | mitk::ActionVectorType |
typedef std::vector< StateMachineCondition > | mitk::ConditionVectorType |
typedef itk::SmartPointer< StateMachineState > | mitk::SpStateMachineState |