OGRE  1.10.11
Object-Oriented Graphics Rendering Engine
Ogre::ImageCodec::ImageData Class Reference

Codec return class for images. More...

#include <OgreImageCodec.h>

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

Public Member Functions

 ImageData ()
 
String dataType () const
 Returns the type of the data. More...
 

Public Attributes

uint32 depth
 
uint flags
 
PixelFormat format
 
uint32 height
 
uint32 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.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Returns the type of the data.

Reimplemented from Ogre::Codec::CodecData.

Member Data Documentation

uint32 Ogre::ImageCodec::ImageData::height
uint32 Ogre::ImageCodec::ImageData::width
uint32 Ogre::ImageCodec::ImageData::depth
size_t Ogre::ImageCodec::ImageData::size
uint32 Ogre::ImageCodec::ImageData::num_mipmaps
uint Ogre::ImageCodec::ImageData::flags
PixelFormat Ogre::ImageCodec::ImageData::format

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