 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
26 #ifndef VOLUMERENDERINGEXTENSION_H
27 #define VOLUMERENDERINGEXTENSION_H
41 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.action.volumerendering")
52 return "VolumeRenderingExtension";
57 return "This extension allows user to compute volume rendering on .mha images.";
64 #endif // VOLUMERENDERINGEXTENSION
The volume rendering action extension.
Definition: VolumeRenderingExtension.h:38
virtual void init()
initialize all the actions
Definition: VolumeRenderingExtension.cpp:30
virtual QString getDescription()
Method that return the action extension descrption.
Definition: VolumeRenderingExtension.h:79
virtual QString getName()
Method that return the action extension name.
Definition: VolumeRenderingExtension.h:74
#define registerNewAction(X)
Definition: ActionExtension.h:65
This action perform a volume rendering.
Definition: VolumeRenderingAction.h:44
VolumeRenderingExtension()
the constructor
Definition: VolumeRenderingExtension.h:68
virtual ~VolumeRenderingExtension()
the destructor
Definition: VolumeRenderingExtension.h:71
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:82
ActionExtension()
constructor
Definition: ActionExtension.h:86