25#ifndef SHOWIN3DEXTENSION_H
26#define SHOWIN3DEXTENSION_H
40 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.action.showin3D")
50 virtual QString
getName()
const override {
51 return "Show Image In 3D Extension";
56 return "Toggle display of the image volume slices in the 3D viewer";
60 virtual void init()
override;
Show the selected camitk::ImageComponent slices in the 3D viewer(s) action extension.
Definition ShowIn3DExtension.h:37
virtual QString getName() const override
Method returning the action extension name.
Definition ShowIn3DExtension.h:50
virtual void init() override
initialize all the actions
Definition ShowIn3DExtension.cpp:36
ShowIn3DExtension()
Constructor.
Definition ShowIn3DExtension.h:44
virtual ~ShowIn3DExtension()
Destructor.
Definition ShowIn3DExtension.h:47
virtual QString getDescription() const override
Method returning the action extension description.
Definition ShowIn3DExtension.h:55
This class describes what is a generic Action extension.
Definition ActionExtension.h:57
ActionExtension()
constructor
Definition ActionExtension.cpp:38