25 #ifndef OFF_EXTENSION_H 26 #define OFF_EXTENSION_H 43 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.sdk.component.off")
50 virtual QString
getName()
const;
virtual QString getName() const
get the plugin name
Definition: OffExtension.cpp:42
virtual QStringList getFileExtensions() const
get the list of managed extensions (each file with an extension in the list can be loaded by this Ext...
Definition: OffExtension.cpp:50
Exception class to handle abortion in component instanciation.
Definition: AbortException.h:43
This class describes what is a generic Component extension.
Definition: ComponentExtension.h:63
virtual QString getDescription() const
get the plugin description (can be html)
Definition: OffExtension.cpp:46
virtual bool save(camitk::Component *component) const
save a OffComponent
Definition: OffExtension.cpp:61
A Component represents something that could be included in the explorer view, the interactive 3D view...
Definition: sdk/libraries/core/component/Component.h:299
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 ...
Definition: OffExtension.cpp:56
virtual ~OffExtension()
the destructor
Definition: OffExtension.h:70
Abstract class created to support export file formats for MeshComponent Any data component plugin cre...
Definition: MeshComponentExtension.h:52
MeshComponentExtension()
Constructor protected because the class is virtual.
Definition: MeshComponentExtension.cpp:37
OffExtension()
the constructor (do nothing really)
Definition: OffExtension.h:47
The manager of the .off.
Definition: OffExtension.h:39