#include <axlPointConverter.h>
Public Slots | |
| axlMesh * | toMesh (void) |
Public Slots inherited from axlAbstractDataConverter | |
| virtual axlMesh * | toMesh (void) |
| Mesh conversion. More... | |
Public Member Functions | |
| axlPointConverter (void) | |
| ~axlPointConverter (void) | |
| QString | description (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 27 of file axlPointConverter.h.
| axlPointConverter::axlPointConverter | ( | void | ) |
Definition at line 31 of file axlPointConverter.cpp.
| axlPointConverter::~axlPointConverter | ( | void | ) |
Definition at line 36 of file axlPointConverter.cpp.
| QString axlPointConverter::description | ( | void | ) | const |
Definition at line 43 of file axlPointConverter.cpp.
| QStringList axlPointConverter::fromTypes | ( | void | ) | const |
Definition at line 48 of file axlPointConverter.cpp.
|
static |
Definition at line 58 of file axlPointConverter.cpp.
| void axlPointConverter::setData | ( | dtkAbstractData * | data | ) |
Definition at line 75 of file axlPointConverter.cpp.
|
slot |
Definition at line 63 of file axlPointConverter.cpp.
| QString axlPointConverter::toType | ( | void | ) | const |
Definition at line 53 of file axlPointConverter.cpp.