Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class 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 Member Functions

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


Public Attributes

uint height
uint width
uint depth
uint size
ushort num_mipmaps
uint flags
PixelFormat format

Detailed Description

Codec return class for images.

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

Definition at line 44 of file OgreImageCodec.h.


Constructor & Destructor Documentation

Ogre::ImageCodec::ImageData::ImageData  ) 
 

Definition at line 47 of file OgreImageCodec.h.

References Ogre::PF_UNKNOWN.


Member Function Documentation

String Ogre::ImageCodec::ImageData::dataType  )  const [virtual]
 

Returns the type of the data.

Reimplemented from Ogre::Codec::CodecData.

Definition at line 63 of file OgreImageCodec.h.

References Ogre::String.


Member Data Documentation

uint Ogre::ImageCodec::ImageData::depth
 

Definition at line 54 of file OgreImageCodec.h.

uint Ogre::ImageCodec::ImageData::flags
 

Definition at line 58 of file OgreImageCodec.h.

PixelFormat Ogre::ImageCodec::ImageData::format
 

Definition at line 60 of file OgreImageCodec.h.

uint Ogre::ImageCodec::ImageData::height
 

Definition at line 52 of file OgreImageCodec.h.

ushort Ogre::ImageCodec::ImageData::num_mipmaps
 

Definition at line 57 of file OgreImageCodec.h.

uint Ogre::ImageCodec::ImageData::size
 

Definition at line 55 of file OgreImageCodec.h.

uint Ogre::ImageCodec::ImageData::width
 

Definition at line 53 of file OgreImageCodec.h.


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

Copyright © 2000-2005 by The OGRE Team
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Mar 12 14:39:24 2006