#include <axlShapeBSplineConverter.h>
Public Slots | |
| axlMesh * | toMesh (void) |
Public Slots inherited from axlAbstractDataConverter | |
| virtual axlMesh * | toMesh (void) |
| Mesh conversion. More... | |
Public Member Functions | |
| axlShapeBSplineConverter () | |
| ~axlShapeBSplineConverter () | |
| QString | description (void) const |
| QStringList | fromTypes (void) const |
| QString | toType (void) const |
| void | setData (dtkAbstractData *data) |
| dtkAbstractData * | data (void) const |
| QList< QString > | getLabels (int i) |
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 9 of file axlShapeBSplineConverter.h.
| axlShapeBSplineConverter::axlShapeBSplineConverter | ( | ) |
Definition at line 27 of file axlShapeBSplineConverter.cpp.
| axlShapeBSplineConverter::~axlShapeBSplineConverter | ( | ) |
Definition at line 33 of file axlShapeBSplineConverter.cpp.
| dtkAbstractData* axlShapeBSplineConverter::data | ( | void | ) | const |
| QString axlShapeBSplineConverter::description | ( | void | ) | const |
Definition at line 185 of file axlShapeBSplineConverter.cpp.
| QStringList axlShapeBSplineConverter::fromTypes | ( | void | ) | const |
Definition at line 189 of file axlShapeBSplineConverter.cpp.
| QList< QString > axlShapeBSplineConverter::getLabels | ( | int | i | ) |
Definition at line 310 of file axlShapeBSplineConverter.cpp.
|
static |
Definition at line 197 of file axlShapeBSplineConverter.cpp.
| void axlShapeBSplineConverter::setData | ( | dtkAbstractData * | data | ) |
Definition at line 38 of file axlShapeBSplineConverter.cpp.
|
slot |
Definition at line 53 of file axlShapeBSplineConverter.cpp.
| QString axlShapeBSplineConverter::toType | ( | void | ) | const |
Definition at line 193 of file axlShapeBSplineConverter.cpp.