1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 --></style> 50 <title>nw::lyt::TextureContainer</title> 51 </head> 52 <body> 53 <h1>nw::lyt::TextureContainer Class</h1> 54 <h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">class TextureContainer : public <a href="../../../nw/ut/LinkList/Overview.html">nw::ut::LinkList< TextureRefLink, offsetof(TextureRefLink, m_Link)></a></pre> 57 </div> 58 <h2>Description</h2> 59 <div class="section"> 60 <p>Class for storing textures.</p><p>Under the current implementation of <a href="../../../nw/lyt/ResourceAccessor/Overview.html">ResourceAccessor</a>, this class is used to store OpenGL texture objects.</p></div> 61 <a name="function" id="function"> 62 <h2>Member Functions</h2> 63 <div class="section"> 64 <table class="members"> 65 <tr> 66 <th class="category" colspan="3">Constructors and Destructors</th> 67 </tr> 68 <tr> 69 <td width="100"> </td> 70 <th> 71 <a href="../../../nw/lyt/TextureContainer/~TextureContainer.html">~TextureContainer</a> 72 </th> 73 <td>Destructor.</td> 74 </tr> 75 <tr> 76 <th class="category" colspan="3">Register/Destroy</th> 77 </tr> 78 <tr> 79 <td width="100"> </td> 80 <th> 81 <a href="../../../nw/lyt/TextureContainer/Finalize.html"><CODE>Finalize</CODE></a> 82 </th> 83 <td>Finalizes registration.</td> 84 </tr> 85 <tr> 86 <td width="100"> </td> 87 <th> 88 <a href="../../../nw/lyt/TextureContainer/RegistTexture.html">RegistTexture</a> 89 </th> 90 <td>Registers texture information.</td> 91 </tr> 92 <tr> 93 <td width="100"> </td> 94 <th> 95 <a href="../../../nw/lyt/TextureContainer/UnregistTexture.html">UnregistTexture</a> 96 </th> 97 <td>Removes texture registration.</td> 98 </tr> 99 <tr> 100 <th class="category" colspan="3">Search</th> 101 </tr> 102 <tr> 103 <td width="100"> </td> 104 <th> 105 <a href="../../../nw/lyt/TextureContainer/FindTextureByName.html">FindTextureByName</a> 106 </th> 107 <td>Searches for texture information.</td> 108 </tr> 109 <tr> 110 <th class="category" colspan="3">Querying Status and Getting Iterators</th> 111 </tr> 112 <tr> 113 <td width="100"> </td> 114 <th> 115 <a href="../../../nw/ut/LinkList/begin.html">begin</a> 116 </th> 117 <td>Gets an iterator to the first element.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 118 </tr> 119 <tr> 120 <td width="100"> </td> 121 <th> 122 <a href="../../../nw/ut/LinkList/end.html">end</a> 123 </th> 124 <td>Gets the end of the iterator.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 125 </tr> 126 <tr> 127 <td width="100"> </td> 128 <th> 129 <a href="../../../nw/ut/LinkList/rbegin.html">rbegin</a> 130 </th> 131 <td>Gets a reverse iterator to the last element.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 132 </tr> 133 <tr> 134 <td width="100"> </td> 135 <th> 136 <a href="../../../nw/ut/LinkList/rend.html">rend</a> 137 </th> 138 <td>Gets the end of the reverse iterator.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 139 </tr> 140 <tr> 141 <td width="100"> </td> 142 <th> 143 <a href="../../../nw/ut/LinkList/front.html">front</a> 144 </th> 145 <td>Gets a reference to the first element.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 146 </tr> 147 <tr> 148 <td width="100"> </td> 149 <th> 150 <a href="../../../nw/ut/LinkList/back.html">back</a> 151 </th> 152 <td>Gets a reference to the last element.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 153 </tr> 154 <tr> 155 <th class="category" colspan="3">Insert/Delete</th> 156 </tr> 157 <tr> 158 <td width="100"> </td> 159 <th> 160 <a href="../../../nw/ut/LinkList/insert.html">insert</a> 161 </th> 162 <td>Inserts an item in the list.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 163 </tr> 164 <tr> 165 <td width="100"> </td> 166 <th> 167 <a href="../../../nw/ut/LinkList/push_front.html">push_front</a> 168 </th> 169 <td>Adds an element to the start of the list.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 170 </tr> 171 <tr> 172 <td width="100"> </td> 173 <th> 174 <a href="../../../nw/ut/LinkList/push_back.html">push_back</a> 175 </th> 176 <td>Adds an element to the end of the list.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 177 </tr> 178 <tr> 179 <td width="100"> </td> 180 <th> 181 <a href="../../../nw/ut/LinkList/erase.html">erase</a> 182 </th> 183 <td>Deletes the specified member.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 184 </tr> 185 <tr> 186 <td width="100"> </td> 187 <th> 188 <a href="../../../nw/ut/LinkList/GetPrev.html">GetPrev</a> 189 </th> 190 <td>Gets the previous element.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 191 </tr> 192 <tr> 193 <td width="100"> </td> 194 <th> 195 <a href="../../../nw/ut/LinkList/GetNext.html">GetNext</a> 196 </th> 197 <td>Gets the next element.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 198 </tr> 199 <tr> 200 <th class="category" colspan="3">Converting Items and Nodes</th> 201 </tr> 202 <tr> 203 <td width="100"> 204 <span class="static_style" title="static">S</span> </td> 205 <th> 206 <a href="../../../nw/ut/LinkList/GetIteratorFromPointer.html">GetIteratorFromPointer</a> 207 </th> 208 <td>Gets the iterator from the node pointer.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 209 </tr> 210 <tr> 211 <td width="100"> 212 <span class="static_style" title="static">S</span> </td> 213 <th> 214 <a href="../../../nw/ut/LinkList/GetNodeFromPointer.html">GetNodeFromPointer</a> 215 </th> 216 <td>Gets a node pointer from an element pointer.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 217 </tr> 218 <tr> 219 <td width="100"> 220 <span class="static_style" title="static">S</span> </td> 221 <th> 222 <a href="../../../nw/ut/LinkList/GetPointerFromNode.html">GetPointerFromNode</a> 223 </th> 224 <td>Gets an element pointer from a node pointer.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>LinkList</CODE></a>.</td> 225 </tr> </table> 226 </div> 227 </a> 228 <h2>Class Hierarchy</h2> 229 <div class="section"> 230 <p class="hierarchy">nw::ut::internal::LinkListImpl<br /> <a href="../../../nw/ut/LinkList/Overview.html">nw::ut::LinkList</a><br /> <b>nw::lyt::TextureContainer</b> 231 </p> 232 </div> 233 <h2>See Also</h2> 234 <div class="section"> 235 <p class="reference"><a href="../../../nw/lyt/ResourceAccessor/Overview.html">ResourceAccessor</a><br /> </p> 236 </div> 237 <h2>Revision History</h2> 238 <div class="section"> 239 <dl class="history"> 240 <dt>2010/01/26</dt> 241 <dd>Initial version.<br /> 242 </dd> 243 </dl> 244 </div> 245 <hr><p>CONFIDENTIAL</p></body> 246</html>