26 #ifndef GENERATEMODEL_H
27 #define GENERATEMODEL_H
56 #endif // GENERATEMODEL_H
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
GenerateModel(camitk::ActionExtension *)
the constructor
virtual ApplyStatus apply()
method applied when the action is called
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
virtual QWidget * getWidget()
no widget yet
Definition: GenerateModel.h:48
Action to generate MML/Sofa scn from a vtk mesh.
Definition: GenerateModel.h:38
virtual ~GenerateModel()
the destructor
Definition: GenerateModel.h:45
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196