25 #ifndef ITKFILTERSEXTENSION_H 26 #define ITKFILTERSEXTENSION_H 41 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.imaging.action.itkfilters")
57 return "This extension implements ITK Filters on image volumes. \ 58 See Chapter 6 of \"The ITK Software Guide\" Second edition for more information about ITK Filters. \ 66 #endif // ITKFILTERSEXTENSION ITKFiltersExtension()
the constructor
Definition: ITKFiltersExtension.h:45
Manager of the ITK filter actions.
Definition: ITKFiltersExtension.h:38
virtual QString getName()
Method that return the action extension name.
Definition: ITKFiltersExtension.h:51
virtual void init()
initialize all the actions
Definition: ITKFiltersExtension.cpp:44
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
virtual ~ITKFiltersExtension()
the destructor
Definition: ITKFiltersExtension.h:48
virtual QString getDescription()
Method that return the action extension descrption.
Definition: ITKFiltersExtension.h:56
ActionExtension()
constructor
Definition: ActionExtension.h:63