Interface for the GLC_MeshData class. More...
#include <QVector>#include "glc_lod.h"#include "../glc_global.h"#include "../glc_config.h"Go to the source code of this file.
Classes | |
| class | GLC_MeshData |
| GLC_MeshData : Contains all data of the mesh. More... | |
Functions | |
| GLC_LIB_EXPORT QDataStream & | operator<< (QDataStream &, const GLC_MeshData &) |
| Non-member stream operator. | |
| GLC_LIB_EXPORT QDataStream & | operator>> (QDataStream &, GLC_MeshData &) |
Interface for the GLC_MeshData class.
Definition in file glc_meshdata.h.
| GLC_LIB_EXPORT QDataStream& operator<< | ( | QDataStream & | , | |
| const GLC_MeshData & | ||||
| ) |
Non-member stream operator.
Definition at line 427 of file glc_meshdata.cpp.
References GLC_MeshData::colorVector(), GLC_MeshData::m_ChunkId, GLC_MeshData::m_LodList, GLC_MeshData::normalVector(), GLC_MeshData::positionVector(), and GLC_MeshData::texelVector().
| GLC_LIB_EXPORT QDataStream& operator>> | ( | QDataStream & | , | |
| GLC_MeshData & | ||||
| ) |
Definition at line 449 of file glc_meshdata.cpp.
References GLC_MeshData::clear(), GLC_MeshData::m_ChunkId, GLC_MeshData::m_Colors, GLC_MeshData::m_LodList, GLC_MeshData::m_Normals, GLC_MeshData::m_Positions, and GLC_MeshData::m_Texels.