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