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

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

_setAutoDelete(bool autoDelete)Ogre::Image2
AllocatedObject()Ogre::AllocatedObject< Alloc >inlineexplicit
convertFromTexture(TextureGpu *texture, uint8 minMip, uint8 maxMip, bool automaticResolve=true)Ogre::Image2
copyContentsToMemory(TextureGpu *srcTexture, TextureBox srcBox, TextureBox dstBox, PixelFormatGpu dstFormat, bool automaticResolve=true)Ogre::Image2static
createEmptyImage(uint32 width, uint32 height, uint32 depthOrSlices, TextureTypes::TextureTypes textureType, PixelFormatGpu format, uint8 numMipmaps=1u)Ogre::Image2
createEmptyImageLike(const TextureGpu *texture)Ogre::Image2
encode(const String &formatextension, uint8 mipLevel, uint8 numMipmaps)Ogre::Image2
Filter enum nameOgre::Image2
FILTER_BICUBIC enum valueOgre::Image2
FILTER_BILINEAR enum valueOgre::Image2
FILTER_BOX enum valueOgre::Image2
FILTER_GAUSSIAN enum valueOgre::Image2
FILTER_GAUSSIAN_HIGH enum valueOgre::Image2
FILTER_LINEAR enum valueOgre::Image2
FILTER_NEAREST enum valueOgre::Image2
FILTER_TRIANGLE enum valueOgre::Image2
flipAroundX()Ogre::Image2
flipAroundY()Ogre::Image2
freeMemory()Ogre::Image2
generateMipmaps(bool gammaCorrected, Filter filter=FILTER_BILINEAR)Ogre::Image2
getAutoDelete() constOgre::Image2
getBytesPerImage(uint8 mipLevel) constOgre::Image2
getBytesPerRow(uint8 mipLevel) constOgre::Image2
getColourAt(size_t x, size_t y, size_t z, uint8 mipLevel=0) constOgre::Image2
getData(uint8 mipLevel) constOgre::Image2
getDepth() constOgre::Image2
getDepthOrSlices() constOgre::Image2
getDownsamplerFunctions(PixelFormatGpu format, void **imageDownsampler2D, void **imageDownsampler3D, void **imageDownsamplerCube, void **imageBlur2D, bool gammaCorrected, uint32 depthOrSlices, TextureTypes::TextureTypes textureType, Filter filter)Ogre::Image2static
getFileExtFromMagic(DataStreamPtr &stream)Ogre::Image2static
getHeight() constOgre::Image2
getNumMipmaps() constOgre::Image2
getNumSlices() constOgre::Image2
getPixelFormat() constOgre::Image2
getRawBuffer()Ogre::Image2inline
getSizeBytes() constOgre::Image2
getTextureType() constOgre::Image2
getWidth() constOgre::Image2
Image2()Ogre::Image2
Image2(const Image2 &img)Ogre::Image2
load(const String &filename, const String &groupName)Ogre::Image2
load(DataStreamPtr &stream, const String &type=BLANKSTRING)Ogre::Image2
loadDynamicImage(void *pData, uint32 width, uint32 height, uint32 depthOrSlices, TextureTypes::TextureTypes textureType, PixelFormatGpu format, bool autoDelete, uint8 numMipmaps=1u)Ogre::Image2
loadDynamicImage(void *pData, bool autoDelete, const TextureGpu *texture)Ogre::Image2
loadDynamicImage(void *pData, bool autoDelete, const Image2 *image)Ogre::Image2
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 Image2 &img)Ogre::Image2
resize(uint32 width, uint32 height, Filter filter=FILTER_BILINEAR)Ogre::Image2
save(const String &filename, uint8 mipLevel, uint8 numMipmaps)Ogre::Image2
scale(const TextureBox &src, PixelFormatGpu srcFormat, TextureBox &dst, PixelFormatGpu dstFormat, Filter filter=FILTER_BILINEAR)Ogre::Image2static
setColourAt(const ColourValue &cv, size_t x, size_t y, size_t z, uint8 mipLevel=0)Ogre::Image2
supportsSwMipmaps(PixelFormatGpu format, uint32 depthOrSlices, TextureTypes::TextureTypes textureType, Filter filter)Ogre::Image2static
uploadTo(TextureGpu *texture, uint8 minMip, uint8 maxMip, uint32 dstZorSliceStart=0u, uint32 srcDepthOrSlices=0u)Ogre::Image2
~AllocatedObject()Ogre::AllocatedObject< Alloc >inline
~Image2()Ogre::Image2virtual