26 #ifndef GENERATEMODEL_H
27 #define GENERATEMODEL_H
57 return Action::getWidget();
66 void saveSOFAFile(QString baseFilename);
69 void saveMMLFiles(QString baseFilename);
72 std::set<int> fixedDOFIndex;
Action to generate MML/Sofa scn from a vtk mesh.
Definition: GenerateModel.h:46
virtual QWidget * getWidget()
default widget
Definition: GenerateModel.h:56
virtual camitk::Action::ApplyStatus apply()
method applied when the action is called
Definition: GenerateModel.cpp:70
virtual ~GenerateModel()=default
the destructor
GenerateModel(camitk::ActionExtension *)
the constructor
Definition: GenerateModel.cpp:54
This class describes what is a generic Action extension.
Definition: ActionExtension.h:57
Action class is an abstract class that enables you to build a action (generally on a component).
Definition: Action.h:209
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition: Action.h:225
Basic component to manage any kind of mesh.
Definition: MeshComponent.h:53
Definition: Action.cpp:36