25 #ifndef SHOWIN3DEXTENSION_H
26 #define SHOWIN3DEXTENSION_H
50 return "ShowIn3DExtension";
55 return "Toggle display of the image volume slices in the 3D viewer";
63 #endif // SHOWIN3DEXTENSION_H
ShowIn3DExtension()
Constructor.
Definition: ShowIn3DExtension.h:43
virtual void init()
initialize all the actions
virtual QString getName()
Method returning the action extension name.
Definition: ShowIn3DExtension.h:49
virtual QString getDescription()
Method returning the action extension descrption.
Definition: ShowIn3DExtension.h:54
virtual ~ShowIn3DExtension()
Destructor.
Definition: ShowIn3DExtension.h:46
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
Show the selected camitk::ImageComponent slices in the 3D viewer(s) action extension.
Definition: ShowIn3DExtension.h:37
ActionExtension()
constructor
Definition: ActionExtension.h:65