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::ISceneVisitor</title>
51  </head>
52  <body>
53    <h1><CODE>nw::gfx::ISceneVisitor</CODE> Class</h1>
54    <h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">class ISceneVisitor : public <a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a></pre>
57    </div>
58    <h2>Description</h2>
59    <div class="section">
60      <p>Interface for traversing a scene tree.</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>
72        </td>
73          </tr> </table>
74      </div>
75    </a> <a name="function" id="function">
76      <h2>Member Functions</h2>
77      <div class="section">
78        <table class="members">
79          <tr>
80            <th class="category" colspan="3">Create/Destroy</th>
81          </tr>
82          <tr>
83            <td width="100">  </td>
84            <th>
85              <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a>
86            </th>
87            <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.</td>
88          </tr>
89          <tr>
90            <th class="category" colspan="3">Other</th>
91          </tr>
92          <tr>
93            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
94            </td>
95            <th>
96              <a href="../../../nw/gfx/ISceneVisitor/VisitSceneNode.html"><CODE>VisitSceneNode</CODE></a>
97            </th>
98            <td>Operation on a scene node.</td>
99          </tr>
100          <tr>
101            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
102            </td>
103            <th>
104              <a href="../../../nw/gfx/ISceneVisitor/VisitTransformNode.html"><CODE>VisitTransformNode</CODE></a>
105            </th>
106            <td>Operation on a transform node.</td>
107          </tr>
108          <tr>
109            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
110            </td>
111            <th>
112              <a href="../../../nw/gfx/ISceneVisitor/VisitModel.html"><CODE>VisitModel</CODE></a>
113            </th>
114            <td>Operation on a model.</td>
115          </tr>
116          <tr>
117            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
118            </td>
119            <th>
120              <a href="../../../nw/gfx/ISceneVisitor/VisitSkeletalModel.html"><CODE>VisitSkeletalModel</CODE></a>
121            </th>
122            <td>Operation on a skeletal model.</td>
123          </tr>
124          <tr>
125            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
126            </td>
127            <th>
128              <a href="../../../nw/gfx/ISceneVisitor/VisitCamera.html"><CODE>VisitCamera</CODE></a>
129            </th>
130            <td>Operation on a camera.</td>
131          </tr>
132          <tr>
133            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
134            </td>
135            <th>
136              <a href="../../../nw/gfx/ISceneVisitor/VisitFog.html"><CODE>VisitFog</CODE></a>
137            </th>
138            <td>Operation on fog.</td>
139          </tr>
140          <tr>
141            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
142            </td>
143            <th>
144              <a href="../../../nw/gfx/ISceneVisitor/VisitLight.html"><CODE>VisitLight</CODE></a>
145            </th>
146            <td>Operation on a light.</td>
147          </tr>
148          <tr>
149            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
150            </td>
151            <th>
152              <a href="../../../nw/gfx/ISceneVisitor/VisitFragmentLight.html"><CODE>VisitFragmentLight</CODE></a>
153            </th>
154            <td>Operation on a fragment light.</td>
155          </tr>
156          <tr>
157            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
158            </td>
159            <th>
160              <a href="../../../nw/gfx/ISceneVisitor/VisitVertexLight.html"><CODE>VisitVertexLight</CODE></a>
161            </th>
162            <td>Operation on a vertex light.</td>
163          </tr>
164          <tr>
165            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
166            </td>
167            <th>
168              <a href="../../../nw/gfx/ISceneVisitor/VisitAmbientLight.html"><CODE>VisitAmbientLight</CODE></a>
169            </th>
170            <td>Operation on an ambient light.</td>
171          </tr>
172          <tr>
173            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
174            </td>
175            <th>
176              <a href="../../../nw/gfx/ISceneVisitor/VisitHemiSphereLight.html"><CODE>VisitHemiSphereLight</CODE></a>
177            </th>
178            <td>Operation on a hemispherical light.</td>
179          </tr>
180          <tr>
181            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
182            </td>
183            <th>
184              <a href="../../../nw/gfx/ISceneVisitor/VisitParticleSet.html"><CODE>VisitParticleSet</CODE></a>
185            </th>
186            <td>Operation on a particle set.</td>
187          </tr>
188          <tr>
189            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
190            </td>
191            <th>
192              <a href="../../../nw/gfx/ISceneVisitor/VisitParticleEmitter.html">VisitParticleEmitter</a>
193            </th>
194            <td>Operation on a particle set.</td>
195          </tr>
196          <tr>
197            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
198            </td>
199            <th>
200              <a href="../../../nw/gfx/ISceneVisitor/VisitParticleModel.html">VisitParticleModel</a>
201            </th>
202            <td>Operation on a particle model.</td>
203          </tr>
204          <tr>
205            <td width="100">
206              <span class="protected_style" title="protected">protected</span>  </td>
207            <th>
208              <a href="../../../nw/gfx/ISceneVisitor/ISceneVisitor.html"><CODE>ISceneVisitor</CODE></a>
209            </th>
210            <td>Constructor.</td>
211          </tr> </table>
212      </div>
213    </a>
214    <h2>Class Hierarchy</h2>
215    <div class="section">
216      <p class="hierarchy"><a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a><br />  <b>nw::gfx::ISceneVisitor</b>
217      </p>
218    </div>
219  <hr><p>CONFIDENTIAL</p></body>
220</html>