implementation of the GLC_BoundingBox class. More...
#include "glc_boundingbox.h"#include "maths/glc_matrix4x4.h"Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &stream, const GLC_BoundingBox &bBox) |
| Non-member stream operator. | |
| QDataStream & | operator>> (QDataStream &stream, GLC_BoundingBox &bBox) |
implementation of the GLC_BoundingBox class.
Definition in file glc_boundingbox.cpp.
| QDataStream& operator<< | ( | QDataStream & | stream, | |
| const GLC_BoundingBox & | bBox | |||
| ) |
Non-member stream operator.
Definition at line 210 of file glc_boundingbox.cpp.
References GLC_BoundingBox::m_ChunkId, GLC_BoundingBox::m_IsEmpty, GLC_BoundingBox::m_Lower, and GLC_BoundingBox::m_Upper.
| QDataStream& operator>> | ( | QDataStream & | stream, | |
| GLC_BoundingBox & | bBox | |||
| ) |
Definition at line 222 of file glc_boundingbox.cpp.
References GLC_BoundingBox::m_ChunkId, GLC_BoundingBox::m_IsEmpty, GLC_BoundingBox::m_Lower, and GLC_BoundingBox::m_Upper.