Computer Assisted Medical Intervention Tool Kit  version 6.0
Loading...
Searching...
No Matches
ITKFiltersExtension Class Reference

Manager of the ITK filter actions. More...

#include <ITKFiltersExtension.h>

Public Member Functions

virtual QString getDescription () const override
 Method that return the action extension description.
virtual QString getName () const override
 Method that return the action extension name.
virtual void init ()
 initialize all the actions
 ITKFiltersExtension ()
 the constructor
virtual ~ITKFiltersExtension ()
 the destructor
Public Member Functions inherited from camitk::ActionExtension
const ActionListgetActions ()
 get the list of actions registered y this extension
QString getLocation () const
 get the file path (location of the .dll/.so/.dylib) of this plugin or the file path to the CamiTK extension file that generated this extension
void initResources ()
 Load, for the selected langage (asked to the Application), the associated .qm file.
void setLocation (const QString loc)
 set the file path (once loaded as a dynamic library)
 ~ActionExtension () override
 destructor

Additional Inherited Members

Protected Member Functions inherited from camitk::ActionExtension
 ActionExtension ()
 constructor
void registerAction (Action *)
 register an action instance
Protected Attributes inherited from camitk::ActionExtension
ActionList actions
 the list of actions

Detailed Description

Manager of the ITK filter actions.

Constructor & Destructor Documentation

◆ ITKFiltersExtension()

ITKFiltersExtension::ITKFiltersExtension ( )
inline

the constructor

References camitk::ActionExtension::ActionExtension().

◆ ~ITKFiltersExtension()

virtual ITKFiltersExtension::~ITKFiltersExtension ( )
inlinevirtual

the destructor

Member Function Documentation

◆ getDescription()

virtual QString ITKFiltersExtension::getDescription ( ) const
inlineoverridevirtual

Method that return the action extension description.

Implements camitk::ActionExtension.

◆ getName()

virtual QString ITKFiltersExtension::getName ( ) const
inlineoverridevirtual

Method that return the action extension name.

Implements camitk::ActionExtension.

◆ init()

void ITKFiltersExtension::init ( )
virtual

initialize all the actions

Implements camitk::ActionExtension.

References registerNewAction.


The documentation for this class was generated from the following files: