![]() |
Computer Assited Medical Intervention Tool Kit
version 4.0
|
This PML ComponentExtension allows you to manipulate physical model file ".pml". More...
#include <PMComponentExtension.h>
Inherits camitk::MeshComponentExtension.
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... | |
| 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... | |
| PMComponentExtension () | |
| the constructor (do nothing really) More... | |
| virtual bool | save (camitk::Component *component) const |
| save from or to PML More... | |
Public Member Functions inherited from camitk::ComponentExtension | |
| 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... | |
| void | initResources () |
| Load, for the selected langage (asked to the Application), the associated .qm file. More... | |
Protected Member Functions | |
| virtual | ~PMComponentExtension () |
| the destructor More... | |
Protected Member Functions inherited from camitk::MeshComponentExtension | |
| MeshComponentExtension () | |
| Constructor protected because the class is virtual. More... | |
| virtual | ~MeshComponentExtension () |
| the destructor More... | |
Protected Member Functions inherited from camitk::ComponentExtension | |
| ComponentExtension () | |
| protected constructor, More... | |
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)
References getDescription(), getFileExtensions(), getName(), open(), and save().
|
inlineprotectedvirtual |
the destructor
|
virtual |
get the plugin description (can be html)
Reimplemented from camitk::MeshComponentExtension.
Referenced by PMComponentExtension().
|
virtual |
get the list of managed extensions (each file with an extension in the list can be loaded by this Extension
Implements camitk::ComponentExtension.
Referenced by PMComponentExtension().
|
virtual |
get the plugin name
Reimplemented from camitk::MeshComponentExtension.
Referenced by PMComponentExtension().
|
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.
References camitk::Application::resetProgressBar(), and camitk::Application::showStatusBarMessage().
Referenced by PMComponentExtension().
|
virtual |
save from or to PML
Reimplemented from camitk::ComponentExtension.
References StructuralComponent::addStructure(), MultiComponent::addSubComponent(), PhysicalModel::getAtom(), camitk::Component::getFileName(), PMManagerDC::getPhysicalModel(), camitk::InterfaceGeometry::getPointSet(), StructureProperties::HEXAHEDRON, StructureProperties::INVALID, StructureProperties::LINE, StructureProperties::POLY_LINE, StructureProperties::POLY_VERTEX, StructureProperties::PYRAMID, StructureProperties::QUAD, PhysicalModel::setAtoms(), PhysicalModel::setExclusiveComponents(), camitk::Component::setModified(), StructureProperties::TETRAHEDRON, StructureProperties::TRIANGLE, StructureProperties::WEDGE, and PhysicalModel::xmlPrint().
Referenced by PMComponentExtension().
1.8.13