ImageComponentExtension()
Constructor protected because the class is virtual.
virtual bool save(camitk::Component *) const
save a given Component (does not have to be top-level) into one of the currently managed format...
This class describes what is a generic Component extension.
Definition: ComponentExtension.h:63
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:292
virtual QStringList getFileExtensions() const
get the list of managed extensions (each file with an extension in the list can be loaded by this Ext...
Abstract class created to support export file formats for ImageComponent Any data component plugin cr...
Definition: ImageComponentExtension.h:53
This vtkImages ComponentExtension allows you to manipulate any files handled by vtk.
Definition: VtkImageComponentExtension.h:38
Q_INTERFACES(camitk::ComponentExtension)
virtual QString getName() const
get the plugin name
virtual camitk::Component * open(const QString &)
get a new instance from data stored in a file (this is the most important method to redefine in your ...
VtkImageComponentExtension()
the constructor (do nothing really)
Definition: VtkImageComponentExtension.h:44
virtual QString getDescription() const
get the plugin description (can be html)