interface for the GLC_BoundingBox class. More...
#include "maths/glc_vector3d.h"#include "maths/glc_utils_maths.h"#include "maths/glc_matrix4x4.h"#include <QtDebug>#include "glc_config.h"Go to the source code of this file.
Classes | |
| class | GLC_BoundingBox |
| GLC_BoundingBox : Geometry bounding box. More... | |
Functions | |
| QDataStream & | operator<< (QDataStream &, const GLC_BoundingBox &) |
| Non-member stream operator. | |
| QDataStream & | operator>> (QDataStream &, GLC_BoundingBox &) |
interface for the GLC_BoundingBox class.
Definition in file glc_boundingbox.h.
| QDataStream& operator<< | ( | QDataStream & | , | |
| const GLC_BoundingBox & | ||||
| ) |
Non-member stream operator.
Definition at line 188 of file glc_boundingbox.cpp.
References GLC_BoundingBox::lowerCorner(), GLC_BoundingBox::m_ChunkId, GLC_BoundingBox::m_IsEmpty, and GLC_BoundingBox::upperCorner().
| QDataStream& operator>> | ( | QDataStream & | , | |
| GLC_BoundingBox & | ||||
| ) |
Definition at line 200 of file glc_boundingbox.cpp.
References GLC_BoundingBox::m_ChunkId, GLC_BoundingBox::m_IsEmpty, GLC_BoundingBox::m_Lower, and GLC_BoundingBox::m_Upper.