OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::ImageCodec::ImageData Class Reference

Codec return class for images. More...

#include <OgreImageCodec.h>

+ Inheritance diagram for Ogre::ImageCodec::ImageData:
+ Collaboration diagram for Ogre::ImageCodec::ImageData:

Public Member Functions

 ImageData ()
 
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

uint32 depth
 
uint flags
 
PixelFormat format
 
uint32 height
 
uint8 num_mipmaps
 
size_t size
 
uint32 width
 

Detailed Description

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.

Constructor & Destructor Documentation

Ogre::ImageCodec::ImageData::ImageData ( )
inline

Definition at line 56 of file OgreImageCodec.h.

Member Function Documentation

String Ogre::ImageCodec::ImageData::dataType ( ) const
inlinevirtual

Returns the type of the data.

Reimplemented from Ogre::Codec::CodecData.

Definition at line 72 of file OgreImageCodec.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr)
inlineinherited

Definition at line 96 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
void *   
)
inlineinherited

Definition at line 102 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 108 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr)
inlineinherited

Definition at line 113 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void Ogre::AllocatedObject< Alloc >::operator delete[] ( void *  ptr,
const char *  ,
int  ,
const char *   
)
inlineinherited

Definition at line 119 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

operator new, with debug line info

Definition at line 68 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz)
inlineinherited

Definition at line 73 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new ( size_t  sz,
void *  ptr 
)
inlineinherited

placement operator new

Definition at line 79 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz,
const char *  file,
int  line,
const char *  func 
)
inlineinherited

array operator new, with debug line info

Definition at line 86 of file OgreMemoryAllocatedObject.h.

template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] ( size_t  sz)
inlineinherited

Definition at line 91 of file OgreMemoryAllocatedObject.h.

Member Data Documentation

uint32 Ogre::ImageCodec::ImageData::depth

Definition at line 63 of file OgreImageCodec.h.

uint Ogre::ImageCodec::ImageData::flags

Definition at line 67 of file OgreImageCodec.h.

PixelFormat Ogre::ImageCodec::ImageData::format

Definition at line 69 of file OgreImageCodec.h.

uint32 Ogre::ImageCodec::ImageData::height

Definition at line 61 of file OgreImageCodec.h.

uint8 Ogre::ImageCodec::ImageData::num_mipmaps

Definition at line 66 of file OgreImageCodec.h.

size_t Ogre::ImageCodec::ImageData::size

Definition at line 64 of file OgreImageCodec.h.

uint32 Ogre::ImageCodec::ImageData::width

Definition at line 62 of file OgreImageCodec.h.


The documentation for this class was generated from the following file: