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