![]() |
Computer Assited Medical Intervention Tool Kit
|
This PML ComponentExtension allows you to manipulate physical model file ".pml". More...
#include <PMComponentExtension.h>
Inheritance diagram for PMComponentExtension: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 | |
| virtual camitk::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) | |
| PMComponentExtension () | |
| the constructor (do nothing really) | |
| virtual bool | save (camitk::Component *component) const |
| save from or to PML | |
Protected Member Functions | |
| virtual | ~PMComponentExtension () |
| the destructor | |
Protected Member Functions inherited from camitk::MeshComponentExtension | |
| MeshComponentExtension () | |
| Constructor protected because the class is virtual. | |
| virtual | ~MeshComponentExtension () |
| the destructor | |
Protected Member Functions inherited from camitk::ComponentExtension | |
| ComponentExtension () | |
| protected constructor, | |
This PML ComponentExtension allows you to manipulate physical model file ".pml".
see http://www-timc.imag.fr/Emmanuel.Promayon/pml for more information on this type of documents.
|
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.
|
virtual |
save from or to PML
Reimplemented from camitk::ComponentExtension.
References camitk::Component::getFileName(), PMManagerDC::getPhysicalModel(), camitk::Component::getPointSet(), and camitk::Component::setModified().
1.8.1.2