 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
26 #ifndef RECONSTRUCTIONEXTENSION_H
27 #define RECONSTRUCTIONEXTENSION_H
43 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.action.reconstruction")
57 return "Reconstruction";
62 return "Extension that provides 3D reconstruction from an image component (e.g. marching cube)";
68 #endif // RECONSTRUCTIONEXTENSION_H
This reconstruction action extension.
Definition: ReconstructionExtension.h:39
ReconstructionExtension()
the constructor
Definition: ReconstructionExtension.h:68
virtual void init()
initialize all the actions
Definition: ReconstructionExtension.cpp:35
virtual QString getDescription()
Method that return the action extension descrption.
Definition: ReconstructionExtension.h:82
#define registerNewAction(X)
Definition: ActionExtension.h:63
virtual ~ReconstructionExtension()=default
the destructor
The class ImageReconstructionAction interfaces the reconstruction of 3D volumes from a set of images ...
Definition: ImageReconstructionAction.h:41
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
ActionExtension()
constructor
Definition: ActionExtension.h:84
virtual QString getName()
Method that return the action extension name.
Definition: ReconstructionExtension.h:77
Definition: Action.cpp:36