26 #ifndef BOXVOIEXTENSION_H 27 #define BOXVOIEXTENSION_H 41 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.action.cropvolume")
52 return "BoxVOIExtension";
57 return "helps you to crop a volume to keep only an interesting subsample.";
65 #endif // BOXVOIEXTENSION_H virtual QString getName()
Method that return the action extension name.
Definition: BoxVOIExtension.h:51
virtual QString getDescription()
Method that return the action extension descrption.
Definition: BoxVOIExtension.h:56
Action extension of volume croping.
Definition: BoxVOIExtension.h:38
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
virtual void init()
initialize all the actions
Definition: BoxVOIExtension.cpp:31
BoxVOIExtension()
the constructor
Definition: BoxVOIExtension.h:45
virtual ~BoxVOIExtension()
the destructor
Definition: BoxVOIExtension.h:48
ActionExtension()
constructor
Definition: ActionExtension.h:63