interface for the GLC_Lod class. More...
#include <QVector>#include "../glc_ext.h"#include "../glc_config.h"Go to the source code of this file.
Classes | |
| class | GLC_Lod |
| GLC_Lod is a Level of detail index and accuracy. More... | |
Functions | |
| GLC_LIB_EXPORT QDataStream & | operator<< (QDataStream &, const GLC_Lod &) |
| Non-member stream operator. | |
| GLC_LIB_EXPORT QDataStream & | operator>> (QDataStream &, GLC_Lod &) |
interface for the GLC_Lod class.
Definition in file glc_lod.h.
| GLC_LIB_EXPORT QDataStream& operator<< | ( | QDataStream & | , | |
| const GLC_Lod & | ||||
| ) |
Non-member stream operator.
Definition at line 150 of file glc_lod.cpp.
References GLC_Lod::indexVector(), GLC_Lod::m_Accuracy, GLC_Lod::m_ChunkId, and GLC_Lod::m_TrianglesCount.
| GLC_LIB_EXPORT QDataStream& operator>> | ( | QDataStream & | , | |
| GLC_Lod & | ||||
| ) |
Definition at line 161 of file glc_lod.cpp.
References GLC_Lod::m_Accuracy, GLC_Lod::m_ChunkId, GLC_Lod::m_IndexVector, and GLC_Lod::m_TrianglesCount.