![]() |
Computer Assited Medical Intervention Tool Kit
|
This ItkImages ComponentExtension allows you to manipulate any files handled by itk. More...
#include <ItkImageComponentExtension.h>
Inheritance diagram for ItkImageComponentExtension:Public Member Functions | |
| virtual QString | getDescription () const |
| get the plugin description (can be html) | |
| virtual QStringList | getFileExtensions () const |
| get the list of managed extensions (each file with an extension in the list can be loaded by this Extension | |
| virtual QString | getName () const |
| get the plugin name | |
| ItkImageComponentExtension () | |
| the constructor (do nothing really) | |
| virtual Component * | open (const QString &) throw (AbortException) |
| get a new instance from data stored in a file (this is the most important method to redefine in your subclass) | |
| virtual bool | save (Component *component) const |
| save a given Component (does not have to be top-level) into one of the currently managed format. | |
Protected Member Functions | |
| virtual | ~ItkImageComponentExtension () |
| the destructor | |
Protected Member Functions inherited from camitk::ImageComponentExtension | |
| ImageComponentExtension () | |
| Constructor protected because the class is virtual. | |
| virtual | ~ImageComponentExtension () |
| the destructor | |
Protected Member Functions inherited from camitk::ComponentExtension | |
| ComponentExtension () | |
| protected constructor, | |
Static Protected Member Functions | |
| template<class ImageType > | |
| static bool | saveImage (ImageComponent *img) |
Private Member Functions | |
| Q_INTERFACES (camitk::ComponentExtension) | |
This ItkImages ComponentExtension allows you to manipulate any files handled by itk.
|
inline |
the constructor (do nothing really)
|
inlineprotectedvirtual |
the destructor
|
virtual |
get the plugin description (can be html)
Reimplemented from camitk::ImageComponentExtension.
|
virtual |
get the list of managed extensions (each file with an extension in the list can be loaded by this Extension
Implements camitk::ComponentExtension.
|
virtual |
get the plugin name
Reimplemented from camitk::ImageComponentExtension.
|
virtual |
get a new instance from data stored in a file (this is the most important method to redefine in your subclass)
Implements camitk::ImageComponentExtension.
|
private |
|
virtual |
save a given Component (does not have to be top-level) into one of the currently managed format.
Reimplemented from camitk::ComponentExtension.
References camitk::ImageComponent::getImageData().
|
staticprotected |
References camitk::Component::getFileName(), and camitk::ImageComponent::getImageData().
1.8.1.2