OGRE
2.2.4
Object-Oriented Graphics Rendering Engine
|
Codec return class for images. More...
#include <OgreImageCodec2.h>
Public Member Functions | |
ImageData2 () | |
virtual | ~ImageData2 () |
virtual String | dataType () const |
Returns the type of the data. More... | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *) |
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 *) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info More... | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *ptr) |
placement operator new More... | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info More... | |
void * | operator new[] (size_t sz) |
Public Attributes | |
TextureBox | box |
PixelFormatGpu | format |
bool | freeOnDestruction |
uint8 | numMipmaps |
TextureTypes::TextureTypes | textureType |
Codec return class for images.
Has information about the size and the pixel format of the image.
|
inline |
|
inlinevirtual |
References Ogre::MEMCATEGORY_RESOURCE, and OGRE_FREE_SIMD.
|
inlinevirtual |
Returns the type of the data.
Reimplemented from Ogre::Codec::CodecData.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
|
inlineinherited |
placement operator new
|
inlineinherited |
array operator new, with debug line info
|
inlineinherited |
TextureBox Ogre::ImageCodec2::ImageData2::box |
PixelFormatGpu Ogre::ImageCodec2::ImageData2::format |
bool Ogre::ImageCodec2::ImageData2::freeOnDestruction |
uint8 Ogre::ImageCodec2::ImageData2::numMipmaps |
TextureTypes::TextureTypes Ogre::ImageCodec2::ImageData2::textureType |