 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
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")
51 return "ShowIn3DExtension";
56 return "Toggle display of the image volume slices in the 3D viewer";
64 #endif // SHOWIN3DEXTENSION_H
ShowIn3DExtension()
Constructor.
Definition: ShowIn3DExtension.h:65
Shows the coronal slice of the camitk::ImageComponent in the 3D viewer.
Definition: ShowCoronalSliceIn3D.h:37
Shows the sagittal slice of the volumic image in the 3D viewer.
Definition: ShowSagittalSliceIn3D.h:37
virtual QString getName()
Method returning the action extension name.
Definition: ShowIn3DExtension.h:71
virtual QString getDescription()
Method returning the action extension descrption.
Definition: ShowIn3DExtension.h:76
virtual ~ShowIn3DExtension()
Destructor.
Definition: ShowIn3DExtension.h:68
Shows the whole volumic image (i.e. the camitk::ImageComponent) in the 3D viewer.
Definition: ShowImageIn3D.h:36
#define registerNewAction(X)
Definition: ActionExtension.h:63
Shows the axial slice of the camitk::ImageComponent in the 3D viewer.
Definition: ShowAxialSliceIn3D.h:37
Show the selected camitk::ImageComponent slices in the 3D viewer(s) action extension.
Definition: ShowIn3DExtension.h:36
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
virtual void init()
initialize all the actions
Definition: ShowIn3DExtension.cpp:36
Shows the arbitrary slice of the camitk::ImageComponent in the 3D viewer.
Definition: ShowArbitrarySliceIn3D.h:41
ActionExtension()
constructor
Definition: ActionExtension.h:84
Definition: Action.cpp:36