27 #ifndef STOPIMAGING2D_H
28 #define STOPIMAGING2D_H
Generic action to stop a 2D acquisition process.
Definition: StopImaging2DAction.h:41
virtual camitk::Action::ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: StopImaging2DAction.cpp:60
virtual ~StopImaging2DAction()
Default Destructor.
Definition: StopImaging2DAction.cpp:53
StopImaging2DAction(camitk::ActionExtension *)
Default Constructor.
Definition: StopImaging2DAction.cpp:34
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:209
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition: Action.h:225
This class describes what is a generic Image Acquisition Component which derives from Component.
Definition: ImageAcquisitionComponent.h:56