 |
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:69
Action to crop a volumic image.
Definition: BoxVOI.h:42
Action extension of volume croping.
Definition: BoxVOIExtension.h:37
virtual QString getName()
Method that return the action extension name.
Definition: BoxVOIExtension.h:72
#define registerNewAction(X)
Definition: ActionExtension.h:63
virtual QString getDescription()
Method that return the action extension descrption.
Definition: BoxVOIExtension.h:77
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
BoxVOIExtension()
the constructor
Definition: BoxVOIExtension.h:66
ActionExtension()
constructor
Definition: ActionExtension.h:84
virtual void init()
initialize all the actions
Definition: BoxVOIExtension.cpp:31