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

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

AllocatedObject()Ogre::AllocatedObject< Alloc >inlineexplicit
applyGamma(uchar *buffer, Real gamma, size_t size, uchar bpp)Ogre::Imagestatic
Box typedefOgre::Image
calculateSize(size_t mipmaps, size_t 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
encode(const String &formatextension)Ogre::Image
Filter enum nameOgre::Image
FILTER_BICUBIC enum valueOgre::Image
FILTER_BILINEAR enum valueOgre::Image
FILTER_BOX enum valueOgre::Image
FILTER_GAUSSIAN enum valueOgre::Image
FILTER_GAUSSIAN_HIGH enum valueOgre::Image
FILTER_LINEAR enum valueOgre::Image
FILTER_NEAREST enum valueOgre::Image
FILTER_TRIANGLE enum valueOgre::Image
flipAroundX()Ogre::Image
flipAroundY()Ogre::Image
freeMemory()Ogre::Image
generateMipmaps(bool gammaCorrected, Filter filter=FILTER_BILINEAR)Ogre::Image
getBPP() constOgre::Image
getColourAt(size_t x, size_t y, size_t z) constOgre::Image
getData(void)Ogre::Image
getData() constOgre::Image
getDepth(void) constOgre::Image
getFileExtFromMagic(DataStreamPtr stream)Ogre::Imagestatic
getFormat() constOgre::Image
getHasAlpha() constOgre::Image
getHeight(void) constOgre::Image
getNumFaces(void) constOgre::Image
getNumMipmaps() constOgre::Image
getPixelBox(size_t face=0, size_t mipmap=0) constOgre::Image
getRowSpan(void) constOgre::Image
getSize() constOgre::Image
getWidth(void) constOgre::Image
hasFlag(const ImageFlags imgFlag) constOgre::Image
Image()Ogre::Image
Image(const Image &img)Ogre::Image
load(const String &filename, const String &groupName)Ogre::Image
load(DataStreamPtr &stream, const String &type=BLANKSTRING)Ogre::Image
loadDynamicImage(uchar *data, uint32 width, uint32 height, uint32 depth, PixelFormat format, bool autoDelete=false, size_t numFaces=1, uint8 numMipMaps=0)Ogre::Image
loadDynamicImage(uchar *data, uint32 width, uint32 height, PixelFormat format)Ogre::Imageinline
loadRawData(DataStreamPtr &stream, uint32 width, uint32 height, uint32 depth, PixelFormat format, size_t numFaces=1, size_t numMipMaps=0)Ogre::Image
loadRawData(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(DataStreamPtr &rgbStream, DataStreamPtr &alphaStream, PixelFormat format=PF_BYTE_RGBA, const String &rgbType=BLANKSTRING, const String &alphaType=BLANKSTRING)Ogre::Image
operator delete(void *ptr)Ogre::AllocatedObject< Alloc >inline
operator delete(void *ptr, void *)Ogre::AllocatedObject< Alloc >inline
operator delete(void *ptr, const char *, int, const char *)Ogre::AllocatedObject< Alloc >inline
operator delete[](void *ptr)Ogre::AllocatedObject< Alloc >inline
operator delete[](void *ptr, const char *, int, const char *)Ogre::AllocatedObject< Alloc >inline
operator new(size_t sz, const char *file, int line, const char *func)Ogre::AllocatedObject< Alloc >inline
operator new(size_t sz)Ogre::AllocatedObject< Alloc >inline
operator new(size_t sz, void *ptr)Ogre::AllocatedObject< Alloc >inline
operator new[](size_t sz, const char *file, int line, const char *func)Ogre::AllocatedObject< Alloc >inline
operator new[](size_t sz)Ogre::AllocatedObject< Alloc >inline
operator=(const Image &img)Ogre::Image
Rect typedefOgre::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, size_t x, size_t y, size_t z)Ogre::Image
~AllocatedObject()Ogre::AllocatedObject< Alloc >inline
~Image()Ogre::Imagevirtual