 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
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 ~BoxVOIExtension()
the destructor
Definition: BoxVOIExtension.h:71
Action to crop a volumic image.
Definition: BoxVOI.h:43
Action extension of volume croping.
Definition: BoxVOIExtension.h:38
virtual QString getName()
Method that return the action extension name.
Definition: BoxVOIExtension.h:74
#define registerNewAction(X)
Definition: ActionExtension.h:65
virtual QString getDescription()
Method that return the action extension descrption.
Definition: BoxVOIExtension.h:79
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:82
BoxVOIExtension()
the constructor
Definition: BoxVOIExtension.h:68
ActionExtension()
constructor
Definition: ActionExtension.h:86
virtual void init()
initialize all the actions
Definition: BoxVOIExtension.cpp:31