 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
25 #ifndef REORIENTIMAGEEXTENSION_H
26 #define REORIENTIMAGEEXTENSION_H
33 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.action.reorientimage")
44 return "Reorient Image Extension";
49 return "This extension can be used to test and get familiar with the frame environment.";
57 #endif // TESTFRAMEEXTENSION_H
Definition: ReorientImageExtension.h:29
virtual QString getDescription()
Method returning the action extension descrption.
Definition: ReorientImageExtension.h:69
ReorientImageExtension()
Constructor.
Definition: ReorientImageExtension.h:58
Definition: ReorientImage.h:41
#define registerNewAction(X)
Definition: ActionExtension.h:63
virtual ~ReorientImageExtension()
Destructor.
Definition: ReorientImageExtension.h:61
virtual void init()
initialize all the actions
Definition: ReorientImageExtension.cpp:31
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
virtual QString getName()
Method returning the action extension name.
Definition: ReorientImageExtension.h:64