implementation of the GLC_PrimitiveGroup class. More...
#include "glc_primitivegroup.h"#include "../glc_state.h"Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &stream, const GLC_PrimitiveGroup &primitiveGroup) |
| Non-member stream operator. | |
| QDataStream & | operator>> (QDataStream &stream, GLC_PrimitiveGroup &primitiveGroup) |
implementation of the GLC_PrimitiveGroup class.
Definition in file glc_primitivegroup.cpp.
| QDataStream& operator<< | ( | QDataStream & | stream, | |
| const GLC_PrimitiveGroup & | primitiveGroup | |||
| ) |
Non-member stream operator.
Definition at line 333 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 & | stream, | |
| GLC_PrimitiveGroup & | primitiveGroup | |||
| ) |
Definition at line 397 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.