virtual QWidget * getWidget()
Returns the widget that allows to modify the action parameters.
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
QList< QVector3D > * seedPoints
list of seed points
Definition: BoxVOI.h:76
BoxVOI(camitk::ActionExtension *)
Default Constructor.
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
virtual ~BoxVOI()
Default Destructor.
Definition: ImageComponent.h:69
QWidget * theWidget
The widget will be filled with parameters.
Definition: BoxVOI.h:73
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196
Action to crop a volumic image.
Definition: BoxVOI.h:42
virtual void process(camitk::ImageComponent *comp)
helper method to simplify the target component processing