#include "axlCoreExport.h"
#include "axlAbstractData.h"
#include "dtkMathSupport/dtkQuaternion.h"
#include <QtCore>
Go to the source code of this file.
Classes | |
class | axlEllipsoid |
Class axlEllipsoid defines 3D ellipsoids. More... | |
Functions | |
dtkAbstractData * | createaxlEllipsoid (void) |
QDebug | operator<< (QDebug dbg, axlEllipsoid point) |
QDebug | operator<< (QDebug dbg, axlEllipsoid &point) |
QDebug | operator<< (QDebug dbg, axlEllipsoid *point) |
dtkAbstractData* createaxlEllipsoid | ( | void | ) |
Definition at line 716 of file axlEllipsoid.cpp.
QDebug operator<< | ( | QDebug | dbg, |
axlEllipsoid | point | ||
) |
Definition at line 275 of file axlEllipsoid.cpp.
QDebug operator<< | ( | QDebug | dbg, |
axlEllipsoid & | point | ||
) |
Definition at line 282 of file axlEllipsoid.cpp.
QDebug operator<< | ( | QDebug | dbg, |
axlEllipsoid * | point | ||
) |
Definition at line 289 of file axlEllipsoid.cpp.