Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::ImageCodec::ImageData Class Reference

Codec return class for images. More...

#include <OgreImageCodec.h>

Inheritance diagram for Ogre::ImageCodec::ImageData:

Ogre::Codec::CodecData List of all members.

Public Methods

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


Public Attributes

uint height
uint width
PixelFormat format

Detailed Description

Codec return class for images.

Has imformation about the size and the pixel format of the image.


Member Function Documentation

String Ogre::ImageCodec::ImageData::dataType   [inline, virtual]
 

Returns the type of the data.

Reimplemented from Ogre::Codec::CodecData.


Member Data Documentation

PixelFormat Ogre::ImageCodec::ImageData::format
 

uint Ogre::ImageCodec::ImageData::height
 

uint Ogre::ImageCodec::ImageData::width
 

Copyright © 2002 by The OGRE Team