531 lines
28 KiB
HTML
531 lines
28 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>class SG_EXPORT osg::TextureCubeMap</TITLE>
|
|
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
|
|
<H2>class SG_EXPORT <A HREF="#DOC.DOCU">osg::TextureCubeMap</A></H2></H2><BLOCKQUOTE>TextureCubeMap state class which encapsulates OpenGl texture cubemap functionality</BLOCKQUOTE>
|
|
<HR>
|
|
|
|
<H2>Inheritance:</H2>
|
|
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=155>
|
|
<param name=classes value="CReferenced,MReferenced.html,CObject,MObject.html,CStateAttribute,MStateAttribute.html,CTexture,MTexture.html,CTextureCubeMap,MTextureCubeMap.html">
|
|
<param name=before value="M,M,M,M,M">
|
|
<param name=after value="Md_SPSPSP,Md_SPSP,Md_SP,Md_,M">
|
|
<param name=indent value="0,1,2,3,4">
|
|
<param name=arrowdir value="down">
|
|
</APPLET>
|
|
<HR>
|
|
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.197.1">TextureCubeMap</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.197.2">TextureCubeMap</A></B>(const <!1><A HREF="TextureCubeMap.html#DOC.2.197.2">TextureCubeMap</A>& cm, const <!1><A HREF="CopyOp.html">CopyOp</A>& copyop=CopyOp::SHALLOW_COPY)
|
|
<DD><I>Copy constructor using CopyOp to manage deep vs shallow copy</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.2.197.3">META_StateAttribute</A></B>(<!1><A HREF="osg.html">osg</A>, <!1><A HREF="TextureCubeMap.html">TextureCubeMap</A>, <!1><A HREF="StateAttribute.html#DOC.2.183.6.1">TEXTURE</A>)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual int <B><A HREF="#DOC.2.197.4">compare</A></B>(const <!1><A HREF="StateAttribute.html">StateAttribute</A>& rhs) const
|
|
<DD><I>return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.197.5">getAssociatedModes</A></B>(std::vector<<!1><A HREF="StateAttribute.html#DOC.2.183.1">GLMode</A>>& modes) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.197.7">setImage</A></B>(<!1><A HREF="TextureCubeMap.html#DOC.2.197.6">Face</A>, <!1><A HREF="Image.html">Image</A>* image)
|
|
<DD><I>Set the texture image for specified face.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="Image.html">Image</A>* <B><A HREF="#DOC.2.197.8">getImage</A></B>(<!1><A HREF="TextureCubeMap.html#DOC.2.197.6">Face</A>)
|
|
<DD><I>Get the texture image for specified face.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const <!1><A HREF="Image.html">Image</A>* <B><A HREF="#DOC.2.197.9">getImage</A></B>(<!1><A HREF="TextureCubeMap.html#DOC.2.197.6">Face</A>) const
|
|
<DD><I>Get the const texture image for specified face.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline unsigned int& <B><A HREF="#DOC.2.197.10">getModifiedTag</A></B>(<!1><A HREF="TextureCubeMap.html#DOC.2.197.6">Face</A> face, unsigned int contextID) const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline void <B><A HREF="#DOC.2.197.11">setTextureSize</A></B>(int <!1><A HREF="Viewport.html#DOC.2.221.10">width</A>, int <!1><A HREF="Viewport.html#DOC.2.221.11">height</A>) const
|
|
<DD><I>Set the texture width and height.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>inline void <B><A HREF="#DOC.2.197.12">getTextureSize</A></B>(int& <!1><A HREF="Viewport.html#DOC.2.221.10">width</A>, int& <!1><A HREF="Viewport.html#DOC.2.221.11">height</A>) const
|
|
<DD><I>Get the texture subload width.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.197.14">setSubloadCallback</A></B>(<!1><A HREF="SubloadCallback.4.html">SubloadCallback</A>* cb)
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="SubloadCallback.4.html">SubloadCallback</A>* <B><A HREF="#DOC.2.197.15">getSubloadCallback</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>const <!1><A HREF="SubloadCallback.4.html">SubloadCallback</A>* <B><A HREF="#DOC.2.197.16">getSubloadCallback</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.2.197.17">setNumMipmapLevels</A></B>(unsigned int num) const
|
|
<DD><I>Set the number of mip map levels the the texture has been created with, should only be called within an osg::Texuture::apply() and custom OpenGL texture load</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>unsigned int <B><A HREF="#DOC.2.197.18">getNumMipmapLevels</A></B>() const
|
|
<DD><I>Get the number of mip map levels the the texture has been created with</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.197.19">apply</A></B>(<!1><A HREF="State.html">State</A>& state) const
|
|
<DD><I>On first apply (unless already compiled), create the minmapped texture and bind it, subsequent apply will simple bind to texture</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>static <!1><A HREF="Extensions.5.html">Extensions</A>* <B><A HREF="#DOC.2.197.21">getExtensions</A></B>(unsigned int contextID, bool createIfNotInitalized)
|
|
<DD><I>Function to call to get the extension of a specified context.</I>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>static void <B><A HREF="#DOC.2.197.22">setExtensions</A></B>(unsigned int contextID, <!1><A HREF="Extensions.5.html">Extensions</A>* extensions)
|
|
<DD><I>setExtensions allows users to override the extensions across graphics contexts.</I>
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Public Members</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>enum <B><A HREF="#DOC.2.197.6">Face</A></B>
|
|
<DT>
|
|
class SG_EXPORT <B><A HREF="SubloadCallback.4.html">SubloadCallback</A></B>: public <!1><A HREF="Referenced.html">Referenced</A>
|
|
<DT>
|
|
class SG_EXPORT <B><A HREF="Extensions.5.html">Extensions</A></B>: public <!1><A HREF="Referenced.html">osg::Referenced</A>
|
|
<DD><I>Extensions class which encapsulates the querring of extensions and associated function pointers, and provide convinience wrappers to check for the extensions or use the associated functions</I>
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Fields</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="ref_ptr.html">ref_ptr</A><<!1><A HREF="Image.html">Image</A>> <B><A HREF="#DOC.2.197.26">_images</A></B>[6]
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>mutable GLsizei <B><A HREF="#DOC.2.197.27">_textureWidth</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>mutable GLsizei <B><A HREF="#DOC.2.197.28">_textureHeight</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>mutable GLsizei <B><A HREF="#DOC.2.197.29">_numMipmapLevels</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif><!1><A HREF="ref_ptr.html">ref_ptr</A><<!1><A HREF="SubloadCallback.4.html">SubloadCallback</A>> <B><A HREF="#DOC.2.197.30">_subloadCallback</A></B>
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>mutable <!1><A HREF="TextureCubeMap.html#DOC.2.197.31">ImageModifiedTag</A> <B><A HREF="#DOC.2.197.32">_modifiedTag</A></B>[6]
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Methods</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual <B><A HREF="#DOC.2.197.23">~TextureCubeMap</A></B>()
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>bool <B><A HREF="#DOC.2.197.24">imagesValid</A></B>() const
|
|
<DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>virtual void <B><A HREF="#DOC.2.197.25">computeInternalFormat</A></B>() const
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Members</H3><DD><DT>
|
|
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>typedef <!1><A HREF="buffered_value.html">buffered_value</A><unsigned int> <B><A HREF="#DOC.2.197.31">ImageModifiedTag</A></B>
|
|
</DL></P>
|
|
|
|
</DL>
|
|
<HR><H3>Inherited from <A HREF="Texture.html">Texture</A>:</H3>
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Fields</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>mutable <!1><A HREF="Texture.html#DOC.2.193.68">TextureObjectBuffer</A> <B>_textureObjectBuffer</B>
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>virtual <!1><A HREF="Object.html">osg::Object</A>* <B>cloneType</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>virtual <!1><A HREF="Object.html">osg::Object</A>* <B>clone</B>(const <!1><A HREF="CopyOp.html">CopyOp</A>& copyop) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>virtual bool <B>isSameKindAs</B>(const <!1><A HREF="Object.html">osg::Object</A>* obj) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>virtual const char* <B>libraryName</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>virtual const char* <B>className</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>virtual <!1><A HREF="StateAttribute.html#DOC.2.183.5">Type</A> <B>getType</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>virtual bool <B>isTextureAttribute</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>void <B>setWrap</B>(<!1><A HREF="Texture.html#DOC.2.193.10">WrapParameter</A> which, <!1><A HREF="Texture.html#DOC.2.193.11">WrapMode</A> wrap)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif><!1><A HREF="Texture.html#DOC.2.193.11">WrapMode</A> <B>getWrap</B>(<!1><A HREF="Texture.html#DOC.2.193.10">WrapParameter</A> which) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>void <B>setBorderColor</B>(const <!1><A HREF="Vec4.html">Vec4</A>& color)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>const <!1><A HREF="Vec4.html">Vec4</A>& <B>getBorderColor</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>void <B>setFilter</B>(<!1><A HREF="Texture.html#DOC.2.193.16">FilterParameter</A> which, <!1><A HREF="Texture.html#DOC.2.193.17">FilterMode</A> filter)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif><!1><A HREF="Texture.html#DOC.2.193.17">FilterMode</A> <B>getFilter</B>(<!1><A HREF="Texture.html#DOC.2.193.16">FilterParameter</A> which) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>void <B>setMaxAnisotropy</B>(float anis)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline float <B>getMaxAnisotropy</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>setUseHardwareMipMapGeneration</B>(bool useHardwareMipMapGeneration)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline bool <B>getUseHardwareMipMapGeneration</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>setUnRefImageDataAfterApply</B>(bool flag)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline bool <B>getUnRefImageDataAfterApply</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>setInternalFormatMode</B>(<!1><A HREF="Texture.html#DOC.2.193.26">InternalFormatMode</A> mode)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline <!1><A HREF="Texture.html#DOC.2.193.26">InternalFormatMode</A> <B>getInternalFormatMode</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>setInternalFormat</B>(GLint internalFormat)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline GLint <B>getInternalFormat</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>bool <B>isCompressedInternalFormat</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline <!1><A HREF="TextureObject.html">TextureObject</A>* <B>getTextureObject</B>(unsigned int contextID) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>void <B>dirtyTextureObject</B>()
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>bool <B>areAllTextureObjectsLoaded</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline unsigned int& <B>getTextureParameterDirty</B>(unsigned int contextID) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>void <B>dirtyTextureParameters</B>()
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>virtual void <B>compile</B>(<!1><A HREF="State.html">State</A>& state) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>void <B>applyTexImage2D_load</B>(<!1><A HREF="State.html">State</A>& state, GLenum target, const <!1><A HREF="Image.html">Image</A>* image, GLsizei <!1><A HREF="Viewport.html#DOC.2.221.10">width</A>, GLsizei <!1><A HREF="Viewport.html#DOC.2.221.11">height</A>, GLsizei numMipmapLevels) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>void <B>applyTexImage2D_subload</B>(<!1><A HREF="State.html">State</A>& state, GLenum target, const <!1><A HREF="Image.html">Image</A>* image, GLsizei <!1><A HREF="Viewport.html#DOC.2.221.10">width</A>, GLsizei <!1><A HREF="Viewport.html#DOC.2.221.11">height</A>, GLsizei numMipmapLevels) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>void <B>takeTextureObjects</B>(<!1><A HREF="Texture.html#DOC.2.193.66">TextureObjectListMap</A>& toblm)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>static void <B>setTextureObjectManager</B>(<!1><A HREF="TextureObjectManager.html">TextureObjectManager</A>* tom)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>static <!1><A HREF="TextureObjectManager.html">TextureObjectManager</A>* <B>getTextureObjectManager</B>()
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>static void <B>flushTextureObjects</B>(unsigned int contextID, double currentTime, double& availableTime)
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Public Members</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>enum <B>WrapParameter</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>enum <B>WrapMode</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>enum <B>FilterParameter</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>enum <B>FilterMode</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>enum <B>InternalFormatMode</B>
|
|
<DT>
|
|
class <B><A HREF="TextureObject.html">TextureObject</A></B>: public <!1><A HREF="Referenced.html">osg::Referenced</A>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>typedef std::list< <!1><A HREF="ref_ptr.html">ref_ptr</A><<!1><A HREF="TextureObject.html">TextureObject</A>> > <B>TextureObjectList</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>typedef std::map<unsigned int, <!1><A HREF="Texture.html#DOC.2.193.65">TextureObjectList</A> > <B>TextureObjectListMap</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>typedef <!1><A HREF="buffered_object.html">buffered_object</A>< <!1><A HREF="ref_ptr.html">ref_ptr</A><<!1><A HREF="TextureObject.html">TextureObject</A>> > <B>TextureObjectBuffer</B>
|
|
<DT>
|
|
class <B><A HREF="TextureObjectManager.html">TextureObjectManager</A></B>: public <!1><A HREF="Referenced.html">osg::Referenced</A>
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Fields</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>mutable <!1><A HREF="Texture.html#DOC.2.193.51">TexParameterDirtyList</A> <B>_texParametersDirtyList</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif><!1><A HREF="Texture.html#DOC.2.193.11">WrapMode</A> <B>_wrap_s</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif><!1><A HREF="Texture.html#DOC.2.193.11">WrapMode</A> <B>_wrap_t</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif><!1><A HREF="Texture.html#DOC.2.193.11">WrapMode</A> <B>_wrap_r</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif><!1><A HREF="Texture.html#DOC.2.193.17">FilterMode</A> <B>_min_filter</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif><!1><A HREF="Texture.html#DOC.2.193.17">FilterMode</A> <B>_mag_filter</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>float <B>_maxAnisotropy</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>bool <B>_useHardwareMipMapGeneration</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>bool <B>_unrefImageDataAfterApply</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif><!1><A HREF="Vec4.html">Vec4</A> <B>_borderColor</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif><!1><A HREF="Texture.html#DOC.2.193.26">InternalFormatMode</A> <B>_internalFormatMode</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>mutable GLint <B>_internalFormat</B>
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Methods</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>void <B>computeInternalFormatWithImage</B>(const <!1><A HREF="Image.html">osg::Image</A>& image) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>void <B>computeRequiredTextureDimensions</B>(<!1><A HREF="State.html">State</A>& state, const <!1><A HREF="Image.html">osg::Image</A>& image, GLsizei& <!1><A HREF="Viewport.html#DOC.2.221.10">width</A>, GLsizei& <!1><A HREF="Viewport.html#DOC.2.221.11">height</A>, GLsizei& numMipmapLevels) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>bool <B>isCompressedInternalFormat</B>(GLint internalFormat) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>void <B>applyTexParameters</B>(GLenum target, <!1><A HREF="State.html">State</A>& state) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>int <B>compareTexture</B>(const <!1><A HREF="Texture.html">Texture</A>& rhs) const
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Members</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>typedef <!1><A HREF="buffered_value.html">buffered_value</A><unsigned int> <B>TexParameterDirtyList</B>
|
|
</DL></P>
|
|
|
|
</DL>
|
|
<HR><H3>Inherited from <A HREF="StateAttribute.html">StateAttribute</A>:</H3>
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>bool <B>operator < </B>(const <!1><A HREF="StateAttribute.html">StateAttribute</A>& rhs) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>bool <B>operator == </B>(const <!1><A HREF="StateAttribute.html">StateAttribute</A>& rhs) const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>bool <B>operator != </B>(const <!1><A HREF="StateAttribute.html">StateAttribute</A>& rhs) const
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Public Members</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>typedef GLenum <B>GLMode</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>typedef unsigned int <B>GLModeValue</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>typedef unsigned int <B>OverrideValue</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>enum <B>Values</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>typedef unsigned int <B>Type</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>enum <B>Types</B>
|
|
</DL></P>
|
|
|
|
</DL>
|
|
<HR><H3>Inherited from <A HREF="Object.html">Object</A>:</H3>
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>setDataVariance</B>(<!1><A HREF="Object.html#DOC.2.124.8">DataVariance</A> dv)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline <!1><A HREF="Object.html#DOC.2.124.8">DataVariance</A> <B>getDataVariance</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>setUserData</B>(<!1><A HREF="Referenced.html">Referenced</A>* obj)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline <!1><A HREF="Referenced.html">Referenced</A>* <B>getUserData</B>()
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline const <!1><A HREF="Referenced.html">Referenced</A>* <B>getUserData</B>() const
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Public Members</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>enum <B>DataVariance</B>
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Fields</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif><!1><A HREF="Object.html#DOC.2.124.8">DataVariance</A> <B>_dataVariance</B>
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif><!1><A HREF="ref_ptr.html">ref_ptr</A><<!1><A HREF="Referenced.html">Referenced</A>> <B>_userData</B>
|
|
</DL></P>
|
|
|
|
</DL>
|
|
<HR><H3>Inherited from <A HREF="Referenced.html">Referenced</A>:</H3>
|
|
<DL>
|
|
<P><DL>
|
|
<DT><H3>Public Methods</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline <!1><A HREF="Referenced.html">Referenced</A>& <B>operator = </B>(<!1><A HREF="Referenced.html">Referenced</A>&)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>static void <B>setDeleteHandler</B>(<!1><A HREF="DeleteHandler.html">DeleteHandler</A>* handler)
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>static <!1><A HREF="DeleteHandler.html">DeleteHandler</A>* <B>getDeleteHandler</B>()
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>ref</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>unref_nodelete</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline int <B>referenceCount</B>() const
|
|
<DT>
|
|
<IMG ALT="o" SRC=icon2.gif>inline void <B>unref</B>() const
|
|
</DL></P>
|
|
|
|
<P><DL>
|
|
<DT><H3>Protected Fields</H3><DD><DT>
|
|
<IMG ALT="o" SRC=icon2.gif>mutable int <B>_refCount</B>
|
|
</DL></P>
|
|
|
|
</DL>
|
|
|
|
<A NAME="DOC.DOCU"></A>
|
|
<HR>
|
|
<H2>Documentation</H2>
|
|
<BLOCKQUOTE>TextureCubeMap state class which encapsulates OpenGl texture cubemap functionality</BLOCKQUOTE>
|
|
<DL>
|
|
|
|
<A NAME="TextureCubeMap"></A>
|
|
<A NAME="DOC.2.197.1"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> TextureCubeMap()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="TextureCubeMap"></A>
|
|
<A NAME="DOC.2.197.2"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> TextureCubeMap(const <!1><A HREF="TextureCubeMap.html#DOC.2.197.2">TextureCubeMap</A>& cm, const <!1><A HREF="CopyOp.html">CopyOp</A>& copyop=CopyOp::SHALLOW_COPY)</B></TT>
|
|
<DD>Copy constructor using CopyOp to manage deep vs shallow copy
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="META_StateAttribute"></A>
|
|
<A NAME="DOC.2.197.3"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> META_StateAttribute(<!1><A HREF="osg.html">osg</A>, <!1><A HREF="TextureCubeMap.html">TextureCubeMap</A>, <!1><A HREF="StateAttribute.html#DOC.2.183.6.1">TEXTURE</A>)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="compare"></A>
|
|
<A NAME="DOC.2.197.4"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual int compare(const <!1><A HREF="StateAttribute.html">StateAttribute</A>& rhs) const </B></TT>
|
|
<DD>return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getAssociatedModes"></A>
|
|
<A NAME="DOC.2.197.5"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void getAssociatedModes(std::vector<<!1><A HREF="StateAttribute.html#DOC.2.183.1">GLMode</A>>& modes) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="Face"></A>
|
|
<A NAME="DOC.2.197.6"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>enum Face</B></TT>
|
|
<DL><DT><DD></DL><P><DL>
|
|
|
|
<A NAME="POSITIVE_X"></A>
|
|
<A NAME="DOC.2.197.6.1"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> POSITIVE_X</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="NEGATIVE_X"></A>
|
|
<A NAME="DOC.2.197.6.2"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> NEGATIVE_X</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="POSITIVE_Y"></A>
|
|
<A NAME="DOC.2.197.6.3"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> POSITIVE_Y</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="NEGATIVE_Y"></A>
|
|
<A NAME="DOC.2.197.6.4"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> NEGATIVE_Y</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="POSITIVE_Z"></A>
|
|
<A NAME="DOC.2.197.6.5"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> POSITIVE_Z</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="NEGATIVE_Z"></A>
|
|
<A NAME="DOC.2.197.6.6"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> NEGATIVE_Z</B></TT>
|
|
<DL><DT><DD></DL><P></DL>
|
|
|
|
<A NAME="setImage"></A>
|
|
<A NAME="DOC.2.197.7"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setImage(<!1><A HREF="TextureCubeMap.html#DOC.2.197.6">Face</A>, <!1><A HREF="Image.html">Image</A>* image)</B></TT>
|
|
<DD>Set the texture image for specified face.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getImage"></A>
|
|
<A NAME="DOC.2.197.8"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="Image.html">Image</A>* getImage(<!1><A HREF="TextureCubeMap.html#DOC.2.197.6">Face</A>)</B></TT>
|
|
<DD>Get the texture image for specified face.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getImage"></A>
|
|
<A NAME="DOC.2.197.9"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>const <!1><A HREF="Image.html">Image</A>* getImage(<!1><A HREF="TextureCubeMap.html#DOC.2.197.6">Face</A>) const </B></TT>
|
|
<DD>Get the const texture image for specified face.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getModifiedTag"></A>
|
|
<A NAME="DOC.2.197.10"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline unsigned int& getModifiedTag(<!1><A HREF="TextureCubeMap.html#DOC.2.197.6">Face</A> face, unsigned int contextID) const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setTextureSize"></A>
|
|
<A NAME="DOC.2.197.11"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline void setTextureSize(int <!1><A HREF="Viewport.html#DOC.2.221.10">width</A>, int <!1><A HREF="Viewport.html#DOC.2.221.11">height</A>) const </B></TT>
|
|
<DD>Set the texture width and height. If width or height are zero then
|
|
the repsective size value is calculated from the source image sizes.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getTextureSize"></A>
|
|
<A NAME="DOC.2.197.12"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>inline void getTextureSize(int& <!1><A HREF="Viewport.html#DOC.2.221.10">width</A>, int& <!1><A HREF="Viewport.html#DOC.2.221.11">height</A>) const </B></TT>
|
|
<DD>Get the texture subload width.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setSubloadCallback"></A>
|
|
<A NAME="DOC.2.197.14"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setSubloadCallback(<!1><A HREF="SubloadCallback.4.html">SubloadCallback</A>* cb)</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getSubloadCallback"></A>
|
|
<A NAME="DOC.2.197.15"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="SubloadCallback.4.html">SubloadCallback</A>* getSubloadCallback()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getSubloadCallback"></A>
|
|
<A NAME="DOC.2.197.16"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>const <!1><A HREF="SubloadCallback.4.html">SubloadCallback</A>* getSubloadCallback() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setNumMipmapLevels"></A>
|
|
<A NAME="DOC.2.197.17"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void setNumMipmapLevels(unsigned int num) const </B></TT>
|
|
<DD>Set the number of mip map levels the the texture has been created with,
|
|
should only be called within an osg::Texuture::apply() and custom OpenGL texture load
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getNumMipmapLevels"></A>
|
|
<A NAME="DOC.2.197.18"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>unsigned int getNumMipmapLevels() const </B></TT>
|
|
<DD>Get the number of mip map levels the the texture has been created with
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="apply"></A>
|
|
<A NAME="DOC.2.197.19"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void apply(<!1><A HREF="State.html">State</A>& state) const </B></TT>
|
|
<DD>On first apply (unless already compiled), create the minmapped
|
|
texture and bind it, subsequent apply will simple bind to texture
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="getExtensions"></A>
|
|
<A NAME="DOC.2.197.21"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>static <!1><A HREF="Extensions.5.html">Extensions</A>* getExtensions(unsigned int contextID, bool createIfNotInitalized)</B></TT>
|
|
<DD>Function to call to get the extension of a specified context.
|
|
If the Exentsion object for that context has not yet been created then
|
|
and the 'createIfNotInitalized' flag been set to false then returns NULL.
|
|
If 'createIfNotInitalized' is true then the Extensions object is
|
|
automatically created. However, in this case the extension object
|
|
only be created with the graphics context associated with ContextID..
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="setExtensions"></A>
|
|
<A NAME="DOC.2.197.22"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>static void setExtensions(unsigned int contextID, <!1><A HREF="Extensions.5.html">Extensions</A>* extensions)</B></TT>
|
|
<DD>setExtensions allows users to override the extensions across graphics contexts.
|
|
typically used when you have different extensions supported across graphics pipes
|
|
but need to ensure that they all use the same low common denominator extensions.
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="~TextureCubeMap"></A>
|
|
<A NAME="DOC.2.197.23"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual ~TextureCubeMap()</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="imagesValid"></A>
|
|
<A NAME="DOC.2.197.24"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>bool imagesValid() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="computeInternalFormat"></A>
|
|
<A NAME="DOC.2.197.25"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>virtual void computeInternalFormat() const </B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_images"></A>
|
|
<A NAME="DOC.2.197.26"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="ref_ptr.html">ref_ptr</A><<!1><A HREF="Image.html">Image</A>> _images[6]</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_textureWidth"></A>
|
|
<A NAME="DOC.2.197.27"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>mutable GLsizei _textureWidth</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_textureHeight"></A>
|
|
<A NAME="DOC.2.197.28"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>mutable GLsizei _textureHeight</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_numMipmapLevels"></A>
|
|
<A NAME="DOC.2.197.29"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>mutable GLsizei _numMipmapLevels</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_subloadCallback"></A>
|
|
<A NAME="DOC.2.197.30"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B><!1><A HREF="ref_ptr.html">ref_ptr</A><<!1><A HREF="SubloadCallback.4.html">SubloadCallback</A>> _subloadCallback</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="ImageModifiedTag"></A>
|
|
<A NAME="DOC.2.197.31"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>typedef <!1><A HREF="buffered_value.html">buffered_value</A><unsigned int> ImageModifiedTag</B></TT>
|
|
<DL><DT><DD></DL><P>
|
|
<A NAME="_modifiedTag"></A>
|
|
<A NAME="DOC.2.197.32"></A>
|
|
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>mutable <!1><A HREF="TextureCubeMap.html#DOC.2.197.31">ImageModifiedTag</A> _modifiedTag[6]</B></TT>
|
|
<DL><DT><DD></DL><P></DL>
|
|
|
|
<HR><DL><DT><B>This class has no child classes.</B></DL>
|
|
|
|
<DL><DT><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I> <I><A HREF="HIER.html">HTML hierarchy of classes</A> or <A HREF="HIERjava.html">Java</A></I></P><HR>
|
|
<BR>
|
|
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
|
|
</BODY>
|
|
</HTML>
|