66 #endif // DECIMATION_H
virtual QWidget * getWidget()
this method creates and returns the widget containing the user interface for the action ...
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
virtual ApplyStatus apply()
method called when the action is applied
Decimation(camitk::ActionExtension *)
the constructor
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
DecimationWidget * actionWidget
action widget
Definition: Decimation.h:62
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196
Decimate the input mesh in order to reduce its number of triangles.
Definition: Decimation.h:44
virtual ~Decimation()
the destructor