 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
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")
64 return "Various actions for MML";
71 #endif // MMLACTIONEXTENSION_H
Manager for the MML action.
Definition: MMLActionExtension.h:39
Action to generate MML/Sofa scn from a vtk mesh.
Definition: GenerateModel.h:45
virtual ~MMLActionExtension()=default
the destructor
virtual void init()
Method must be reimplemented when an ActionExtension is done, the own actions of an extension are loa...
Definition: MMLActionExtension.cpp:32
virtual QString getDescription()
Method that return the action extension descrption.
Definition: MMLActionExtension.h:84
#define registerNewAction(X)
Definition: ActionExtension.h:63
virtual QString getName()
Method that return the action extension name.
Definition: MMLActionExtension.h:79
MMLActionExtension()
the constructor
Definition: MMLActionExtension.h:68
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
ActionExtension()
constructor
Definition: ActionExtension.h:84