#include "axlCoreExport.h"#include <QtCore>#include <dtkCoreSupport/dtkAbstractData.h>Go to the source code of this file.
Classes | |
| class | axlLight |
| Class axlLight defines 3D lights. More... | |
Functions | |
| QDebug | operator<< (QDebug dbg, axlLight point) |
| QDebug | operator<< (QDebug dbg, axlLight &point) |
| QDebug | operator<< (QDebug dbg, axlLight *point) |
| QDebug operator<< | ( | QDebug | dbg, |
| axlLight | point | ||
| ) |
Definition at line 295 of file axlLight.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| axlLight & | point | ||
| ) |
Definition at line 309 of file axlLight.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| axlLight * | point | ||
| ) |
Definition at line 322 of file axlLight.cpp.