|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
Go to the documentation of this file.
26 #ifndef MMLACTIONEXTENSION_H
27 #define MMLACTIONEXTENSION_H
43 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.imaging.action.mml")
55 virtual void init()
override;
58 virtual QString
getName()
override {
64 return "Various actions for MML";
71 #endif // MMLACTIONEXTENSION_H
Manager for the MML action.
Definition: MMLActionExtension.h:40
Action to generate MML/Sofa scn from a vtk mesh.
Definition: GenerateModel.h:46
virtual void init() override
Method must be reimplemented when an ActionExtension is done, the own actions of an extension are loa...
Definition: MMLActionExtension.cpp:32
virtual ~MMLActionExtension()=default
the destructor
#define registerNewAction(X)
Definition: ActionExtension.h:63
virtual QString getName() override
Method that return the action extension name.
Definition: MMLActionExtension.h:81
MMLActionExtension()
the constructor
Definition: MMLActionExtension.h:70
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
Action to show the MML Simulation Dialog.
Definition: SimulationDialog.h:18
virtual QString getDescription() override
Method that return the action extension description.
Definition: MMLActionExtension.h:86
ActionExtension()
constructor
Definition: ActionExtension.cpp:62