Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
virtual ~CreateSC()
the destructor
Definition: CreateSC.h:45
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
virtual QWidget * getWidget()
use the default widget (but update the values)
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196
virtual ApplyStatus apply()
method applied when the action is called
CreateSC(camitk::ActionExtension *)
the constructor
Action to generate MML/Sofa scn from a vtk mesh.
Definition: CreateSC.h:38