OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
Codec return class for images. More...
#include <OgreImageCodec.h>
Public Member Functions | |
ImageData () | |
String | dataType () const |
Returns the type of the data. More... | |
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 |
|
inlinevirtual |
Returns the type of the data.
Reimplemented from Ogre::Codec::CodecData.
uint32 Ogre::ImageCodec::ImageData::height |
uint32 Ogre::ImageCodec::ImageData::width |
uint32 Ogre::ImageCodec::ImageData::depth |
size_t Ogre::ImageCodec::ImageData::size |
uint32 Ogre::ImageCodec::ImageData::num_mipmaps |
uint Ogre::ImageCodec::ImageData::flags |
PixelFormat Ogre::ImageCodec::ImageData::format |