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