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