![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
Codec return class for images. More...
#include <OgreImageCodec.h>
Public Member Functions | |
| ImageData () | |
| String | dataType () const |
| Public Member Functions inherited from Ogre::Codec::CodecData | |
| virtual | ~CodecData () |
Public Attributes | |
| uint32 | depth |
| uint | flags |
| PixelFormat | format |
| uint32 | height |
| uint32 | num_mipmaps |
| size_t | size |
| uint32 | width |
Codec return class for images.
Has information about the size and the pixel format of the image.
|
inline |
References depth, flags, format, height, num_mipmaps, Ogre::PF_UNKNOWN, size, and width.
|
inlinevirtual |
Reimplemented from Ogre::Codec::CodecData.
| uint32 Ogre::ImageCodec::ImageData::height |
Referenced by ImageData().
| uint32 Ogre::ImageCodec::ImageData::width |
Referenced by ImageData().
| uint32 Ogre::ImageCodec::ImageData::depth |
Referenced by ImageData().
| size_t Ogre::ImageCodec::ImageData::size |
Referenced by ImageData().
| uint32 Ogre::ImageCodec::ImageData::num_mipmaps |
Referenced by ImageData().
| uint Ogre::ImageCodec::ImageData::flags |
Referenced by ImageData().
| PixelFormat Ogre::ImageCodec::ImageData::format |
Referenced by ImageData().