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::Bounding</title>
51  </head>
52  <body>
53    <h1>nw::lyt::Bounding Class</h1>
54    <h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">class Bounding : public <a href="../../../nw/lyt/Pane/Overview.html">nw::lyt::Pane</a></pre>
57    </div>
58    <h2>Description</h2>
59    <div class="section">
60      <p>AnimTransform is the base class for animations.</p>
61    </div>
62    <a name="variable" id="variable">
63      <h2>Member Variables</h2>
64      <div class="section">
65        <table class="members">
66          <tr>
67            <td width="100"> </td>
68            <th>
69              <span class="argument"><CODE>NW_UT_RUNTIME_TYPEINFO</CODE></span>
70            </th>
71            <td>Runtime type information.</td>
72          </tr> </table>
73      </div>
74    </a> <a name="function" id="function">
75      <h2>Member Functions</h2>
76      <div class="section">
77        <table class="members">
78          <tr>
79            <th class="category" colspan="3">Constructors and Destructors</th>
80          </tr>
81          <tr>
82            <td width="100">  </td>
83            <th>
84              <a href="../../../nw/lyt/Bounding/Bounding.html">Bounding</a>
85            </th>
86            <td>Constructor.</td>
87          </tr>
88          <tr>
89            <td width="100"> <span class="virtual_style" title="virtual">V</span>
90            </td>
91            <th>
92              <a href="../../../nw/lyt/Bounding/~Bounding.html">~Bounding</a>
93            </th>
94            <td>Destructor.</td>
95          </tr>
96          <tr>
97            <th class="category" colspan="3">Set/Get</th>
98          </tr>
99          <tr>
100            <td width="100">  </td>
101            <th>
102              <a href="../../../nw/lyt/Pane/GetName.html">GetName</a>
103            </th>
104            <td>Gets the name of the pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
105          </tr>
106          <tr>
107            <td width="100">  </td>
108            <th>
109              <a href="../../../nw/lyt/Pane/SetName.html">SetName</a>
110            </th>
111            <td>Sets the name of the pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
112          </tr>
113          <tr>
114            <td width="100">  </td>
115            <th>
116              <a href="../../../nw/lyt/Pane/GetUserData.html">GetUserData</a>
117            </th>
118            <td>Gets the user information.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
119          </tr>
120          <tr>
121            <td width="100">  </td>
122            <th>
123              <a href="../../../nw/lyt/Pane/SetUserData.html">SetUserData</a>
124            </th>
125            <td>Sets the user information.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
126          </tr>
127          <tr>
128            <td width="100">  </td>
129            <th>
130              <a href="../../../nw/lyt/Pane/IsInfluencedAlpha.html">IsInfluencedAlpha</a>
131            </th>
132            <td>Determines whether changes to the parent alpha impact the child.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
133          </tr>
134          <tr>
135            <td width="100">  </td>
136            <th>
137              <a href="../../../nw/lyt/Pane/SetInfluencedAlpha.html">SetInfluencedAlpha</a>
138            </th>
139            <td>Sets whether changes to the parent alpha value impact the child.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
140          </tr>
141          <tr>
142            <td width="100">  </td>
143            <th>
144              <a href="../../../nw/lyt/Pane/IsLocationAdjust.html">IsLocationAdjust</a>
145            </th>
146            <td>Determines whether position adjustment processing is applied to the pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
147          </tr>
148          <tr>
149            <td width="100">  </td>
150            <th>
151              <a href="../../../nw/lyt/Pane/SetLocationAdjust.html">SetLocationAdjust</a>
152            </th>
153            <td>Sets whether position adjustment processing is applied.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
154          </tr>
155          <tr>
156            <td width="100">  </td>
157            <th>
158              <a href="../../../nw/lyt/Pane/GetTranslate.html">GetTranslate</a>
159            </th>
160            <td>Gets the pane's display position.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
161          </tr>
162          <tr>
163            <td width="100">  </td>
164            <th>
165              <a href="../../../nw/lyt/Pane/SetTranslate.html">SetTranslate</a>
166            </th>
167            <td>Sets the pane's display position.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
168          </tr>
169          <tr>
170            <td width="100">  </td>
171            <th>
172              <a href="../../../nw/lyt/Pane/GetRotate.html">GetRotate</a>
173            </th>
174            <td>Gets the pane's rotation.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
175          </tr>
176          <tr>
177            <td width="100">  </td>
178            <th>
179              <a href="../../../nw/lyt/Pane/SetRotate.html">SetRotate</a>
180            </th>
181            <td>Sets the pane's rotation.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
182          </tr>
183          <tr>
184            <td width="100">  </td>
185            <th>
186              <a href="../../../nw/lyt/Pane/GetScale.html">GetScale</a>
187            </th>
188            <td>Gets the pane's scale ratio.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
189          </tr>
190          <tr>
191            <td width="100">  </td>
192            <th>
193              <a href="../../../nw/lyt/Pane/SetScale.html">SetScale</a>
194            </th>
195            <td>Sets the pane's scale ratio.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
196          </tr>
197          <tr>
198            <td width="100">  </td>
199            <th>
200              <a href="../../../nw/lyt/Pane/GetSize.html"><CODE>GetSize</CODE></a>
201            </th>
202            <td>Gets the size of the pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
203          </tr>
204          <tr>
205            <td width="100">  </td>
206            <th>
207              <a href="../../../nw/lyt/Pane/SetSize.html"><CODE>SetSize</CODE></a>
208            </th>
209            <td>Sets the size of the pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
210          </tr>
211          <tr>
212            <td width="100">  </td>
213            <th>
214              <a href="../../../nw/lyt/Pane/GetBasePositionH.html">GetBasePositionH</a>
215            </th>
216            <td>Gets the horizontal position specification for the pane standard position settings.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
217          </tr>
218          <tr>
219            <td width="100">  </td>
220            <th>
221              <a href="../../../nw/lyt/Pane/SetBasePositionH.html">SetBasePositionH</a>
222            </th>
223            <td>Sets the horizontal position specification for the pane standard position settings.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
224          </tr>
225          <tr>
226            <td width="100">  </td>
227            <th>
228              <a href="../../../nw/lyt/Pane/GetBasePositionV.html">GetBasePositionV</a>
229            </th>
230            <td>Gets the vertical position specification for the pane standard position settings.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
231          </tr>
232          <tr>
233            <td width="100">  </td>
234            <th>
235              <a href="../../../nw/lyt/Pane/SetBasePositionV.html">SetBasePositionV</a>
236            </th>
237            <td>Sets the vertical position specification for the pane standard position settings.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
238          </tr>
239          <tr>
240            <td width="100">  </td>
241            <th>
242              <a href="../../../nw/lyt/Pane/GetMtx.html">GetMtx</a>
243            </th>
244            <td>Gets the pane's SRT matrix.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
245          </tr>
246          <tr>
247            <td width="100">  </td>
248            <th>
249              <a href="../../../nw/lyt/Pane/SetMtx.html">SetMtx</a>
250            </th>
251            <td>Sets the pane's SRT matrix.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
252          </tr>
253          <tr>
254            <td width="100">  </td>
255            <th>
256              <a href="../../../nw/lyt/Pane/IsUserMtx.html">IsUserMtx</a>
257            </th>
258            <td>Checks if the pane SRT matrix has been set by the user.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
259          </tr>
260          <tr>
261            <td width="100">  </td>
262            <th>
263              <a href="../../../nw/lyt/Pane/ResetMtx.html">ResetMtx</a>
264            </th>
265            <td>Cancels the SRT matrix settings.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
266          </tr>
267          <tr>
268            <td width="100">  </td>
269            <th>
270              <a href="../../../nw/lyt/Pane/GetGlobalMtx.html">GetGlobalMtx</a>
271            </th>
272            <td>Gets the SRT matrix after calculation in the hierarchy.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
273          </tr>
274          <tr>
275            <td width="100">  </td>
276            <th>
277              <a href="../../../nw/lyt/Pane/SetGlobalMtx.html">SetGlobalMtx</a>
278            </th>
279            <td>Sets the global matrix.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
280          </tr>
281          <tr>
282            <td width="100">  </td>
283            <th>
284              <a href="../../../nw/lyt/Pane/IsUserGlobalMtx.html">IsUserGlobalMtx</a>
285            </th>
286            <td>Checks if the global matrix has been set by the user.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
287          </tr>
288          <tr>
289            <td width="100">  </td>
290            <th>
291              <a href="../../../nw/lyt/Pane/ResetGlobalMtx.html">ResetGlobalMtx</a>
292            </th>
293            <td>Cancels the global matrix settings.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
294          </tr>
295          <tr>
296            <td width="100">  </td>
297            <th>
298              <a href="../../../nw/lyt/Pane/GetPaneRect.html">GetPaneRect</a>
299            </th>
300            <td>Gets a rectangle in the pane's local coordinates.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
301          </tr>
302          <tr>
303            <td width="100"> <span class="virtual_style" title="virtual">V</span>
304            </td>
305            <th>
306              <a href="../../../nw/lyt/Bounding/GetVtxColor.html">GetVtxColor</a>
307            </th>
308            <td>Gets the vertex color.</td>
309          </tr>
310          <tr>
311            <td width="100"> <span class="virtual_style" title="virtual">V</span>
312            </td>
313            <th>
314              <a href="../../../nw/lyt/Bounding/SetVtxColor.html">SetVtxColor</a>
315            </th>
316            <td>Sets the vertex color.</td>
317          </tr>
318          <tr>
319            <td width="100">  </td>
320            <th>
321              <a href="../../../nw/lyt/Pane/GetAlpha.html"><CODE>GetAlpha</CODE></a>
322            </th>
323            <td>Gets the pane's alpha value.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
324          </tr>
325          <tr>
326            <td width="100">  </td>
327            <th>
328              <a href="../../../nw/lyt/Pane/SetAlpha.html"><CODE>SetAlpha</CODE></a>
329            </th>
330            <td>Sets the pane's alpha value.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
331          </tr>
332          <tr>
333            <td width="100">  </td>
334            <th>
335              <a href="../../../nw/lyt/Pane/GetGlobalAlpha.html">GetGlobalAlpha</a>
336            </th>
337            <td>Gets the pane's global alpha value.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
338          </tr>
339          <tr>
340            <td width="100">  </td>
341            <th>
342              <a href="../../../nw/lyt/Pane/SetGlobalAlpha.html">SetGlobalAlpha</a>
343            </th>
344            <td>Sets the pane's global alpha value.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
345          </tr>
346          <tr>
347            <td width="100">  </td>
348            <th>
349              <a href="../../../nw/lyt/Pane/GetSRTElement.html">GetSRTElement</a>
350            </th>
351            <td>Specifies an index to get a pane's SRT elements.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
352          </tr>
353          <tr>
354            <td width="100">  </td>
355            <th>
356              <a href="../../../nw/lyt/Pane/SetSRTElement.html">SetSRTElement</a>
357            </th>
358            <td>Specifies an index to set a pane's SRT elements.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
359          </tr>
360          <tr>
361            <td width="100"> <span class="virtual_style" title="virtual">V</span>
362            </td>
363            <th>
364              <a href="../../../nw/lyt/Bounding/GetColorElement.html">GetColorElement</a>
365            </th>
366            <td>Gets the pane's alpha value or vertex color components.</td>
367          </tr>
368          <tr>
369            <td width="100"> <span class="virtual_style" title="virtual">V</span>
370            </td>
371            <th>
372              <a href="../../../nw/lyt/Bounding/SetColorElement.html">SetColorElement</a>
373            </th>
374            <td>Sets the pane's alpha value or vertex color components.</td>
375          </tr>
376          <tr>
377            <td width="100"> <span class="virtual_style" title="virtual">V</span>
378            </td>
379            <th>
380              <a href="../../../nw/lyt/Bounding/GetVtxColorElement.html">GetVtxColorElement</a>
381            </th>
382            <td>Gets the vertex color components.</td>
383          </tr>
384          <tr>
385            <td width="100"> <span class="virtual_style" title="virtual">V</span>
386            </td>
387            <th>
388              <a href="../../../nw/lyt/Bounding/SetVtxColorElement.html">SetVtxColorElement</a>
389            </th>
390            <td>Sets the vertex color components.</td>
391          </tr>
392          <tr>
393            <td width="100"> <span class="virtual_style" title="virtual">V</span>
394            </td>
395            <th>
396              <a href="../../../nw/lyt/Bounding/GetMaterial.html"><CODE>GetMaterial</CODE></a>
397            </th>
398            <td>Gets the pane's material.</td>
399          </tr>
400          <tr>
401            <td width="100"> <span class="virtual_style" title="virtual">V</span>
402            </td>
403            <th>
404              <a href="../../../nw/lyt/Bounding/GetMaterialNum.html">GetMaterialNum</a>
405            </th>
406            <td>Gets the number of materials held by the pane.</td>
407          </tr>
408          <tr>
409            <td width="100">  </td>
410            <th>
411              <a href="../../../nw/lyt/Pane/GetExtUserDataNum.html">GetExtUserDataNum</a>
412            </th>
413            <td>Gets the amount of extended user data.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
414          </tr>
415          <tr>
416            <td width="100">  </td>
417            <th>
418              <a href="../../../nw/lyt/Pane/GetExtUserDataArray.html">GetExtUserDataArray</a>
419            </th>
420            <td>Gets the extended user data array.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
421          </tr>
422          <tr>
423            <td width="100">  </td>
424            <th>
425              <a href="../../../nw/lyt/Pane/FindExtUserDataByName.html">FindExtUserDataByName</a>
426            </th>
427            <td>Searches for extended user data by name.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
428          </tr>
429          <tr>
430            <th class="category" colspan="3">Parent-Child Relationships</th>
431          </tr>
432          <tr>
433            <td width="100">  </td>
434            <th>
435              <a href="../../../nw/lyt/Pane/GetParent.html"><CODE>GetParent</CODE></a>
436            </th>
437            <td>Gets the parent pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
438          </tr>
439          <tr>
440            <td width="100">  </td>
441            <th>
442              <a href="../../../nw/lyt/Pane/GetChildList.html">GetChildList</a>
443            </th>
444            <td>Gets a list of child panes.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
445          </tr>
446          <tr>
447            <td width="100">  </td>
448            <th>
449              <a href="../../../nw/lyt/Pane/AppendChild.html">AppendChild</a>
450            </th>
451            <td>Adds a pane to the end of the child pane list.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
452          </tr>
453          <tr>
454            <td width="100">  </td>
455            <th>
456              <a href="../../../nw/lyt/Pane/PrependChild.html">PrependChild</a>
457            </th>
458            <td>Adds a pane to the start of the child pane list.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
459          </tr>
460          <tr>
461            <td width="100">  </td>
462            <th>
463              <a href="../../../nw/lyt/Pane/InsertChild.html">InsertChild</a>
464            </th>
465            <td>Inserts a child pane at the specified position.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
466          </tr>
467          <tr>
468            <td width="100">  </td>
469            <th>
470              <a href="../../../nw/lyt/Pane/RemoveChild.html">RemoveChild</a>
471            </th>
472            <td>Removes a pane from the child pane list.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
473          </tr>
474          <tr>
475            <th class="category" colspan="3">Search</th>
476          </tr>
477          <tr>
478            <td width="100"> <span class="virtual_style" title="virtual">V</span>
479            </td>
480            <th>
481              <a href="../../../nw/lyt/Bounding/FindPaneByName.html">FindPaneByName</a>
482            </th>
483            <td>Searches for panes by name.</td>
484          </tr>
485          <tr>
486            <td width="100"> <span class="virtual_style" title="virtual">V</span>
487            </td>
488            <th>
489              <a href="../../../nw/lyt/Bounding/FindMaterialByName.html">FindMaterialByName</a>
490            </th>
491            <td>Searches for materials by name.</td>
492          </tr>
493          <tr>
494            <th class="category" colspan="3">Animation</th>
495          </tr>
496          <tr>
497            <td width="100"> <span class="virtual_style" title="virtual">V</span>
498            </td>
499            <th>
500              <a href="../../../nw/lyt/Bounding/Animate.html">Animate</a>
501            </th>
502            <td>Calculates animation results for both self and for the children.</td>
503          </tr>
504          <tr>
505            <td width="100"> <span class="virtual_style" title="virtual">V</span>
506            </td>
507            <th>
508              <a href="../../../nw/lyt/Bounding/AnimateSelf.html">AnimateSelf</a>
509            </th>
510            <td>Calculates the animation result for self.</td>
511          </tr>
512          <tr>
513            <td width="100">  </td>
514            <th>
515              <a href="../../../nw/lyt/Pane/GetAnimationList.html">GetAnimationList</a>
516            </th>
517            <td>Gets a list of bound animations.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
518          </tr>
519          <tr>
520            <td width="100"> <span class="virtual_style" title="virtual">V</span>
521            </td>
522            <th>
523              <a href="../../../nw/lyt/Bounding/BindAnimation.html">BindAnimation</a>
524            </th>
525            <td>Binds animations.</td>
526          </tr>
527          <tr>
528            <td width="100"> <span class="virtual_style" title="virtual">V</span>
529            </td>
530            <th>
531              <a href="../../../nw/lyt/Bounding/UnbindAnimation.html">UnbindAnimation</a>
532            </th>
533            <td>Clears a bound animation.</td>
534          </tr>
535          <tr>
536            <td width="100"> <span class="virtual_style" title="virtual">V</span>
537            </td>
538            <th>
539              <a href="../../../nw/lyt/Bounding/UnbindAllAnimation.html">UnbindAllAnimation</a>
540            </th>
541            <td>Clears all bound animations.</td>
542          </tr>
543          <tr>
544            <td width="100"> <span class="virtual_style" title="virtual">V</span>
545            </td>
546            <th>
547              <a href="../../../nw/lyt/Bounding/UnbindAnimationSelf.html">UnbindAnimationSelf</a>
548            </th>
549            <td>Clears the window's animation links.</td>
550          </tr>
551          <tr>
552            <td width="100">  </td>
553            <th>
554              <a href="../../../nw/lyt/Pane/AddAnimationLink.html">AddAnimationLink</a>
555            </th>
556            <td>Adds animation link information.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
557          </tr>
558          <tr>
559            <td width="100"> <span class="virtual_style" title="virtual">V</span>
560            </td>
561            <th>
562              <a href="../../../nw/lyt/Bounding/FindAnimationLinkSelf.html">FindAnimationLinkSelf</a>
563            </th>
564            <td>Searches for animation link information.</td>
565          </tr>
566          <tr>
567            <td width="100"> <span class="virtual_style" title="virtual">V</span>
568            </td>
569            <th>
570              <a href="../../../nw/lyt/Bounding/SetAnimationEnable.html">SetAnimationEnable</a>
571            </th>
572            <td>Sets the animation enable/disable state.</td>
573          </tr>
574          <tr>
575            <th class="category" colspan="3">Rendering</th>
576          </tr>
577          <tr>
578            <td width="100">  </td>
579            <th>
580              <a href="../../../nw/lyt/Pane/IsVisible.html"><CODE>IsVisible</CODE></a>
581            </th>
582            <td>Determines whether a pane is displayed.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
583          </tr>
584          <tr>
585            <td width="100">  </td>
586            <th>
587              <a href="../../../nw/lyt/Pane/SetVisible.html">SetVisible</a>
588            </th>
589            <td>Toggles pane display.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
590          </tr>
591          <tr>
592            <td width="100"> <span class="virtual_style" title="virtual">V</span>
593            </td>
594            <th>
595              <a href="../../../nw/lyt/Bounding/CalculateMtx.html">CalculateMtx</a>
596            </th>
597            <td>Calculates the matrix for rendering.</td>
598          </tr>
599          <tr>
600            <th class="category" colspan="3">Other</th>
601          </tr>
602          <tr>
603            <td width="100">  </td>
604            <th>
605              <a href="../../../nw/lyt/Pane/IsUserAllocated.html">IsUserAllocated</a>
606            </th>
607            <td>Determines whether the user constructed the pane.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
608          </tr>
609          <tr>
610            <td width="100">  </td>
611            <th>
612              <a href="../../../nw/lyt/Pane/SetUserAllocated.html">SetUserAllocated</a>
613            </th>
614            <td>Declares that the pane was constructed by the user.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
615          </tr>
616          <tr>
617            <td width="100">  </td>
618            <th>
619              <a href="../../../nw/lyt/Pane/SetExtUserDataList.html">SetExtUserDataList</a>
620            </th>
621            <td>Sets the extended user data list.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
622          </tr>
623          <tr>
624            <td width="100"> <span class="virtual_style" title="virtual">V</span>
625            </td>
626            <th>
627              <a href="../../../nw/lyt/Bounding/Draw.html">Draw</a>
628            </th>
629            <td>Draws its own pane and child panes.</td>
630          </tr>
631          <tr>
632            <td width="100">  </td>
633            <th>
634              <a href="../../../nw/lyt/Pane/SetMtxDirty.html">SetMtxDirty</a>
635            </th>
636            <td>Requests SRT matrix recalculation.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
637          </tr>
638          <tr>
639            <td width="100">
640              <span class="protected_style" title="protected">protected</span> <span class="virtual_style" title="virtual">V</span>
641            </td>
642            <th>
643              <a href="../../../nw/lyt/Bounding/DrawSelf.html">DrawSelf</a>
644            </th>
645            <td>Performs the self-rendering process.</td>
646          </tr>
647          <tr>
648            <td width="100">
649              <span class="protected_style" title="protected">protected</span> <span class="virtual_style" title="virtual">V</span>
650            </td>
651            <th>
652              <a href="../../../nw/lyt/Bounding/LoadMtx.html">LoadMtx</a>
653            </th>
654            <td>Calculates a model view matrix and sets it in <a href="../../../nw/lyt/GraphicsResource/Overview.html">GraphicsResource</a>.</td>
655          </tr>
656          <tr>
657            <td width="100">
658              <span class="protected_style" title="protected">protected</span>  </td>
659            <th>
660              <a href="../../../nw/lyt/Pane/GetVtxPos.html">GetVtxPos</a>
661            </th>
662            <td>Gets the pane's upper left coordinate.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
663          </tr>
664          <tr>
665            <td width="100">
666              <span class="protected_style" title="protected">protected</span>  </td>
667            <th>
668              <a href="../../../nw/lyt/Pane/GetMtxCondition.html">GetMtxCondition</a>
669            </th>
670            <td>Gets the local matrix status.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
671          </tr>
672          <tr>
673            <td width="100">
674              <span class="protected_style" title="protected">protected</span>  </td>
675            <th>
676              <a href="../../../nw/lyt/Pane/SetMtxCondition.html">SetMtxCondition</a>
677            </th>
678            <td>Sets the local matrix status.(Inherited from <a href="../../../nw/gfx/SceneNode/Overview.html"><CODE>Pane</CODE></a>.</td>
679          </tr> </table>
680      </div>
681    </a>
682    <h2>Class Hierarchy</h2>
683    <div class="section">
684      <p class="hierarchy">nw::lyt::internal::PaneBase<br />  <a href="../../../nw/lyt/Pane/Overview.html">nw::lyt::Pane</a><br />    <b>nw::lyt::Bounding</b>
685      </p>
686    </div>
687    <h2>Revision History</h2>
688    <div class="section">
689      <dl class="history">
690        <dt>2009/09/18</dt>
691        <dd>Initial version.<br />
692        </dd>
693      </dl>
694    </div>
695  <hr><p>CONFIDENTIAL</p></body>
696</html>