OGRE  master
Object-Oriented Graphics Rendering Engine
Ogre::Image Member List

This is the complete list of members for Ogre::Image, including all inherited members.

applyGamma(uchar *buffer, Real gamma, size_t size, uchar bpp)Ogre::Imagestatic
calculateSize(uint32 mipmaps, uint32 faces, uint32 width, uint32 height, uint32 depth, PixelFormat format)Ogre::Imagestatic
combineTwoImagesAsRGBA(const Image &rgb, const Image &alpha, PixelFormat format=PF_BYTE_RGBA)Ogre::Image
create(PixelFormat format, uint32 width, uint32 height, uint32 depth=1, uint32 numFaces=1, uint32 numMipMaps=0)Ogre::Image
encode(const String &formatextension)Ogre::Image
Filter enum nameOgre::Image
FILTER_BILINEAR enum valueOgre::Image
FILTER_LINEAR enum valueOgre::Image
FILTER_NEAREST enum valueOgre::Image
flipAroundX()Ogre::Image
flipAroundY()Ogre::Image
freeMemory()Ogre::Image
getBPP() constOgre::Imageinline
getColourAt(uint32 x, uint32 y, uint32 z) constOgre::Image
getData(uint32 x=0, uint32 y=0, uint32 z=0)Ogre::Imageinline
getData(uint32 x=0, uint32 y=0, uint32 z=0) constOgre::Imageinline
getData(uint32 x=0, uint32 y=0, uint32 z=0)Ogre::Imageinline
getData(uint32 x=0, uint32 y=0, uint32 z=0) constOgre::Imageinline
getDepth(void) constOgre::Imageinline
getFileExtFromMagic(DataStreamPtr stream)Ogre::Imagestatic
getFormat() constOgre::Imageinline
getHasAlpha() constOgre::Image
getHeight(void) constOgre::Imageinline
getNumFaces(void) constOgre::Imageinline
getNumMipmaps() constOgre::Imageinline
getPixelBox(uint32 face=0, uint32 mipmap=0) constOgre::Image
getRowSpan(void) constOgre::Imageinline
getSize() constOgre::Imageinline
getWidth(void) constOgre::Imageinline
hasFlag(const ImageFlags imgFlag) constOgre::Imageinline
Image(PixelFormat format=PF_UNKNOWN, uint32 width=0, uint32 height=0, uint32 depth=1, uchar *buffer=NULL, bool autoDelete=true)Ogre::Image
Image(const Image &img)Ogre::Image
load(const String &filename, const String &groupName)Ogre::Image
load(const DataStreamPtr &stream, const String &type=BLANKSTRING)Ogre::Image
loadDynamicImage(uchar *data, uint32 width, uint32 height, uint32 depth, PixelFormat format, bool autoDelete=false, uint32 numFaces=1, uint32 numMipMaps=0)Ogre::Image
loadDynamicImage(uchar *data, uint32 width, uint32 height, PixelFormat format)Ogre::Imageinline
loadRawData(const DataStreamPtr &stream, uint32 width, uint32 height, uint32 depth, PixelFormat format, uint32 numFaces=1, uint32 numMipMaps=0)Ogre::Image
loadRawData(const DataStreamPtr &stream, uint32 width, uint32 height, PixelFormat format)Ogre::Imageinline
loadTwoImagesAsRGBA(const String &rgbFilename, const String &alphaFilename, const String &groupName, PixelFormat format=PF_BYTE_RGBA)Ogre::Image
loadTwoImagesAsRGBA(const DataStreamPtr &rgbStream, const DataStreamPtr &alphaStream, PixelFormat format=PF_BYTE_RGBA, const String &rgbType=BLANKSTRING, const String &alphaType=BLANKSTRING)Ogre::Image
operator=(const Image &img)Ogre::Image
resize(ushort width, ushort height, Filter filter=FILTER_BILINEAR)Ogre::Image
save(const String &filename)Ogre::Image
scale(const PixelBox &src, const PixelBox &dst, Filter filter=FILTER_BILINEAR)Ogre::Imagestatic
setColourAt(ColourValue const &cv, uint32 x, uint32 y, uint32 z)Ogre::Image
setTo(const ColourValue &col)Ogre::Image
~Image()Ogre::Image