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::gfx::BasicRenderElement</title>
51  </head>
52  <body>
53    <h1><CODE>nw::gfx::BasicRenderElement</CODE> Class</h1>
54    <h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">template &lt;typename TKey&gt;
57class BasicRenderElement</pre>
58    </div>
59    <h2>Template Arguments</h2>
60    <div class="section">
61      <table class="arguments">
62        <thead>
63          <tr>
64            <th>Name</th>
65            <td>Description</td>
66          </tr>
67        </thead>
68        <tr>
69          <th><CODE>TKey</CODE></th>
70          <td>The render key type.</td>
71        </tr> </table>
72    </div>
73    <h2>Description</h2>
74    <div class="section">
75      <p>Class that serves as the render unit that accumulates in the render queue.</p>
76    </div>
77    <a name="class" id="class">
78      <h2>Classes</h2>
79      <div class="section">
80        <table class="members">
81          <tr>
82            <th>
83              <a href="../../../nw/gfx/BasicRenderElement/Bit64RenderKey/Overview.html"><CODE>nw::gfx::BasicRenderElement::Bit64RenderKey</CODE></a>
84            </th>
85            <td>Class for setting 64-bit render keys.</td>
86          </tr> </table>
87      </div>
88    </a> <a name="struct" id="struct">
89      <h2>Structures</h2>
90      <div class="section">
91        <table class="members">
92          <tr>
93            <th>
94              <a href="../../../nw/gfx/BasicRenderElement/Depth24bitQuantizer/Overview.html"><CODE>nw::gfx::BasicRenderElement::Depth24bitQuantizer</CODE></a>
95            </th>
96            <td>Functor for quantizing the depth of 24-bit integers.</td>
97          </tr>
98          <tr>
99            <th>
100              <a href="../../../nw/gfx/BasicRenderElement/ReverseDepth24bitQuantizer/Overview.html"><CODE>nw::gfx::BasicRenderElement::ReverseDepth24bitQuantizer</CODE></a>
101            </th>
102            <td>Functor for quantizing the depth of 24-bit integers.</td>
103          </tr>
104          <tr>
105            <th>
106              <a href="../../../nw/gfx/BasicRenderElement/ZeroQuantizer/Overview.html">nw::gfx::BasicRenderElement::ZeroQuantizer</a>
107            </th>
108            <td>Function object that does not peform depth value quantization.</td>
109          </tr> </table>
110      </div>
111    </a> <a name="enum" id="enum">
112      <h2>Enumerated Types</h2>
113      <div class="section">
114        <table class="members">
115          <tr>
116            <td width="100"> </td>
117            <th>
118              <a href="../../../nw/gfx/BasicRenderElement/Bit64RenderKeyFormat.html"><CODE>Bit64RenderKeyFormat</CODE></a>
119            </th>
120            <td>Definition of the bit arrangement for 64-bit render keys.</td>
121          </tr> </table>
122      </div>
123    </a> <a name="typedef" id="typedef">
124      <h2><CODE>typedef</CODE> Definitions</h2>
125      <div class="section">
126        <table class="members">
127          <tr>
128            <td width="100" />
129            <th>
130              <a href="../../../nw/gfx/BasicRenderElement/KeyType.html"><CODE>KeyType</CODE></a>
131            </th>
132            <td>Type of the key value.</td>
133          </tr> </table>
134      </div>
135    </a> <a name="function" id="function">
136      <h2>Member Functions</h2>
137      <div class="section">
138        <table class="members">
139          <tr>
140            <th class="category" colspan="3">Create/Destroy</th>
141          </tr>
142          <tr>
143            <td width="100">  </td>
144            <th>
145              <a href="../../../nw/gfx/BasicRenderElement/BasicRenderElement.html"><CODE>BasicRenderElement</CODE></a>
146            </th>
147            <td>Constructor for setting keys.</td>
148          </tr>
149          <tr>
150            <td width="100">  </td>
151            <th>
152              <a href="../../../nw/gfx/BasicRenderElement/~BasicRenderElement.html"><CODE>~BasicRenderElement</CODE></a>
153            </th>
154            <td>Destructor.</td>
155          </tr>
156          <tr>
157            <th class="category" colspan="3">Set/Get</th>
158          </tr>
159          <tr>
160            <td width="100">  </td>
161            <th>
162              <a href="../../../nw/gfx/BasicRenderElement/IsCommand.html"><CODE>IsCommand</CODE></a>
163            </th>
164            <td>Returns <CODE>true</CODE> for command-type elements.</td>
165          </tr>
166          <tr>
167            <td width="100">  </td>
168            <th>
169              <a href="../../../nw/gfx/BasicRenderElement/GetMesh.html"><CODE>GetMesh</CODE></a>
170            </th>
171            <td>Gets a mesh.</td>
172          </tr>
173          <tr>
174            <td width="100">  </td>
175            <th>
176              <a href="../../../nw/gfx/BasicRenderElement/GetModel.html"><CODE>GetModel</CODE></a>
177            </th>
178            <td>Gets a model.</td>
179          </tr>
180          <tr>
181            <td width="100">  </td>
182            <th>
183              <a href="../../../nw/gfx/BasicRenderElement/GetCommand.html"><CODE>GetCommand</CODE></a>
184            </th>
185            <td>Gets a command.</td>
186          </tr>
187          <tr>
188            <td width="100">  </td>
189            <th>
190              <a href="../../../nw/gfx/BasicRenderElement/Key.html">Key</a>
191            </th>
192            <td>Gets the value that is compared during a sort.</td>
193          </tr> </table>
194      </div>
195    </a>
196  <hr><p>CONFIDENTIAL</p></body>
197</html>