#define BOXVOI_API
Definition: BoxVOIAPI.h:8
Action to crop a volumic image.
Definition: BoxVOI.h:43
QWidget * theWidget
The widget will be filled with parameters.
Definition: BoxVOI.h:75
QList< QVector3D > * seedPoints
list of seed points
Definition: BoxVOI.h:78
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
virtual camitk::Action::ApplyStatus apply()=0
This method is called when the action has to be applied on the target list (get the target lists usin...
virtual QWidget * getWidget()
This method has to be redefined in your Action only if:
Definition: Action.cpp:168
The manager of the Image Volume data.
Definition: ImageComponent.h:77