This simple OBJ Component allows you to manipulate obj files (alias wavefront).
More...
#include <ObjExtension.h>
|
| 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...
|
| |
| | ObjExtension () |
| | the constructor (do nothing really) 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...
|
| |
| virtual bool | save (camitk::Component *component) const |
| | save a component as a OBJ file. More...
|
| |
| 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...
|
| |
This simple OBJ Component allows you to manipulate obj files (alias wavefront).
| ObjExtension::ObjExtension |
( |
| ) |
|
|
inline |
the constructor (do nothing really)
| virtual ObjExtension::~ObjExtension |
( |
| ) |
|
|
inlineprotectedvirtual |
| virtual QString ObjExtension::getDescription |
( |
| ) |
const |
|
virtual |
| virtual QStringList ObjExtension::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.
| virtual QString ObjExtension::getName |
( |
| ) |
const |
|
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.
The documentation for this class was generated from the following file: