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::gfx::TransformAnimEvaluator</title>
49  </head>
50  <body>
51    <h1><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/gfx/Overview.html">gfx</a>::TransformAnimEvaluator Class</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">class TransformAnimEvaluator : public <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html">nw::gfx::BaseAnimEvaluator</a></pre>
55    </div>
56    <h2>Description</h2>
57    <div class="section">
58      <p>Class for evaluating transform animations.</p><p>Stores animation data and evaluates the function curve.</p></div>
59    <a name="class" id="class">
60      <h2>Classes</h2>
61      <div class="section">
62        <table class="members">
63          <tr>
64            <th>
65              <a href="../../../nw/gfx/TransformAnimEvaluator/Builder/Overview.html"><CODE>nw::gfx::TransformAnimEvaluator::Builder</CODE></a>
66            </th>
67            <td>Class for building transform animation evaluators.</td>
68          </tr> </table>
69      </div>
70    </a> <a name="function" id="function">
71      <h2>Member Functions</h2>
72      <div class="section">
73        <table class="members">
74          <tr>
75            <th class="category" colspan="3">Basic Operations</th>
76          </tr>
77          <tr>
78            <td width="100"> <span class="virtual_style" title="virtual">V</span>
79            </td>
80            <th>
81              <a href="../../../nw/gfx/TransformAnimEvaluator/TryBind.html">TryBind</a>
82            </th>
83            <td>Binds animations.</td>
84          </tr>
85          <tr>
86            <td width="100"> <span class="virtual_style" title="virtual">V</span>
87            </td>
88            <th>
89              <a href="../../../nw/gfx/TransformAnimEvaluator/ChangeAnim.html">ChangeAnim</a>
90            </th>
91            <td>Changes animations.</td>
92          </tr>
93          <tr>
94            <td width="100"> <span class="virtual_style" title="virtual">V</span>
95            </td>
96            <th>
97              <a href="../../../nw/gfx/TransformAnimEvaluator/Release.html"><CODE>Release</CODE></a>
98            </th>
99            <td>Clears a bound animation.</td>
100          </tr>
101          <tr>
102            <td width="100"> <span class="virtual_style" title="virtual">V</span>
103            </td>
104            <th>
105              <a href="../../../nw/gfx/TransformAnimEvaluator/UpdateFrame.html"><CODE>UpdateFrame</CODE></a>
106            </th>
107            <td>Updates frames.</td>
108          </tr>
109          <tr>
110            <td width="100">  </td>
111            <th>
112              <a href="../../../nw/gfx/BaseAnimEvaluator/Reset.html">Reset</a>
113            </th>
114            <td>Restores the specified member to its state at time of creation.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
115          </tr>
116          <tr>
117            <td width="100">  </td>
118            <th>
119              <a href="../../../nw/gfx/BaseAnimEvaluator/ResetMember.html">ResetMember</a>
120            </th>
121            <td>Resets the specified member to its state when created.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
122          </tr>
123          <tr>
124            <td width="100">  </td>
125            <th>
126              <a href="../../../nw/gfx/AnimObject/Bind.html"><CODE>Bind</CODE></a>
127            </th>
128            <td>Binds animations.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td>
129          </tr>
130          <tr>
131            <th class="category" colspan="3">Evaluation</th>
132          </tr>
133          <tr>
134            <td width="100"> <span class="virtual_style" title="virtual">V</span>
135            </td>
136            <th>
137              <a href="../../../nw/gfx/TransformAnimEvaluator/GetResult.html"><CODE>GetResult</CODE></a>
138            </th>
139            <td>Gets the animation result for a given member.</td>
140          </tr>
141          <tr>
142            <th class="category" colspan="3">Set/Get</th>
143          </tr>
144          <tr>
145            <td width="100">  </td>
146            <th>
147              <a href="../../../nw/gfx/TransformAnimEvaluator/GetIsScaleDisabled.html"><CODE>GetIsScaleDisabled</CODE></a>
148            </th>
149            <td>Gets a value indicating whether scale animation is disabled.</td>
150          </tr>
151          <tr>
152            <td width="100">  </td>
153            <th>
154              <a href="../../../nw/gfx/TransformAnimEvaluator/SetIsScaleDisabled.html"><CODE>SetIsScaleDisabled</CODE></a>
155            </th>
156            <td>Sets a value indicating whether scale animation is disabled.</td>
157          </tr>
158          <tr>
159            <td width="100">  </td>
160            <th>
161              <a href="../../../nw/gfx/TransformAnimEvaluator/GetIsRotateDisabled.html"><CODE>GetIsRotateDisabled</CODE></a>
162            </th>
163            <td>Gets a value indicating whether rotation animation is disabled.</td>
164          </tr>
165          <tr>
166            <td width="100">  </td>
167            <th>
168              <a href="../../../nw/gfx/TransformAnimEvaluator/SetIsRotateDisabled.html"><CODE>SetIsRotateDisabled</CODE></a>
169            </th>
170            <td>Sets a value indicating whether rotation animation is disabled.</td>
171          </tr>
172          <tr>
173            <td width="100">  </td>
174            <th>
175              <a href="../../../nw/gfx/TransformAnimEvaluator/GetIsTranslateDisabled.html"><CODE>GetIsTranslateDisabled</CODE></a>
176            </th>
177            <td>Gets a value indicating whether translation animation is disabled.</td>
178          </tr>
179          <tr>
180            <td width="100">  </td>
181            <th>
182              <a href="../../../nw/gfx/TransformAnimEvaluator/SetIsTranslateDisabled.html"><CODE>SetIsTranslateDisabled</CODE></a>
183            </th>
184            <td>Sets a value indicating whether translation animation is disabled.</td>
185          </tr>
186          <tr>
187            <td width="100"> <span class="virtual_style" title="virtual">V</span>
188            </td>
189            <th>
190              <a href="../../../nw/gfx/TransformAnimEvaluator/HasMemberAnim.html"><CODE>HasMemberAnim</CODE></a>
191            </th>
192            <td>Gets a value indicating whether there are any animations bound to the member.</td>
193          </tr>
194          <tr>
195            <td width="100">  </td>
196            <th>
197              <a href="../../../nw/gfx/BaseAnimEvaluator/GetUserData.html"><CODE>GetUserData</CODE></a>
198            </th>
199            <td>Gets the user data.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
200          </tr>
201          <tr>
202            <td width="100">  </td>
203            <th>
204              <a href="../../../nw/gfx/BaseAnimEvaluator/SetUserData.html">SetUserData</a>
205            </th>
206            <td>Sets the user data.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
207          </tr>
208          <tr>
209            <td width="100">  </td>
210            <th>
211              <a href="../../../nw/gfx/BaseAnimEvaluator/BindIndexTable.html"><CODE>BindIndexTable</CODE></a>
212            </th>
213            <td>Gets a conversion table for converting from a ResAnimGroupMember index to a ResMemberAnim index.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
214          </tr>
215          <tr>
216            <td width="100">  </td>
217            <th>
218              <a href="../../../nw/gfx/BaseAnimEvaluator/ReverseBindIndexTable.html">ReverseBindIndexTable</a>
219            </th>
220            <td>Gets a converstion table for converting from a ResMemberAnim index to a ResAnimGroupMember index.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
221          </tr>
222          <tr>
223            <td width="100">  </td>
224            <th>
225              <a href="../../../nw/gfx/BaseAnimEvaluator/GetAnimData.html"><CODE>GetAnimData</CODE></a>
226            </th>
227            <td>Gets animation data.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
228          </tr>
229          <tr>
230            <td width="100">  </td>
231            <th>
232              <a href="../../../nw/gfx/AnimObject/GetAnimGroup.html"><CODE>GetAnimGroup</CODE></a>
233            </th>
234            <td>Gets the animation group.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td>
235          </tr>
236          <tr>
237            <td width="100">  </td>
238            <th>
239              <a href="../../../nw/gfx/AnimObject/SetAnimGroup.html"><CODE>SetAnimGroup</CODE></a>
240            </th>
241            <td>Sets the animation group.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td>
242          </tr>
243          <tr>
244            <th class="category" colspan="3">Cache</th>
245          </tr>
246          <tr>
247            <td width="100">  </td>
248            <th>
249              <a href="../../../nw/gfx/TransformAnimEvaluator/UpdateCacheNonVirtual.html">UpdateCacheNonVirtual</a>
250            </th>
251            <td>:private</td>
252          </tr>
253          <tr>
254            <td width="100"> <span class="virtual_style" title="virtual">V</span>
255            </td>
256            <th>
257              <a href="../../../nw/gfx/TransformAnimEvaluator/UpdateCache.html"><CODE>UpdateCache</CODE></a>
258            </th>
259            <td>Updates the internal cache within the animation evaluation results if it is out of date.</td>
260          </tr>
261          <tr>
262            <td width="100"> <span class="virtual_style" title="virtual">V</span>
263            </td>
264            <th>
265              <a href="../../../nw/gfx/TransformAnimEvaluator/GetCacheBufferSizeNeeded.html"><CODE>GetCacheBufferSizeNeeded</CODE></a>
266            </th>
267            <td>Gets the size (in bytes) required for the cache buffer.</td>
268          </tr>
269          <tr>
270            <td width="100"> <span class="virtual_style" title="virtual">V</span>
271            </td>
272            <th>
273              <a href="../../../nw/gfx/TransformAnimEvaluator/GetCacheBuffer.html"><CODE>GetCacheBuffer</CODE></a>
274            </th>
275            <td>Gets the cache buffer.</td>
276          </tr>
277          <tr>
278            <td width="100"> <span class="virtual_style" title="virtual">V</span>
279            </td>
280            <th>
281              <a href="../../../nw/gfx/TransformAnimEvaluator/SetCacheBuffer.html"><CODE>SetCacheBuffer</CODE></a>
282            </th>
283            <td>Sets the cache buffer. The cache buffer specified by this function will not be freed by the destructor.</td>
284          </tr>
285          <tr>
286            <td width="100">
287              <span class="static_style" title="static">S</span> </td>
288            <th>
289              <a href="../../../nw/gfx/TransformAnimEvaluator/DisableSRTWeightsIfNeeded.html">DisableSRTWeightsIfNeeded</a>
290            </th>
291            <td>Disables the weight of each SRT if necessary. </td>
292          </tr>
293          <tr>
294            <td width="100">
295              <span class="static_style" title="static">S</span> </td>
296            <th>
297              <a href="../../../nw/gfx/TransformAnimEvaluator/CheckWeightsNearlyZero.html">CheckWeightsNearlyZero</a>
298            </th>
299            <td>Determines if all weights for each SRT are zero.</td>
300          </tr>
301          <tr>
302            <th class="category" colspan="3">Frame Control</th>
303          </tr>
304          <tr>
305            <td width="100">  </td>
306            <th>
307              <a href="../../../nw/gfx/BaseAnimEvaluator/GetFrame.html">GetFrame</a>
308            </th>
309            <td>Gets a frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
310          </tr>
311          <tr>
312            <td width="100">  </td>
313            <th>
314              <a href="../../../nw/gfx/BaseAnimEvaluator/SetFrame.html">SetFrame</a>
315            </th>
316            <td>Sets a frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
317          </tr>
318          <tr>
319            <td width="100">  </td>
320            <th>
321              <a href="../../../nw/gfx/BaseAnimEvaluator/ResetFrame.html"><CODE>ResetFrame</CODE></a>
322            </th>
323            <td>Resets the frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
324          </tr>
325          <tr>
326            <td width="100">  </td>
327            <th>
328              <a href="../../../nw/gfx/BaseAnimEvaluator/GetStepFrame.html"><CODE>GetStepFrame</CODE></a>
329            </th>
330            <td>Gets the frame step (the amount of increase per frame).(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
331          </tr>
332          <tr>
333            <td width="100">  </td>
334            <th>
335              <a href="../../../nw/gfx/BaseAnimEvaluator/SetStepFrame.html"><CODE>SetStepFrame</CODE></a>
336            </th>
337            <td>Sets the frame's step.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
338          </tr>
339          <tr>
340            <td width="100">  </td>
341            <th>
342              <a href="../../../nw/gfx/BaseAnimEvaluator/GetStartFrame.html">GetStartFrame</a>
343            </th>
344            <td>Gets the starting frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
345          </tr>
346          <tr>
347            <td width="100">  </td>
348            <th>
349              <a href="../../../nw/gfx/BaseAnimEvaluator/SetStartFrame.html">SetStartFrame</a>
350            </th>
351            <td>Sets the start frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
352          </tr>
353          <tr>
354            <td width="100">  </td>
355            <th>
356              <a href="../../../nw/gfx/BaseAnimEvaluator/GetEndFrame.html">GetEndFrame</a>
357            </th>
358            <td>Gets the end frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
359          </tr>
360          <tr>
361            <td width="100">  </td>
362            <th>
363              <a href="../../../nw/gfx/BaseAnimEvaluator/SetEndFrame.html">SetEndFrame</a>
364            </th>
365            <td>Sets the end frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
366          </tr>
367          <tr>
368            <td width="100">  </td>
369            <th>
370              <a href="../../../nw/gfx/BaseAnimEvaluator/GetPlayPolicy.html">GetPlayPolicy</a>
371            </th>
372            <td>Gets the animation playback method.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
373          </tr>
374          <tr>
375            <td width="100">  </td>
376            <th>
377              <a href="../../../nw/gfx/BaseAnimEvaluator/SetPlayPolicy.html">SetPlayPolicy</a>
378            </th>
379            <td>Sets the animation playback method.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
380          </tr>
381          <tr>
382            <td width="100">  </td>
383            <th>
384              <a href="../../../nw/gfx/BaseAnimEvaluator/AnimFrameController.html"><CODE>AnimFrameController</CODE></a>
385            </th>
386            <td>Gets the animation frame control information.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
387          </tr>
388          <tr>
389            <th class="category" colspan="3">Create/Destroy</th>
390          </tr>
391          <tr>
392            <td width="100">  </td>
393            <th>
394              <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a>
395            </th>
396            <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.)</td>
397          </tr> </table>
398      </div>
399    </a>
400    <h2>Class Hierarchy</h2>
401    <div class="section">
402      <p class="hierarchy"><a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a><br />  <a href="../../../nw/gfx/AnimObject/Overview.html">nw::gfx::AnimObject</a><br />    <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html">nw::gfx::BaseAnimEvaluator</a><br />      <b>nw::gfx::TransformAnimEvaluator</b>
403      </p>
404    </div>
405  <hr><p>CONFIDENTIAL</p></body>
406</html>
407