66 #endif // INITIMAGER_H
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
Initialize image acquisition.
Definition: InitImagerAction.h:41
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: InitImagerAction.cpp:60
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
virtual ~InitImagerAction()
Default Destructor.
Definition: InitImagerAction.cpp:53
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:223
InitImagerAction(camitk::ActionExtension *)
Default Constructor.
Definition: InitImagerAction.cpp:34
virtual void process(camitk::ImageAcquisitionComponent *)
helper method to simplify the target component processing
Definition: InitImagerAction.cpp:70
This class describes what is a generic Image Acquisition Component which derives from Component...
Definition: ImageAcquisitionComponent.h:56