#include "axlCoreExport.h"
#include "axlAbstractData.h"
#include <QtCore>
#include <QObject>
#include <QMetaType>
Go to the source code of this file.
Classes | |
class | axlPoint |
Class axlPoint defines 3D points. More... | |
Functions | |
Q_DECLARE_METATYPE (axlPoint) | |
dtkAbstractData * | createaxlPoint (void) |
QDebug | operator<< (QDebug dbg, axlPoint point) |
QDebug | operator<< (QDebug dbg, axlPoint &point) |
QDebug | operator<< (QDebug dbg, axlPoint *point) |
dtkAbstractData* createaxlPoint | ( | void | ) |
Definition at line 599 of file axlPoint.cpp.
QDebug operator<< | ( | QDebug | dbg, |
axlPoint | point | ||
) |
Definition at line 521 of file axlPoint.cpp.
QDebug operator<< | ( | QDebug | dbg, |
axlPoint & | point | ||
) |
Definition at line 528 of file axlPoint.cpp.
QDebug operator<< | ( | QDebug | dbg, |
axlPoint * | point | ||
) |
Definition at line 535 of file axlPoint.cpp.
Q_DECLARE_METATYPE | ( | axlPoint | ) |