26 #ifndef BOXVOIEXTENSION_H
27 #define BOXVOIEXTENSION_H
51 return "BoxVOIExtension";
56 return "helps you to crop a volume to keep only an interesting subsample.";
64 #endif // BOXVOIEXTENSION_H
virtual QString getName()
Method that return the action extension name.
Definition: BoxVOIExtension.h:50
virtual QString getDescription()
Method that return the action extension descrption.
Definition: BoxVOIExtension.h:55
Action extension of volume croping.
Definition: BoxVOIExtension.h:38
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
BoxVOIExtension()
the constructor
Definition: BoxVOIExtension.h:44
virtual void init()
initialize all the actions
virtual ~BoxVOIExtension()
the destructor
Definition: BoxVOIExtension.h:47
ActionExtension()
constructor
Definition: ActionExtension.h:65