Interface for the GLC_WireData class. More...
#include <QColor>#include "../glc_global.h"#include "../glc_boundingbox.h"#include "../shading/glc_renderproperties.h"#include "../glc_config.h"Go to the source code of this file.
Classes | |
| class | GLC_WireData |
| GLC_WireData : Contains geometries's wire data. More... | |
Functions | |
| GLC_LIB_EXPORT QDataStream & | operator<< (QDataStream &, const GLC_WireData &) |
| Non-member stream operator. | |
| GLC_LIB_EXPORT QDataStream & | operator>> (QDataStream &, GLC_WireData &) |
Interface for the GLC_WireData class.
Definition in file glc_wiredata.h.
| GLC_LIB_EXPORT QDataStream& operator<< | ( | QDataStream & | , | |
| const GLC_WireData & | ||||
| ) |
Non-member stream operator.
Definition at line 296 of file glc_wiredata.cpp.
References GLC_WireData::m_ChunkId, GLC_WireData::m_NextPrimitiveLocalId, GLC_WireData::m_PositionSize, GLC_WireData::m_VerticeGroupCount, GLC_WireData::m_VerticeGroupId, GLC_WireData::m_VerticeGroupOffset, GLC_WireData::m_VerticeGrouprSizes, and GLC_WireData::positionVector().
| GLC_LIB_EXPORT QDataStream& operator>> | ( | QDataStream & | , | |
| GLC_WireData & | ||||
| ) |
Definition at line 313 of file glc_wiredata.cpp.
References GLC_WireData::clear(), GLC_WireData::m_ChunkId, GLC_WireData::m_NextPrimitiveLocalId, GLC_WireData::m_Positions, GLC_WireData::m_PositionSize, GLC_WireData::m_VerticeGroupCount, GLC_WireData::m_VerticeGroupId, GLC_WireData::m_VerticeGroupOffset, and GLC_WireData::m_VerticeGrouprSizes.