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">UpdateFrame</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"><CODE>Reset</CODE></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 transaltion 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 converstion 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            <th class="category" colspan="3">Frame Control</th>
287          </tr>
288          <tr>
289            <td width="100">  </td>
290            <th>
291              <a href="../../../nw/gfx/BaseAnimEvaluator/GetFrame.html">GetFrame</a>
292            </th>
293            <td>Gets a frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
294          </tr>
295          <tr>
296            <td width="100">  </td>
297            <th>
298              <a href="../../../nw/gfx/BaseAnimEvaluator/SetFrame.html">SetFrame</a>
299            </th>
300            <td>Sets a frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
301          </tr>
302          <tr>
303            <td width="100">  </td>
304            <th>
305              <a href="../../../nw/gfx/BaseAnimEvaluator/ResetFrame.html"><CODE>ResetFrame</CODE></a>
306            </th>
307            <td>Resets the frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
308          </tr>
309          <tr>
310            <td width="100">  </td>
311            <th>
312              <a href="../../../nw/gfx/BaseAnimEvaluator/GetStepFrame.html"><CODE>GetStepFrame</CODE></a>
313            </th>
314            <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>
315          </tr>
316          <tr>
317            <td width="100">  </td>
318            <th>
319              <a href="../../../nw/gfx/BaseAnimEvaluator/SetStepFrame.html"><CODE>SetStepFrame</CODE></a>
320            </th>
321            <td>Sets the frame's step.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
322          </tr>
323          <tr>
324            <td width="100">  </td>
325            <th>
326              <a href="../../../nw/gfx/BaseAnimEvaluator/GetStartFrame.html">GetStartFrame</a>
327            </th>
328            <td>Gets the starting frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
329          </tr>
330          <tr>
331            <td width="100">  </td>
332            <th>
333              <a href="../../../nw/gfx/BaseAnimEvaluator/SetStartFrame.html">SetStartFrame</a>
334            </th>
335            <td>Sets the start frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
336          </tr>
337          <tr>
338            <td width="100">  </td>
339            <th>
340              <a href="../../../nw/gfx/BaseAnimEvaluator/GetEndFrame.html">GetEndFrame</a>
341            </th>
342            <td>Gets the end frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
343          </tr>
344          <tr>
345            <td width="100">  </td>
346            <th>
347              <a href="../../../nw/gfx/BaseAnimEvaluator/SetEndFrame.html">SetEndFrame</a>
348            </th>
349            <td>Sets the end frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
350          </tr>
351          <tr>
352            <td width="100">  </td>
353            <th>
354              <a href="../../../nw/gfx/BaseAnimEvaluator/GetPlayPolicy.html">GetPlayPolicy</a>
355            </th>
356            <td>Gets the animation playback method.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
357          </tr>
358          <tr>
359            <td width="100">  </td>
360            <th>
361              <a href="../../../nw/gfx/BaseAnimEvaluator/SetPlayPolicy.html">SetPlayPolicy</a>
362            </th>
363            <td>Sets the animation playback method.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
364          </tr>
365          <tr>
366            <td width="100">  </td>
367            <th>
368              <a href="../../../nw/gfx/BaseAnimEvaluator/AnimFrameController.html"><CODE>AnimFrameController</CODE></a>
369            </th>
370            <td>Gets the animation frame control information.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
371          </tr>
372          <tr>
373            <th class="category" colspan="3">Create/Destroy</th>
374          </tr>
375          <tr>
376            <td width="100">  </td>
377            <th>
378              <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a>
379            </th>
380            <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.)</td>
381          </tr> </table>
382      </div>
383    </a>
384    <h2>Class Hierarchy</h2>
385    <div class="section">
386      <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>
387      </p>
388    </div>
389  <hr><p>CONFIDENTIAL</p></body>
390</html>
391