Developer documentation | Axl-2.5.1

axlCone.h File Reference
#include "axlCoreExport.h"
#include "axlAbstractData.h"
#include <QtCore>

Go to the source code of this file.

Classes

class  axlCone
 Class axlCone defines 3D cones. More...
 

Functions

 Q_DECLARE_METATYPE (axlCone)
 
dtkAbstractData * createaxlCone (void)
 
QDebug operator<< (QDebug dbg, axlCone point)
 
QDebug operator<< (QDebug dbg, axlCone &point)
 
QDebug operator<< (QDebug dbg, axlCone *point)
 

Function Documentation

dtkAbstractData* createaxlCone ( void  )

Definition at line 363 of file axlCone.cpp.

QDebug operator<< ( QDebug  dbg,
axlCone  point 
)

Definition at line 267 of file axlCone.cpp.

QDebug operator<< ( QDebug  dbg,
axlCone point 
)

Definition at line 274 of file axlCone.cpp.

QDebug operator<< ( QDebug  dbg,
axlCone point 
)

Definition at line 281 of file axlCone.cpp.

Q_DECLARE_METATYPE ( axlCone  )