| exportMesh(const Mesh *pMesh, const String &filename) | Ogre::MeshSerializer | |
| flipEndian(void *pData, size_t size, size_t count) | Ogre::Serializer | [protected] |
| flipEndian(void *pData, size_t size) | Ogre::Serializer | [protected] |
| flipFromLittleEndian(void *pData, size_t size, size_t count=1) | Ogre::Serializer | [protected] |
| flipToLittleEndian(void *pData, size_t size, size_t count=1) | Ogre::Serializer | [protected] |
| importMesh(DataChunk &chunk, Mesh *pDest) | Ogre::MeshSerializer | |
| mCurrentChunkLen | Ogre::Serializer | [protected] |
| MeshSerializer() | Ogre::MeshSerializer | |
| MeshSerializerImplMap typedef | Ogre::MeshSerializer | [protected] |
| mImplementations | Ogre::MeshSerializer | [protected] |
| mpfFile | Ogre::Serializer | [protected] |
| msCurrentVersion | Ogre::MeshSerializer | [protected, static] |
| mVersion | Ogre::Serializer | [protected] |
| readBools(DataChunk &chunk, bool *pDest, size_t count) | Ogre::Serializer | [protected] |
| readChunk(DataChunk &chunk) | Ogre::Serializer | [protected, virtual] |
| readFileHeader(DataChunk &chunk) | Ogre::Serializer | [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] |
| 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] |
| readString(DataChunk &chunk) | Ogre::Serializer | [protected] |
| Serializer() | Ogre::Serializer | |
| writeBools(const bool *pLong, size_t count) | Ogre::Serializer | [protected] |
| writeChunkHeader(unsigned short id, unsigned long size) | Ogre::Serializer | [protected, virtual] |
| writeData(const void *buf, size_t size, size_t count) | Ogre::Serializer | [protected] |
| writeFileHeader(void) | Ogre::Serializer | [protected, virtual] |
| writeInts(const unsigned int *pInt, size_t count) | Ogre::Serializer | [protected] |
| writeLongs(const unsigned long *pLong, size_t count) | Ogre::Serializer | [protected] |
| 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] |
| writeString(const String &string) | Ogre::Serializer | [protected] |
| ~MeshSerializer() | Ogre::MeshSerializer | [virtual] |
| ~Serializer() | Ogre::Serializer | [virtual] |
Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:18:23 2004