interface for the GLC_3DRep class. More...
#include "glc_geometry.h"#include "glc_rep.h"#include "../glc_config.h"Go to the source code of this file.
Classes | |
| class | GLC_3DRep |
| GLC_3DRep : A referrence 3D Representation. More... | |
Functions | |
| GLC_LIB_EXPORT QDataStream & | operator<< (QDataStream &, const GLC_3DRep &) |
| Non-member stream operator. | |
| GLC_LIB_EXPORT QDataStream & | operator>> (QDataStream &, GLC_3DRep &) |
interface for the GLC_3DRep class.
Definition in file glc_3drep.h.
| GLC_LIB_EXPORT QDataStream& operator<< | ( | QDataStream & | , | |
| const GLC_3DRep & | ||||
| ) |
Non-member stream operator.
Definition at line 426 of file glc_3drep.cpp.
References GLC_3DRep::m_ChunkId, GLC_3DRep::m_pGeomList, GLC_3DRep::materialSet(), GLC_Rep::name(), and GLC_Mesh::saveToDataStream().
| GLC_LIB_EXPORT QDataStream& operator>> | ( | QDataStream & | , | |
| GLC_3DRep & | ||||
| ) |
Definition at line 460 of file glc_3drep.cpp.
References GLC_3DRep::addGeom(), glc::GLC_GenID(), GLC_Object::id(), GLC_3DRep::isEmpty(), GLC_Mesh::loadFromDataStream(), GLC_3DRep::m_ChunkId, GLC_Object::setId(), and GLC_Rep::setName().