![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
The manager of the .off. More...
#include <OffExtension.h>
Public Member Functions | |
virtual QString | getDescription () const |
get the plugin description (can be html) More... | |
virtual QStringList | getFileExtensions () const |
get the list of managed extensions (each file with an extension in the list can be loaded by this Extension More... | |
virtual QString | getName () const |
get the plugin name More... | |
OffExtension () | |
the constructor (do nothing really) More... | |
virtual camitk::Component * | open (const QString &) throw (camitk::AbortException) |
get a new instance from data stored in a file (this is the most important method to redefine in your subclass) More... | |
virtual bool | save (camitk::Component *component) const |
save a OffComponent More... | |
![]() | |
virtual | ~ComponentExtension () |
protected destructor, More... | |
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) More... | |
QString | getLocation () const |
get the file path (location of the .dll/.so/.dylib) of this plugin More... | |
void | setLocation (const QString loc) |
set the file path (once loaded as a dynamic library) More... | |
Protected Member Functions | |
virtual | ~OffExtension () |
the destructor More... | |
![]() | |
MeshComponentExtension () | |
Constructor protected because the class is virtual. More... | |
virtual | ~MeshComponentExtension () |
the destructor More... | |
![]() | |
ComponentExtension () | |
protected constructor, More... | |
Private Member Functions | |
Q_INTERFACES (camitk::ComponentExtension) | |
The manager of the .off.
|
inline |
the constructor (do nothing really)
|
inlineprotectedvirtual |
the destructor
|
virtual |
get the plugin description (can be html)
Reimplemented from camitk::MeshComponentExtension.
|
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::MeshComponentExtension.
|
virtual |
get a new instance from data stored in a file (this is the most important method to redefine in your subclass)
Implements camitk::MeshComponentExtension.
|
private |
|
virtual |
save a OffComponent
Reimplemented from camitk::ComponentExtension.