18 #include <itkObject.h>
19 #include <itkObjectFactory.h>
73 PropertyList::Pointer m_PropertiesList;
represents an action, that is executed after a certain event (in statemachine-mechanism)
Action(int actionId)
Default Constructor. Set the actionId.
int GetActionId() const
Returns the Id of this action.
mitk::BaseProperty * GetProperty(const char *propertyKey) const
returns the specified property
void AddProperty(const char *propertyKey, BaseProperty *property)
Adds a property to the list of properties.
mitkClassMacroItkParent(Action, itk::Object)
~Action() override
Default Destructor.
mitkNewMacro1Param(Self, int)
static New method to use SmartPointer
Abstract base class for properties.
Find image slices visible on a given plane.