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
virtual ~ReconstructionExtension()=default
the destructor
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
ReconstructionExtension()
the constructor
Definition: ReconstructionExtension.h:47
virtual void init()
initialize all the actions
Definition: ReconstructionExtension.cpp:35
virtual QString getName()
Method that return the action extension name.
Definition: ReconstructionExtension.h:56
virtual QString getDescription()
Method that return the action extension descrption.
Definition: ReconstructionExtension.h:61
This reconstruction action extension.
Definition: ReconstructionExtension.h:40
ActionExtension()
constructor
Definition: ActionExtension.h:63