Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]

vl::Texture Member List

This is the complete list of members for vl::Texture, including all inherited members.
as()vl::Object [inline]
as() const vl::Object [inline]
automaticDelete() const vl::Object [inline]
border() const vl::Texture [inline]
className()vl::Texture [inline, virtual]
createTexture()vl::Texture
createTexture(ETextureDimension tex_dimension, ETextureFormat tex_format, int w, int h, int d, bool border)vl::Texture
decReference()vl::Object [inline]
depth() const vl::Texture [inline]
dimension() const vl::Texture [inline]
getTexParameter()vl::Texture [inline]
getTexParameter() const vl::Texture [inline]
handle() const vl::Texture [inline]
height() const vl::Texture [inline]
incReference()vl::Object [inline]
internalFormat() const vl::Texture [inline]
isCompressedFormat(int format)vl::Texture [static]
isValid() const vl::Texture
mAutomaticDeletevl::Object [protected]
mBordervl::Texture [protected]
mDepthvl::Texture [protected]
mDimensionvl::Texture [protected]
mFormatvl::Texture [protected]
mHandlevl::Texture [protected]
mHeightvl::Texture [protected]
mMutexvl::Object [protected]
mObjectNamevl::Object [protected]
mReferenceCountvl::Object [protected]
mSetupParamsvl::Texture [protected]
mTexParametervl::Texture [protected]
mutex()vl::Object [inline]
mutex() const vl::Object [inline]
mWidthvl::Texture [protected]
Object()vl::Object [inline]
Object(const Object &other)vl::Object [inline]
objectName() const vl::Object [inline]
vl::Object::operator=(const Object &other)vl::Object [inline]
prepareTexture1D(int width, ETextureFormat format, bool border=false)vl::Texture [inline]
prepareTexture1D(const String &image_path, ETextureFormat format, bool mipmaps=true, bool border=false)vl::Texture [inline]
prepareTexture1D(Image *image, ETextureFormat format, bool mipmaps=true, bool border=false)vl::Texture [inline]
prepareTexture1DArray(int width, int count, ETextureFormat format)vl::Texture [inline]
prepareTexture1DArray(const String &image_path, ETextureFormat format, bool mipmaps=true)vl::Texture [inline]
prepareTexture1DArray(Image *image, ETextureFormat format, bool mipmaps=true)vl::Texture [inline]
prepareTexture2D(int width, int height, ETextureFormat format, bool border=false)vl::Texture [inline]
prepareTexture2D(const String &image_path, ETextureFormat format, bool mipmaps=true, bool border=false)vl::Texture [inline]
prepareTexture2D(Image *image, ETextureFormat format, bool mipmaps=true, bool border=false)vl::Texture [inline]
prepareTexture2DArray(int width, int height, int count, ETextureFormat format)vl::Texture [inline]
prepareTexture2DArray(const String &image_path, ETextureFormat format, bool mipmaps=true)vl::Texture [inline]
prepareTexture2DArray(Image *image, ETextureFormat format, bool mipmaps=true)vl::Texture [inline]
prepareTexture3D(int width, int height, int depth, ETextureFormat format, bool border=false)vl::Texture [inline]
prepareTexture3D(const String &image_path, ETextureFormat format, bool mipmaps=true, bool border=false)vl::Texture [inline]
prepareTexture3D(Image *image, ETextureFormat format, bool mipmaps=true, bool border=false)vl::Texture [inline]
prepareTextureCubemap(int width, int height, ETextureFormat format, bool border=false)vl::Texture [inline]
prepareTextureCubemap(const String &image_path, ETextureFormat format, bool mipmaps=true, bool border=false)vl::Texture [inline]
prepareTextureCubemap(Image *image, ETextureFormat format, bool mipmaps=true, bool border=false)vl::Texture [inline]
prepareTextureRectangle(int width, int height, ETextureFormat format)vl::Texture [inline]
prepareTextureRectangle(const String &image_path, ETextureFormat format)vl::Texture [inline]
prepareTextureRectangle(Image *image, ETextureFormat format)vl::Texture [inline]
referenceCount() const vl::Object [inline]
setAutomaticDelete(bool autodel_on)vl::Object [inline]
setBorder(bool border)vl::Texture [inline]
setDepth(int z)vl::Texture [inline]
setDimension(ETextureDimension dimension)vl::Texture [inline]
setHandle(unsigned int id)vl::Texture [inline]
setHeight(int y)vl::Texture [inline]
setInternalFormat(ETextureFormat format)vl::Texture [inline]
setMipLevel(int mip_level, Image *img, bool gen_mipmaps)vl::Texture
setMutex(VirtualMutex *mutex)vl::Object [inline]
setObjectName(const std::string &name)vl::Object [inline]
setSetupParams(SetupParams *setup_params)vl::Texture [inline]
setupParams() const vl::Texture [inline]
setupParams()vl::Texture [inline]
setWidth(int x)vl::Texture [inline]
supports(ETextureDimension tex_dimension, ETextureFormat tex_format, int mip_level, EImageDimension img_dimension, int w, int h, int d, bool border, bool verbose)vl::Texture [static]
Texture(const String &image_path, ETextureFormat format=TF_RGBA, bool mipmaps=true, bool border=false)vl::Texture
Texture(Image *image, ETextureFormat format=TF_RGBA, bool mipmaps=true, bool border=false)vl::Texture
Texture(int width, ETextureFormat format=TF_RGBA, bool border=false)vl::Texture
Texture(int width, int height, ETextureFormat format=TF_RGBA, bool border=false)vl::Texture
Texture(int width, int height, int depth, ETextureFormat format=TF_RGBA, bool border=false)vl::Texture
Texture()vl::Texture
width() const vl::Texture [inline]
~Object()vl::Object [protected, virtual]
~Texture()vl::Texture

Visualization Library v2010.11.1125 Reference Documentation
Copyright 2005-2009 Michele Bosi. All rights reserved.
Updated on Fri Nov 26 2010 10:33:53.
Permission is granted to use this page to write and publish articles regarding Visualization Library.