|
OGRE
1.9.0
|
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) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, const char *, int, const char *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete (void *ptr, void *) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| void * | operator new (size_t sz) |
| 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, 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 *ptr) |
| placement operator new | |
| void * | operator new[] (size_t sz) |
| 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 | |
| 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.
Definition at line 53 of file OgreImageCodec.h.
| Ogre::ImageCodec::ImageData::ImageData | ( | ) |
Definition at line 56 of file OgreImageCodec.h.
References depth, flags, format, height, num_mipmaps, Ogre::PF_UNKNOWN, size, and width.
|
virtual |
Returns the type of the data.
Reimplemented from Ogre::Codec::CodecData.
Definition at line 72 of file OgreImageCodec.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 of file OgreMemoryAllocatedObject.h.
| uint32 Ogre::ImageCodec::ImageData::depth |
Definition at line 63 of file OgreImageCodec.h.
Referenced by ImageData().
| uint Ogre::ImageCodec::ImageData::flags |
Definition at line 67 of file OgreImageCodec.h.
Referenced by ImageData().
| PixelFormat Ogre::ImageCodec::ImageData::format |
Definition at line 69 of file OgreImageCodec.h.
Referenced by ImageData().
| uint32 Ogre::ImageCodec::ImageData::height |
Definition at line 61 of file OgreImageCodec.h.
Referenced by ImageData().
| uint8 Ogre::ImageCodec::ImageData::num_mipmaps |
Definition at line 66 of file OgreImageCodec.h.
Referenced by ImageData().
| size_t Ogre::ImageCodec::ImageData::size |
Definition at line 64 of file OgreImageCodec.h.
Referenced by ImageData().
| uint32 Ogre::ImageCodec::ImageData::width |
Definition at line 62 of file OgreImageCodec.h.
Referenced by ImageData().
1.13.2