This ItkImages Component allows you to manipulate several file provided by ITK.
More...
#include <ItkImageComponentExtension.h>
|
| virtual QString | getDescription () const override |
| | get the plugin description (can be html)
|
| |
| virtual QStringList | getFileExtensions () const override |
| | get the list of managed extensions (each file with an extension in the list can be loaded by this Extension
|
| |
| virtual QString | getName () const override |
| | get the plugin name
|
| |
| | ItkImageComponentExtension () |
| | the constructor (do nothing really)
|
| |
| virtual camitk::Component * | open (const QString &) override |
| | get a new instance from data stored in a file.
|
| |
| virtual bool | save (camitk::Component *) const override |
| | save a given Component (does not have to be top-level) into one of the currently managed format.
|
| |
| | ~ComponentExtension () override=default |
| | protected destructor,
|
| |
| virtual bool | hasDataDirectory () const |
| | return true if this component manages directory instead of individual files (e.g. Dicom series are stored in directories, not files)
|
| |
| QString | getLocation () const |
| | get the file path (location of the .dll/.so/.dylib) of this plugin
|
| |
| void | setLocation (const QString loc) |
| | set the file path (once loaded as a dynamic library)
|
| |
| void | initResources () |
| | Load, for the selected langage (asked to the Application), the associated .qm file.
|
| |
This ItkImages Component allows you to manipulate several file provided by ITK.
- Note
- This ComponentExtension requires the ITK library in order to work correctly.
◆ ItkImageComponentExtension()
| ItkImageComponentExtension::ItkImageComponentExtension |
( |
| ) |
|
|
inline |
the constructor (do nothing really)
◆ ~ItkImageComponentExtension()
| virtual ItkImageComponentExtension::~ItkImageComponentExtension |
( |
| ) |
|
|
protectedvirtualdefault |
◆ getDescription()
| QString ItkImageComponentExtension::getDescription |
( |
| ) |
const |
|
overridevirtual |
◆ getFileExtensions()
| QStringList ItkImageComponentExtension::getFileExtensions |
( |
| ) |
const |
|
overridevirtual |
get the list of managed extensions (each file with an extension in the list can be loaded by this Extension
Implements camitk::ComponentExtension.
◆ getName()
| QString ItkImageComponentExtension::getName |
( |
| ) |
const |
|
overridevirtual |
◆ open()
| Component * ItkImageComponentExtension::open |
( |
const QString & |
fileName | ) |
|
|
overridevirtual |
◆ save()
◆ saveImage()
template<class ImageType >
The documentation for this class was generated from the following files: