|  | Computer Assited Medical Intervention Tool Kit
    version 5.0
    |  | 
 
 
 
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")
 
   53     virtual void init() 
override;
 
   56     virtual QString 
getName()
 override {
 
   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:40
virtual QString getDescription() override
Method that return the action extension description.
Definition: ReconstructionExtension.h:84
ReconstructionExtension()
the constructor
Definition: ReconstructionExtension.h:70
virtual void init() override
initialize all the actions
Definition: ReconstructionExtension.cpp:35
#define registerNewAction(X)
Definition: ActionExtension.h:63
virtual QString getName() override
Method that return the action extension name.
Definition: ReconstructionExtension.h:79
virtual ~ReconstructionExtension()=default
the destructor
The class ImageReconstructionAction interfaces the reconstruction of 3D volumes from a set of images ...
Definition: ImageReconstructionAction.h:42
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
ActionExtension()
constructor
Definition: ActionExtension.cpp:62
Definition: Action.cpp:35