OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
This is the complete list of members for Ogre::Codec, including all inherited members.
decode(const DataStreamPtr &input, const Any &output) const =0 | Ogre::Codec | pure virtual |
encode(const Any &input) const | Ogre::Codec | virtual |
encodeToFile(const Any &input, const String &outFileName) const | Ogre::Codec | virtual |
getCodec(const String &extension) | Ogre::Codec | static |
getCodec(char *magicNumberPtr, size_t maxbytes) | Ogre::Codec | static |
getExtensions(void) | Ogre::Codec | static |
getType() const =0 | Ogre::Codec | pure virtual |
isCodecRegistered(const String &codecType) | Ogre::Codec | inlinestatic |
magicNumberMatch(const char *magicNumberPtr, size_t maxbytes) const | Ogre::Codec | inline |
magicNumberToFileExt(const char *magicNumberPtr, size_t maxbytes) const =0 | Ogre::Codec | pure virtual |
registerCodec(Codec *pCodec) | Ogre::Codec | static |
unregisterCodec(Codec *pCodec) | Ogre::Codec | inlinestatic |
~Codec() | Ogre::Codec | virtual |