#include <OgreImageCodec.h>
Public Member Functions | |
ImageData () | |
String | dataType () const |
Returns the type of the data. | |
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 * | operator new (size_t sz, void *ptr) |
placement operator new | |
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) |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
Public Attributes | |
size_t | height |
size_t | width |
size_t | depth |
size_t | size |
ushort | num_mipmaps |
uint | flags |
PixelFormat | format |
Has information about the size and the pixel format of the image.
Definition at line 48 of file OgreImageCodec.h.
Ogre::ImageCodec::ImageData::ImageData | ( | ) |
Definition at line 51 of file OgreImageCodec.h.
String Ogre::ImageCodec::ImageData::dataType | ( | ) | const [virtual] |
Returns the type of the data.
Reimplemented from Ogre::Codec::CodecData.
Definition at line 67 of file OgreImageCodec.h.
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz, | |
const char * | file, | |||
int | line, | |||
const char * | func | |||
) | [inherited] |
operator new, with debug line info
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz | ) | [inherited] |
void* Ogre::AllocatedObject< Alloc >::operator new | ( | size_t | sz, | |
void * | ptr | |||
) | [inherited] |
placement operator new
void* Ogre::AllocatedObject< Alloc >::operator new[] | ( | size_t | sz, | |
const char * | file, | |||
int | line, | |||
const char * | func | |||
) | [inherited] |
array operator new, with debug line info
void* Ogre::AllocatedObject< Alloc >::operator new[] | ( | size_t | sz | ) | [inherited] |
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr | ) | [inherited] |
void Ogre::AllocatedObject< Alloc >::operator delete | ( | void * | ptr, | |
const char * | , | |||
int | , | |||
const char * | ||||
) | [inherited] |
void Ogre::AllocatedObject< Alloc >::operator delete[] | ( | void * | ptr | ) | [inherited] |
void Ogre::AllocatedObject< Alloc >::operator delete[] | ( | void * | ptr, | |
const char * | , | |||
int | , | |||
const char * | ||||
) | [inherited] |
Definition at line 56 of file OgreImageCodec.h.
Definition at line 57 of file OgreImageCodec.h.
Definition at line 58 of file OgreImageCodec.h.
Definition at line 59 of file OgreImageCodec.h.
Definition at line 61 of file OgreImageCodec.h.
Definition at line 62 of file OgreImageCodec.h.
Definition at line 64 of file OgreImageCodec.h.
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Thu Aug 28 20:56:14 2008