|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
25 #ifndef FRAMEEXTENSION_H
26 #define FRAMEEXTENSION_H
33 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.action.frameextension")
43 virtual QString
getName()
override {
44 return "Frame Manipulation Extension";
49 return "This extension can be display and manipulate component frames.";
53 virtual void init()
override;
57 #endif // FRAMEEXTENSION_H
virtual QString getName() override
Method returning the action extension name.
Definition: FrameExtension.h:66
This action allows you to apply a linear transformation (translation,rotation around axes) on the top...
Definition: FrameEditor.h:39
virtual QString getDescription() override
Method returning the action extension description.
Definition: FrameExtension.h:71
Definition: FrameExtension.h:30
virtual ~FrameExtension()
Destructor.
Definition: FrameExtension.h:63
FrameExtension()
Constructor.
Definition: FrameExtension.h:60
#define registerNewAction(X)
Definition: ActionExtension.h:63
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
virtual void init() override
initialize all the actions
Definition: FrameExtension.cpp:33
ActionExtension()
constructor
Definition: ActionExtension.cpp:62
This action allows you to modify the selected component's frame parent.
Definition: ChangeParent.h:33
This action allows you to show/hide the 3D axes representation of the component's frame.
Definition: ShowFrame.h:34