|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include "itkObject.h"#include "mitkCommon.h"#include "mitkInteractionEventHandler.h"#include "mitkMessage.h"#include <MitkCoreExports.h>#include <string>Go to the source code of this file.
Classes | |
| class | mitk::TActionFunctor |
| Base class of ActionFunctors, to provide an easy to connect actions with functions. More... | |
| class | mitk::EventStateMachine |
| ** More... | |
Namespaces | |
| us | |
| mitk | |
| Find image slices visible on a given plane. | |
Macros | |
| #define | CONNECT_FUNCTION(a, f) |
| #define | CONNECT_CONDITION(a, f) |
| #define CONNECT_CONDITION | ( | a, | |
| f | |||
| ) |
Definition at line 34 of file mitkEventStateMachine.h.
| #define CONNECT_FUNCTION | ( | a, | |
| f | |||
| ) |
Macro that can be used to connect a StateMachineAction with a function. It assumes that there is a typedef Classname Self in classes that use this macro, as is provided by e.g. mitkClassMacro
Definition at line 29 of file mitkEventStateMachine.h.