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::AnimGroup</title>
51  </head>
52  <body>
53    <h1><CODE>nw::gfx::AnimGroup</CODE> Class</h1>
54    <h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">class AnimGroup : 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>This class abstracts animation targets.</p><p>It stores pointers to animation target members. The term &quot;target member&quot; refers to things like bone transforms and diffuse colors for materials.</p><p>It also stores the original values (values at the time the instance was created) of target members.</p></div>
61    <a name="class" id="class">
62      <h2>Classes</h2>
63      <div class="section">
64        <table class="members">
65          <tr>
66            <th>
67              <a href="../../../nw/gfx/AnimGroup/Builder/Overview.html"><CODE>nw::gfx::AnimGroup::Builder</CODE></a>
68            </th>
69            <td>Class for building animation groups.</td>
70          </tr> </table>
71      </div>
72    </a> <a name="typedef" id="typedef">
73      <h2><CODE>typedef</CODE> Definitions</h2>
74      <div class="section">
75        <table class="members">
76          <tr>
77            <td width="100" />
78            <th>
79              <a href="../../../nw/gfx/AnimGroup/PreEvaluateCallback.html"><CODE>PreEvaluateCallback</CODE></a>
80            </th>
81            <td>Definition of the pre-evaluation callback function. Returns <CODE>true</CODE> if the target object needs to be evaluated.</td>
82          </tr> </table>
83      </div>
84    </a> <a name="function" id="function">
85      <h2>Member Functions</h2>
86      <div class="section">
87        <table class="members">
88          <tr>
89            <th class="category" colspan="3">Set/Get</th>
90          </tr>
91          <tr>
92            <td width="100">  </td>
93            <th>
94              <a href="../../../nw/gfx/AnimGroup/GetResAnimGroup.html"><CODE>GetResAnimGroup</CODE></a>
95            </th>
96            <td>Gets the animation group resources.</td>
97          </tr>
98          <tr>
99            <td width="100">  </td>
100            <th>
101              <a href="../../../nw/gfx/AnimGroup/GetResGraphicsAnimGroup.html"><CODE>GetResGraphicsAnimGroup</CODE></a>
102            </th>
103            <td>Gets the graphics animation group resources.</td>
104          </tr>
105          <tr>
106            <td width="100">  </td>
107            <th>
108              <a href="../../../nw/gfx/AnimGroup/GetResAnimGroupMember.html"><CODE>GetResAnimGroupMember</CODE></a>
109            </th>
110            <td>Gets the animation group member resources.</td>
111          </tr>
112          <tr>
113            <td width="100">  </td>
114            <th>
115              <a href="../../../nw/gfx/AnimGroup/GetResAnimGroupMemberIndex.html"><CODE>GetResAnimGroupMemberIndex</CODE></a>
116            </th>
117            <td>Gets the index of an animation group member resource.</td>
118          </tr>
119          <tr>
120            <td width="100">  </td>
121            <th>
122              <a href="../../../nw/gfx/AnimGroup/GetName.html">GetName</a>
123            </th>
124            <td>Gets the name.</td>
125          </tr>
126          <tr>
127            <td width="100">  </td>
128            <th>
129              <a href="../../../nw/gfx/AnimGroup/GetMemberCount.html"><CODE>GetMemberCount</CODE></a>
130            </th>
131            <td>Gets the number of animation group members.</td>
132          </tr>
133          <tr>
134            <td width="100">  </td>
135            <th>
136              <a href="../../../nw/gfx/AnimGroup/GetBlendOperationInGroup.html"><CODE>GetBlendOperationInGroup</CODE></a>
137            </th>
138            <td>Gets the blend operation within the animation group.</td>
139          </tr>
140          <tr>
141            <td width="100">  </td>
142            <th>
143              <a href="../../../nw/gfx/AnimGroup/SetBlendOperationInGroup.html"><CODE>SetBlendOperationInGroup</CODE></a>
144            </th>
145            <td>Sets the blend operation within the animation group.</td>
146          </tr>
147          <tr>
148            <td width="100">  </td>
149            <th>
150              <a href="../../../nw/gfx/AnimGroup/GetBlendOperation.html"><CODE>GetBlendOperation</CODE></a>
151            </th>
152            <td>Gets the blend operation of a member.</td>
153          </tr>
154          <tr>
155            <td width="100">  </td>
156            <th>
157              <a href="../../../nw/gfx/AnimGroup/GetSceneNode.html"><CODE>GetSceneNode</CODE></a>
158            </th>
159            <td>Gets the scene node associated with the target object.</td>
160          </tr>
161          <tr>
162            <td width="100">  </td>
163            <th>
164              <a href="../../../nw/gfx/AnimGroup/GetTargetObjectIndex.html"><CODE>GetTargetObjectIndex</CODE></a>
165            </th>
166            <td>Gets the index of the target object.</td>
167          </tr>
168          <tr>
169            <td width="100">  </td>
170            <th>
171              <a href="../../../nw/gfx/AnimGroup/SetTargetObjectIndex.html"><CODE>SetTargetObjectIndex</CODE></a>
172            </th>
173            <td>Sets the index of the target object.</td>
174          </tr>
175          <tr>
176            <td width="100">  </td>
177            <th>
178              <a href="../../../nw/gfx/AnimGroup/GetTargetObject.html"><CODE>GetTargetObject</CODE></a>
179            </th>
180            <td>Gets the pointer to the target object.</td>
181          </tr>
182          <tr>
183            <td width="100">  </td>
184            <th>
185              <a href="../../../nw/gfx/AnimGroup/SetTargetObject.html"><CODE>SetTargetObject</CODE></a>
186            </th>
187            <td>Sets the pointer to the target object.</td>
188          </tr>
189          <tr>
190            <td width="100">  </td>
191            <th>
192              <a href="../../../nw/gfx/AnimGroup/GetTargetPtr.html"><CODE>GetTargetPtr</CODE></a>
193            </th>
194            <td>Gets the pointer to the target member.</td>
195          </tr>
196          <tr>
197            <td width="100">  </td>
198            <th>
199              <a href="../../../nw/gfx/AnimGroup/SetTargetPtr.html"><CODE>SetTargetPtr</CODE></a>
200            </th>
201            <td>Sets the pointer to the target member.</td>
202          </tr>
203          <tr>
204            <td width="100">  </td>
205            <th>
206              <a href="../../../nw/gfx/AnimGroup/HasOriginalValue.html"><CODE>HasOriginalValue</CODE></a>
207            </th>
208            <td>Gets whether the member has the original value.</td>
209          </tr>
210          <tr>
211            <td width="100">  </td>
212            <th>
213              <a href="../../../nw/gfx/AnimGroup/GetOriginalValue.html"><CODE>GetOriginalValue</CODE></a>
214            </th>
215            <td>Gets the member's original value.</td>
216          </tr>
217          <tr>
218            <td width="100">  </td>
219            <th>
220              <a href="../../../nw/gfx/AnimGroup/SetOriginalValue.html"><CODE>SetOriginalValue</CODE></a>
221            </th>
222            <td>Sets the member's original value.</td>
223          </tr>
224          <tr>
225            <td width="100">  </td>
226            <th>
227              <a href="../../../nw/gfx/AnimGroup/NW_DEPRECATED_FUNCTION.html">NW_DEPRECATED_FUNCTION</a>
228            </th>
229            <td>Gets the number of bytes occupied by the member's value.</td>
230          </tr>
231          <tr>
232            <td width="100">  </td>
233            <th>
234              <a href="../../../nw/gfx/AnimGroup/GetPreEvaluateCallback.html"><CODE>GetPreEvaluateCallback</CODE></a>
235            </th>
236            <td>Gets the pre-evaluation callback function.</td>
237          </tr>
238          <tr>
239            <td width="100">  </td>
240            <th>
241              <a href="../../../nw/gfx/AnimGroup/SetPreEvaluateCallback.html"><CODE>SetPreEvaluateCallback</CODE></a>
242            </th>
243            <td>Sets the pre-evaluation callback function.</td>
244          </tr>
245          <tr>
246            <th class="category" colspan="3">Create/Destroy</th>
247          </tr>
248          <tr>
249            <td width="100">  </td>
250            <th>
251              <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a>
252            </th>
253            <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.</td>
254          </tr> </table>
255      </div>
256    </a>
257    <h2>Class Hierarchy</h2>
258    <div class="section">
259      <p class="hierarchy"><a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a><br />  <b>nw::gfx::AnimGroup</b>
260      </p>
261    </div>
262  <hr><p>CONFIDENTIAL</p></body>
263</html>