25 #ifndef SMOOTHFILTER_H 26 #define SMOOTHFILTER_H 64 #endif // SMOOTHFILTER_H virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: SmoothFilter.cpp:95
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
virtual void process(camitk::MeshComponent *comp)
helper method to simplify the target component processing
Definition: SmoothFilter.cpp:104
ActionExtension * extension
the extension in which this action is declared and registered
Definition: Action.h:477
Basic component to manage any kind of mesh.
Definition: MeshComponent.h:53
SmoothFilter(camitk::ActionExtension *extension)
Default Constructor.
Definition: SmoothFilter.cpp:39
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:223
Smooth the input mesh.
Definition: SmoothFilter.h:38
virtual ~SmoothFilter()
Default Destructor.
Definition: SmoothFilter.cpp:88