Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::MeshSerializerImpl Member List

This is the complete list of members for Ogre::MeshSerializerImpl, including all inherited members.
calcBoneAssignmentSize(void)Ogre::MeshSerializerImpl [protected, virtual]
calcEdgeGroupSize(const EdgeData::EdgeGroup &group)Ogre::MeshSerializerImpl [protected, virtual]
calcEdgeListLodSize(const EdgeData *data, bool isManual)Ogre::MeshSerializerImpl [protected, virtual]
calcEdgeListSize(const Mesh *pMesh)Ogre::MeshSerializerImpl [protected, virtual]
calcGeometrySize(const VertexData *pGeom)Ogre::MeshSerializerImpl [protected, virtual]
calcMeshSize(const Mesh *pMesh)Ogre::MeshSerializerImpl [protected, virtual]
calcSkeletonLinkSize(const String &skelName)Ogre::MeshSerializerImpl [protected, virtual]
calcSubMeshNameTableSize(const Mesh *pMesh)Ogre::MeshSerializerImpl [protected, virtual]
calcSubMeshOperationSize(const SubMesh *pSub)Ogre::MeshSerializerImpl [protected, virtual]
calcSubMeshSize(const SubMesh *pSub)Ogre::MeshSerializerImpl [protected, virtual]
exportMesh(const Mesh *pMesh, const String &filename)Ogre::MeshSerializerImpl
flipEndian(void *pData, size_t vertexCount, size_t vertexSize, const VertexDeclaration::VertexElementList &elems)Ogre::MeshSerializerImpl [protected, virtual]
Ogre::Serializer::flipEndian(void *pData, size_t size, size_t count)Ogre::Serializer [protected, virtual]
Ogre::Serializer::flipEndian(void *pData, size_t size)Ogre::Serializer [protected, virtual]
flipFromLittleEndian(void *pData, size_t vertexCount, size_t vertexSize, const VertexDeclaration::VertexElementList &elems)Ogre::MeshSerializerImpl [protected, virtual]
Ogre::Serializer::flipFromLittleEndian(void *pData, size_t size, size_t count=1)Ogre::Serializer [protected, virtual]
flipToLittleEndian(void *pData, size_t vertexCount, size_t vertexSize, const VertexDeclaration::VertexElementList &elems)Ogre::MeshSerializerImpl [protected, virtual]
Ogre::Serializer::flipToLittleEndian(void *pData, size_t size, size_t count=1)Ogre::Serializer [protected, virtual]
importMesh(DataChunk &chunk, Mesh *pDest)Ogre::MeshSerializerImpl
MaterialMap typedefOgre::MeshSerializerImpl [protected]
mCurrentChunkLenOgre::Serializer [protected]
MeshSerializerImpl()Ogre::MeshSerializerImpl
mIsSkeletallyAnimatedOgre::MeshSerializerImpl [protected]
mMaterialListOgre::MeshSerializerImpl [protected]
mpfFileOgre::Serializer [protected]
mpMeshOgre::MeshSerializerImpl [protected]
mVersionOgre::Serializer [protected]
readBools(DataChunk &chunk, bool *pDest, size_t count)Ogre::Serializer [protected]
readBoundsInfo(DataChunk &chunk)Ogre::MeshSerializerImpl [protected, virtual]
readChunk(DataChunk &chunk)Ogre::Serializer [protected, virtual]
readEdgeList(DataChunk &chunk)Ogre::MeshSerializerImpl [protected, virtual]
readFileHeader(DataChunk &chunk)Ogre::Serializer [protected, virtual]
readGeometry(DataChunk &chunk, VertexData *dest)Ogre::MeshSerializerImpl [protected, virtual]
readGeometryVertexBuffer(DataChunk &chunk, VertexData *dest)Ogre::MeshSerializerImpl [protected, virtual]
readGeometryVertexDeclaration(DataChunk &chunk, VertexData *dest)Ogre::MeshSerializerImpl [protected, virtual]
readGeometryVertexElement(DataChunk &chunk, VertexData *dest)Ogre::MeshSerializerImpl [protected, virtual]
readInts(DataChunk &chunk, unsigned int *pDest, size_t count)Ogre::Serializer [protected]
readLongs(DataChunk &chunk, unsigned long *pDest, size_t count)Ogre::Serializer [protected]
readMesh(DataChunk &chunk)Ogre::MeshSerializerImpl [protected, virtual]
readMeshBoneAssignment(DataChunk &chunk)Ogre::MeshSerializerImpl [protected, virtual]
readMeshLodInfo(DataChunk &chunk)Ogre::MeshSerializerImpl [protected, virtual]
readMeshLodUsageGenerated(DataChunk &chunk, unsigned short lodNum, Mesh::MeshLodUsage &usage)Ogre::MeshSerializerImpl [protected, virtual]
readMeshLodUsageManual(DataChunk &chunk, unsigned short lodNum, Mesh::MeshLodUsage &usage)Ogre::MeshSerializerImpl [protected, virtual]
readObject(DataChunk &chunk, Vector3 *pDest)Ogre::Serializer [protected]
readObject(DataChunk &chunk, Quaternion *pDest)Ogre::Serializer [protected]
readReals(DataChunk &chunk, Real *pDest, size_t count)Ogre::Serializer [protected]
readShorts(DataChunk &chunk, unsigned short *pDest, size_t count)Ogre::Serializer [protected]
readSkeletonLink(DataChunk &chunk)Ogre::MeshSerializerImpl [protected, virtual]
readString(DataChunk &chunk)Ogre::Serializer [protected]
readString(DataChunk &chunk, size_t numChars)Ogre::Serializer [protected]
readSubMesh(DataChunk &chunk)Ogre::MeshSerializerImpl [protected, virtual]
readSubMeshBoneAssignment(DataChunk &chunk, SubMesh *sub)Ogre::MeshSerializerImpl [protected, virtual]
readSubMeshNameTable(DataChunk &chunk)Ogre::MeshSerializerImpl [protected, virtual]
readSubMeshOperation(DataChunk &chunk, SubMesh *sub)Ogre::MeshSerializerImpl [protected, virtual]
readTextureLayer(DataChunk &chunk, Material *pMat)Ogre::MeshSerializerImpl [protected, virtual]
Serializer()Ogre::Serializer
writeBools(const bool *pLong, size_t count)Ogre::Serializer [protected]
writeBoundsInfo(const Mesh *pMesh)Ogre::MeshSerializerImpl [protected, virtual]
writeChunkHeader(unsigned short id, unsigned long size)Ogre::Serializer [protected, virtual]
writeData(const void *buf, size_t size, size_t count)Ogre::Serializer [protected]
writeEdgeList(const Mesh *pMesh)Ogre::MeshSerializerImpl [protected, virtual]
writeFileHeader(void)Ogre::Serializer [protected, virtual]
writeGeometry(const VertexData *pGeom)Ogre::MeshSerializerImpl [protected, virtual]
writeInts(const unsigned int *pInt, size_t count)Ogre::Serializer [protected]
writeLodInfo(const Mesh *pMesh)Ogre::MeshSerializerImpl [protected, virtual]
writeLodSummary(unsigned short numLevels, bool manual)Ogre::MeshSerializerImpl [protected, virtual]
writeLodUsageGenerated(const Mesh *pMesh, const Mesh::MeshLodUsage &usage, unsigned short lodNum)Ogre::MeshSerializerImpl [protected, virtual]
writeLodUsageManual(const Mesh::MeshLodUsage &usage)Ogre::MeshSerializerImpl [protected, virtual]
writeLongs(const unsigned long *pLong, size_t count)Ogre::Serializer [protected]
writeMesh(const Mesh *pMesh)Ogre::MeshSerializerImpl [protected, virtual]
writeMeshBoneAssignment(const VertexBoneAssignment *assign)Ogre::MeshSerializerImpl [protected, virtual]
writeObject(const Vector3 &vec)Ogre::Serializer [protected]
writeObject(const Quaternion &q)Ogre::Serializer [protected]
writeReals(const Real *pReal, size_t count)Ogre::Serializer [protected]
writeShorts(const unsigned short *pShort, size_t count)Ogre::Serializer [protected]
writeSkeletonLink(const String &skelName)Ogre::MeshSerializerImpl [protected, virtual]
writeString(const String &string)Ogre::Serializer [protected]
writeSubMesh(const SubMesh *s)Ogre::MeshSerializerImpl [protected, virtual]
writeSubMeshBoneAssignment(const VertexBoneAssignment *assign)Ogre::MeshSerializerImpl [protected, virtual]
writeSubMeshNameTable(const Mesh *pMesh)Ogre::MeshSerializerImpl [protected, virtual]
writeSubMeshOperation(const SubMesh *s)Ogre::MeshSerializerImpl [protected, virtual]
~MeshSerializerImpl()Ogre::MeshSerializerImpl [virtual]
~Serializer()Ogre::Serializer [virtual]

Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:51:14 2004