OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
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::Image | static |
calculateSize(uint32 mipmaps, uint32 faces, uint32 width, uint32 height, uint32 depth, PixelFormat format) | Ogre::Image | static |
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 name | Ogre::Image | |
FILTER_BILINEAR enum value | Ogre::Image | |
FILTER_LINEAR enum value | Ogre::Image | |
FILTER_NEAREST enum value | Ogre::Image | |
flipAroundX() | Ogre::Image | |
flipAroundY() | Ogre::Image | |
freeMemory() | Ogre::Image | |
getBPP() const | Ogre::Image | inline |
getColourAt(uint32 x, uint32 y, uint32 z) const | Ogre::Image | |
getData(uint32 x=0, uint32 y=0, uint32 z=0) | Ogre::Image | inline |
getData(uint32 x=0, uint32 y=0, uint32 z=0) const | Ogre::Image | inline |
getData(uint32 x=0, uint32 y=0, uint32 z=0) | Ogre::Image | inline |
getData(uint32 x=0, uint32 y=0, uint32 z=0) const | Ogre::Image | inline |
getDepth(void) const | Ogre::Image | inline |
getFileExtFromMagic(DataStreamPtr stream) | Ogre::Image | static |
getFormat() const | Ogre::Image | inline |
getHasAlpha() const | Ogre::Image | |
getHeight(void) const | Ogre::Image | inline |
getNumFaces(void) const | Ogre::Image | inline |
getNumMipmaps() const | Ogre::Image | inline |
getPixelBox(uint32 face=0, uint32 mipmap=0) const | Ogre::Image | |
getRowSpan(void) const | Ogre::Image | inline |
getSize() const | Ogre::Image | inline |
getWidth(void) const | Ogre::Image | inline |
hasFlag(const ImageFlags imgFlag) const | Ogre::Image | inline |
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, 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::Image | inline |
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::Image | inline |
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::Image | static |
setColourAt(ColourValue const &cv, uint32 x, uint32 y, uint32 z) | Ogre::Image | |
setTo(const ColourValue &col) | Ogre::Image | |
~Image() | Ogre::Image |