#include <axlLineConverter.h>
Public Slots | |
| axlMesh * | toMesh (void) |
Public Slots inherited from axlAbstractDataConverter | |
| virtual axlMesh * | toMesh (void) |
| Mesh conversion. More... | |
Public Member Functions | |
| axlLineConverter (void) | |
| virtual | ~axlLineConverter (void) |
| QString | description (void) const |
| QString | identifier (void) const |
| QStringList | fromTypes (void) const |
| QString | toType (void) const |
| void | setParams (int channel, int index) |
| void | setOutput (axlAbstractData *output) |
| void | setPrecision (double eps) |
| void | setData (dtkAbstractData *data) |
Public Member Functions inherited from axlAbstractDataConverter | |
| axlAbstractDataConverter (void) | |
| virtual | ~axlAbstractDataConverter (void) |
Static Public Member Functions | |
| static bool | registered (void) |
Definition at line 24 of file axlLineConverter.h.
| axlLineConverter::axlLineConverter | ( | void | ) |
Definition at line 36 of file axlLineConverter.cpp.
|
virtual |
Definition at line 45 of file axlLineConverter.cpp.
| QString axlLineConverter::description | ( | void | ) | const |
Definition at line 50 of file axlLineConverter.cpp.
| QStringList axlLineConverter::fromTypes | ( | void | ) | const |
Definition at line 58 of file axlLineConverter.cpp.
| QString axlLineConverter::identifier | ( | void | ) | const |
Definition at line 54 of file axlLineConverter.cpp.
|
static |
Definition at line 66 of file axlLineConverter.cpp.
| void axlLineConverter::setData | ( | dtkAbstractData * | data | ) |
Definition at line 154 of file axlLineConverter.cpp.
|
virtual |
Reimplemented from axlAbstractDataConverter.
Definition at line 168 of file axlLineConverter.cpp.
|
virtual |
Reimplemented from axlAbstractDataConverter.
Definition at line 159 of file axlLineConverter.cpp.
|
virtual |
Reimplemented from axlAbstractDataConverter.
Definition at line 172 of file axlLineConverter.cpp.
|
slot |
Definition at line 70 of file axlLineConverter.cpp.
| QString axlLineConverter::toType | ( | void | ) | const |
Definition at line 62 of file axlLineConverter.cpp.