|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
25 #ifndef SHOWIN3DEXTENSION_H
26 #define SHOWIN3DEXTENSION_H
40 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.action.showin3D")
50 virtual QString
getName()
override {
51 return "ShowIn3DExtension";
56 return "Toggle display of the image volume slices in the 3D viewer";
60 virtual void init()
override;
64 #endif // SHOWIN3DEXTENSION_H
ShowIn3DExtension()
Constructor.
Definition: ShowIn3DExtension.h:67
virtual void init() override
initialize all the actions
Definition: ShowIn3DExtension.cpp:36
Shows the coronal slice of the camitk::ImageComponent in the 3D viewer.
Definition: ShowCoronalSliceIn3D.h:38
Shows the sagittal slice of the volumic image in the 3D viewer.
Definition: ShowSagittalSliceIn3D.h:38
virtual ~ShowIn3DExtension()
Destructor.
Definition: ShowIn3DExtension.h:70
Shows the whole volumic image (i.e. the camitk::ImageComponent) in the 3D viewer.
Definition: ShowImageIn3D.h:37
virtual QString getName() override
Method returning the action extension name.
Definition: ShowIn3DExtension.h:73
#define registerNewAction(X)
Definition: ActionExtension.h:63
Shows the axial slice of the camitk::ImageComponent in the 3D viewer.
Definition: ShowAxialSliceIn3D.h:38
virtual QString getDescription() override
Method returning the action extension description.
Definition: ShowIn3DExtension.h:78
Show the selected camitk::ImageComponent slices in the 3D viewer(s) action extension.
Definition: ShowIn3DExtension.h:37
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
Shows the arbitrary slice of the camitk::ImageComponent in the 3D viewer.
Definition: ShowArbitrarySliceIn3D.h:42