Computer Assited Medical Intervention Tool Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Member Functions | List of all members
PMComponentExtension Class Reference

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) 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::Componentopen (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) More...
 
 PMComponentExtension ()
 the constructor (do nothing really) More...
 
virtual bool save (camitk::Component *component) const
 save from or to PML 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...
 

Detailed Description

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.

Constructor & Destructor Documentation

PMComponentExtension::PMComponentExtension ( )
inline

the constructor (do nothing really)

virtual PMComponentExtension::~PMComponentExtension ( )
inlineprotectedvirtual

the destructor

Member Function Documentation

QString PMComponentExtension::getDescription ( ) const
virtual

get the plugin description (can be html)

Reimplemented from camitk::MeshComponentExtension.

QStringList PMComponentExtension::getFileExtensions ( ) const
virtual

get the list of managed extensions (each file with an extension in the list can be loaded by this Extension

Implements camitk::ComponentExtension.

QString PMComponentExtension::getName ( ) const
virtual

get the plugin name

Reimplemented from camitk::MeshComponentExtension.

camitk::Component * PMComponentExtension::open ( const QString &  fileName) throw (AbortException)
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.

bool PMComponentExtension::save ( camitk::Component component) const
virtual

The documentation for this class was generated from the following files: