26 #ifndef GENERATEMODEL_H 27 #define GENERATEMODEL_H 66 void saveSOFAFile(QString baseFilename);
69 void saveMMLFiles(QString baseFilename);
78 #endif // GENERATEMODEL_H
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
std::set< int > fixedDOFIndex
Definition: GenerateModel.h:72
Definition: Action.cpp:36
virtual QWidget * getWidget()
This method has to be redefined in your Action only if:
Definition: Action.cpp:141
Basic component to manage any kind of mesh.
Definition: MeshComponent.h:53
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
virtual QWidget * getWidget()
default widget
Definition: GenerateModel.h:56
Action to generate MML/Sofa scn from a vtk mesh.
Definition: GenerateModel.h:46
camitk::MeshComponent * targetMesh
The current managed mesh.
Definition: GenerateModel.h:75
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:223