![]() |
Computer Assited Medical Intervention Tool Kit
|
This VRML Component allows you to manipulate VRML files (unstructured grid and polydata files). More...
#include <VRMLComponentExtension.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... | |
virtual 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) More... | |
virtual bool | save (Component *) const |
save the given MeshComponent to VRML (does not have to be top-level). More... | |
VRMLComponentExtension () | |
the constructor (do nothing really) More... | |
Protected Member Functions | |
virtual | ~VRMLComponentExtension () |
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) | |
This VRML Component allows you to manipulate VRML files (unstructured grid and polydata files).
This component shows:
|
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 the given MeshComponent to VRML (does not have to be top-level).
Reimplemented from camitk::ComponentExtension.
References camitk::Component::getFileName(), and camitk::Component::getPointSet().