#include <axlShapeConverter.h>
Public Slots | |
axlMesh * | toMesh (void) |
Public Slots inherited from axlAbstractDataConverter | |
virtual axlMesh * | toMesh (void) |
Mesh conversion. More... | |
Public Member Functions | |
axlShapeConverter (void) | |
virtual | ~axlShapeConverter (void) |
QString | description (void) const |
QString | identifier (void) const |
QStringList | fromTypes (void) const |
QString | toType (void) const |
void | setData (dtkAbstractData *data) |
Public Member Functions inherited from axlAbstractDataConverter | |
axlAbstractDataConverter (void) | |
virtual | ~axlAbstractDataConverter (void) |
virtual void | setParams (int channel, int index) |
virtual void | setOutput (axlAbstractData *output) |
virtual void | setPrecision (double eps) |
Static Public Member Functions | |
static bool | registered (void) |
Definition at line 24 of file axlShapeConverter.h.
axlShapeConverter::axlShapeConverter | ( | void | ) |
Definition at line 30 of file axlShapeConverter.cpp.
|
virtual |
Definition at line 34 of file axlShapeConverter.cpp.
QString axlShapeConverter::description | ( | void | ) | const |
Definition at line 39 of file axlShapeConverter.cpp.
QStringList axlShapeConverter::fromTypes | ( | void | ) | const |
Definition at line 47 of file axlShapeConverter.cpp.
QString axlShapeConverter::identifier | ( | void | ) | const |
Definition at line 43 of file axlShapeConverter.cpp.
|
static |
Definition at line 55 of file axlShapeConverter.cpp.
void axlShapeConverter::setData | ( | dtkAbstractData * | data | ) |
Definition at line 141 of file axlShapeConverter.cpp.
|
slot |
Definition at line 59 of file axlShapeConverter.cpp.
QString axlShapeConverter::toType | ( | void | ) | const |
Definition at line 51 of file axlShapeConverter.cpp.