interface for the GLC_PrimitiveGroup class. More...
#include "../glc_ext.h"#include "../glc_global.h"#include "glc_config.h"Go to the source code of this file.
Classes | |
| class | GLC_PrimitiveGroup |
| GLC_PrimitiveGroup : Triangles, Strip and fan index. More... | |
Functions | |
| QDataStream & | operator<< (QDataStream &, const GLC_PrimitiveGroup &) |
| Non-member stream operator. | |
| QDataStream & | operator>> (QDataStream &, GLC_PrimitiveGroup &) |
interface for the GLC_PrimitiveGroup class.
Definition in file glc_primitivegroup.h.
| QDataStream& operator<< | ( | QDataStream & | , | |
| const GLC_PrimitiveGroup & | ||||
| ) |
Non-member stream operator.
Definition at line 335 of file glc_primitivegroup.cpp.
References GLC_PrimitiveGroup::isFinished(), GLC_PrimitiveGroup::m_ChunkId, GLC_PrimitiveGroup::m_FanIndexOffset, GLC_PrimitiveGroup::m_FanIndexOffseti, GLC_PrimitiveGroup::m_FansId, GLC_PrimitiveGroup::m_FansIndexSizes, GLC_PrimitiveGroup::m_Id, GLC_PrimitiveGroup::m_StripIndexOffset, GLC_PrimitiveGroup::m_StripIndexOffseti, GLC_PrimitiveGroup::m_StripIndexSizes, GLC_PrimitiveGroup::m_StripsId, GLC_PrimitiveGroup::m_TrianglesFanSize, GLC_PrimitiveGroup::m_TrianglesGroupOffset, GLC_PrimitiveGroup::m_TrianglesGroupOffseti, GLC_PrimitiveGroup::m_TrianglesGroupsSizes, GLC_PrimitiveGroup::m_TrianglesId, GLC_PrimitiveGroup::m_TrianglesIndexSize, GLC_PrimitiveGroup::m_TrianglesStripSize, and GLC_State::vboUsed().
| QDataStream& operator>> | ( | QDataStream & | , | |
| GLC_PrimitiveGroup & | ||||
| ) |
Definition at line 399 of file glc_primitivegroup.cpp.
References GLC_PrimitiveGroup::finish(), GLC_PrimitiveGroup::m_ChunkId, GLC_PrimitiveGroup::m_FanIndexOffseti, GLC_PrimitiveGroup::m_FansId, GLC_PrimitiveGroup::m_FansIndexSizes, GLC_PrimitiveGroup::m_Id, GLC_PrimitiveGroup::m_StripIndexOffseti, GLC_PrimitiveGroup::m_StripIndexSizes, GLC_PrimitiveGroup::m_StripsId, GLC_PrimitiveGroup::m_TrianglesFanSize, GLC_PrimitiveGroup::m_TrianglesGroupOffseti, GLC_PrimitiveGroup::m_TrianglesGroupsSizes, GLC_PrimitiveGroup::m_TrianglesId, GLC_PrimitiveGroup::m_TrianglesIndexSize, and GLC_PrimitiveGroup::m_TrianglesStripSize.