Computer Assited Medical Intervention Tool Kit
version 4.1
|
This VRML Component allows you to manipulate VRML files (unstructured grid and polydata files). More...
#include <VRMLComponentExtension.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 More... | |
virtual QString | getName () const |
get the plugin name More... | |
virtual camitk::Component * | open (const QString &) |
get a new instance from data stored in a file This method may throw an AbortException if a problem occurs. More... | |
virtual bool | save (camitk::Component *) const |
save the given MeshComponent to VRML (does not have to be top-level). More... | |
VRMLComponentExtension () | |
the constructor (do nothing really) More... | |
Public Member Functions inherited from camitk::ComponentExtension | |
~ComponentExtension () override=default | |
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 | ~VRMLComponentExtension ()=default |
the destructor More... | |
Protected Member Functions inherited from camitk::MeshComponentExtension | |
MeshComponentExtension () | |
Constructor protected because the class is virtual. More... | |
~MeshComponentExtension ()=default | |
the destructor More... | |
Protected Member Functions inherited from camitk::ComponentExtension | |
ComponentExtension () | |
protected constructor, More... | |
This VRML Component allows you to manipulate VRML files (unstructured grid and polydata files).
This component shows:
|
inline |
the constructor (do nothing really)
References getDescription(), getFileExtensions(), getName(), open(), save(), and ~VRMLComponentExtension().
|
protectedvirtualdefault |
the destructor
Referenced by VRMLComponentExtension().
|
virtual |
get the plugin description (can be html)
Reimplemented from camitk::MeshComponentExtension.
Referenced by VRMLComponentExtension().
|
virtual |
get the list of managed extensions
Implements camitk::ComponentExtension.
Referenced by VRMLComponentExtension().
|
virtual |
get the plugin name
Reimplemented from camitk::MeshComponentExtension.
Referenced by VRMLComponentExtension().
|
virtual |
get a new instance from data stored in a file This method may throw an AbortException if a problem occurs.
Implements camitk::MeshComponentExtension.
Referenced by VRMLComponentExtension().
|
virtual |
save the given MeshComponent to VRML (does not have to be top-level).
Reimplemented from camitk::ComponentExtension.
References CAMITK_WARNING, camitk::InteractiveViewer::get3DViewer(), camitk::Component::getFileName(), camitk::Component::getName(), and camitk::InterfaceGeometry::getPointSet().
Referenced by VRMLComponentExtension().