OGRE 2.1
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. | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
Public Attributes | |
uint32 | depth |
uint | flags |
PixelFormat | format |
uint32 | height |
uint8 | 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 Ogre::PF_UNKNOWN.
|
inlinevirtual |
Returns the type of the data.
Reimplemented from Ogre::Codec::CodecData.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
uint32 Ogre::ImageCodec::ImageData::depth |
uint Ogre::ImageCodec::ImageData::flags |
PixelFormat Ogre::ImageCodec::ImageData::format |
uint32 Ogre::ImageCodec::ImageData::height |
uint8 Ogre::ImageCodec::ImageData::num_mipmaps |
size_t Ogre::ImageCodec::ImageData::size |
uint32 Ogre::ImageCodec::ImageData::width |