OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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_LINEAR enum valueOgre::Image
FILTER_NEAREST enum valueOgre::Image
FILTER_TRIANGLE enum valueOgre::Image
flipAroundX()Ogre::Image
flipAroundY()Ogre::Image
freeMemory()Ogre::Image
getBPP() const Ogre::Image
getColourAt(size_t x, size_t y, size_t z) const Ogre::Image
getData(void)Ogre::Image
getData() const Ogre::Image
getDepth(void) const Ogre::Image
getFileExtFromMagic(DataStreamPtr stream)Ogre::Imagestatic
getFormat() const Ogre::Image
getHasAlpha() const Ogre::Image
getHeight(void) const Ogre::Image
getNumFaces(void) const Ogre::Image
getNumMipmaps() const Ogre::Image
getPixelBox(size_t face=0, size_t mipmap=0) const Ogre::Image
getRowSpan(void) const Ogre::Image
getSize() const Ogre::Image
getWidth(void) const Ogre::Image
hasFlag(const ImageFlags imgFlag) const Ogre::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=StringUtil::BLANK)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=StringUtil::BLANK, const String &alphaType=StringUtil::BLANK)Ogre::Image
mAutoDeleteOgre::Imageprotected
mBufferOgre::Imageprotected
mBufSizeOgre::Imageprotected
mDepthOgre::Imageprotected
mFlagsOgre::Imageprotected
mFormatOgre::Imageprotected
mHeightOgre::Imageprotected
mNumMipmapsOgre::Imageprotected
mPixelSizeOgre::Imageprotected
mWidthOgre::Imageprotected
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