OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
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
Public Member Functions inherited from Ogre::Codec::CodecData
virtual ~CodecData ()

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

◆ ImageData()

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

Member Function Documentation

◆ dataType()

String Ogre::ImageCodec::ImageData::dataType ( ) const
inlinevirtual
Deprecated
do not use

Reimplemented from Ogre::Codec::CodecData.

Member Data Documentation

◆ height

uint32 Ogre::ImageCodec::ImageData::height

Referenced by ImageData().

◆ width

uint32 Ogre::ImageCodec::ImageData::width

Referenced by ImageData().

◆ depth

uint32 Ogre::ImageCodec::ImageData::depth

Referenced by ImageData().

◆ size

size_t Ogre::ImageCodec::ImageData::size

Referenced by ImageData().

◆ num_mipmaps

uint32 Ogre::ImageCodec::ImageData::num_mipmaps

Referenced by ImageData().

◆ flags

uint Ogre::ImageCodec::ImageData::flags

Referenced by ImageData().

◆ format

PixelFormat Ogre::ImageCodec::ImageData::format

Referenced by ImageData().


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