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::AnimEvaluator</title>
49  </head>
50  <body>
51    <h1><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/gfx/Overview.html">gfx</a>::AnimEvaluator Class</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">class AnimEvaluator : 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 general-purpose 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/AnimEvaluator/Builder/Overview.html"><CODE>nw::gfx::AnimEvaluator::Builder</CODE></a>
66            </th>
67            <td>Class for building general-purpose 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/AnimEvaluator/ChangeAnim.html">ChangeAnim</a>
82            </th>
83            <td>Changes 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/AnimEvaluator/TryBind.html">TryBind</a>
90            </th>
91            <td>Binds 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/AnimEvaluator/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/AnimEvaluator/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/AnimEvaluator/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"> <span class="virtual_style" title="virtual">V</span>
146            </td>
147            <th>
148              <a href="../../../nw/gfx/AnimEvaluator/HasMemberAnim.html"><CODE>HasMemberAnim</CODE></a>
149            </th>
150            <td>Gets a value indicating whether there are any animations bound to the member.</td>
151          </tr>
152          <tr>
153            <td width="100">  </td>
154            <th>
155              <a href="../../../nw/gfx/BaseAnimEvaluator/GetUserData.html"><CODE>GetUserData</CODE></a>
156            </th>
157            <td>Gets the user data.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
158          </tr>
159          <tr>
160            <td width="100">  </td>
161            <th>
162              <a href="../../../nw/gfx/BaseAnimEvaluator/SetUserData.html">SetUserData</a>
163            </th>
164            <td>Sets the user data.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
165          </tr>
166          <tr>
167            <td width="100">  </td>
168            <th>
169              <a href="../../../nw/gfx/BaseAnimEvaluator/BindIndexTable.html"><CODE>BindIndexTable</CODE></a>
170            </th>
171            <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>
172          </tr>
173          <tr>
174            <td width="100">  </td>
175            <th>
176              <a href="../../../nw/gfx/BaseAnimEvaluator/ReverseBindIndexTable.html">ReverseBindIndexTable</a>
177            </th>
178            <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>
179          </tr>
180          <tr>
181            <td width="100">  </td>
182            <th>
183              <a href="../../../nw/gfx/BaseAnimEvaluator/GetAnimData.html"><CODE>GetAnimData</CODE></a>
184            </th>
185            <td>Gets animation data.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
186          </tr>
187          <tr>
188            <td width="100">  </td>
189            <th>
190              <a href="../../../nw/gfx/AnimObject/GetAnimGroup.html"><CODE>GetAnimGroup</CODE></a>
191            </th>
192            <td>Gets the animation group.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td>
193          </tr>
194          <tr>
195            <td width="100">  </td>
196            <th>
197              <a href="../../../nw/gfx/AnimObject/SetAnimGroup.html"><CODE>SetAnimGroup</CODE></a>
198            </th>
199            <td>Sets the animation group.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td>
200          </tr>
201          <tr>
202            <th class="category" colspan="3">Cache</th>
203          </tr>
204          <tr>
205            <td width="100"> <span class="virtual_style" title="virtual">V</span>
206            </td>
207            <th>
208              <a href="../../../nw/gfx/AnimEvaluator/UpdateCache.html"><CODE>UpdateCache</CODE></a>
209            </th>
210            <td>Updates the internal cache within the animation evaluation results if it is out of date.</td>
211          </tr>
212          <tr>
213            <td width="100">  </td>
214            <th>
215              <a href="../../../nw/gfx/AnimEvaluator/UpdateCacheNonVirtual.html">UpdateCacheNonVirtual</a>
216            </th>
217            <td>:private</td>
218          </tr>
219          <tr>
220            <td width="100"> <span class="virtual_style" title="virtual">V</span>
221            </td>
222            <th>
223              <a href="../../../nw/gfx/AnimEvaluator/GetCacheBufferSizeNeeded.html"><CODE>GetCacheBufferSizeNeeded</CODE></a>
224            </th>
225            <td>
226        </td>
227          </tr>
228          <tr>
229            <td width="100"> <span class="virtual_style" title="virtual">V</span>
230            </td>
231            <th>
232              <a href="../../../nw/gfx/AnimEvaluator/GetCacheBuffer.html"><CODE>GetCacheBuffer</CODE></a>
233            </th>
234            <td>Gets the cache buffer.</td>
235          </tr>
236          <tr>
237            <td width="100"> <span class="virtual_style" title="virtual">V</span>
238            </td>
239            <th>
240              <a href="../../../nw/gfx/AnimEvaluator/SetCacheBuffer.html"><CODE>SetCacheBuffer</CODE></a>
241            </th>
242            <td>Sets the cache buffer. The cache buffer specified by this function will not be freed by the destructor.</td>
243          </tr>
244          <tr>
245            <th class="category" colspan="3">Frame Control</th>
246          </tr>
247          <tr>
248            <td width="100">  </td>
249            <th>
250              <a href="../../../nw/gfx/BaseAnimEvaluator/GetFrame.html">GetFrame</a>
251            </th>
252            <td>Gets a frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
253          </tr>
254          <tr>
255            <td width="100">  </td>
256            <th>
257              <a href="../../../nw/gfx/BaseAnimEvaluator/SetFrame.html">SetFrame</a>
258            </th>
259            <td>Sets a frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
260          </tr>
261          <tr>
262            <td width="100">  </td>
263            <th>
264              <a href="../../../nw/gfx/BaseAnimEvaluator/ResetFrame.html"><CODE>ResetFrame</CODE></a>
265            </th>
266            <td>Resets the frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
267          </tr>
268          <tr>
269            <td width="100">  </td>
270            <th>
271              <a href="../../../nw/gfx/BaseAnimEvaluator/GetStepFrame.html"><CODE>GetStepFrame</CODE></a>
272            </th>
273            <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>
274          </tr>
275          <tr>
276            <td width="100">  </td>
277            <th>
278              <a href="../../../nw/gfx/BaseAnimEvaluator/SetStepFrame.html"><CODE>SetStepFrame</CODE></a>
279            </th>
280            <td>Sets the frame's step.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
281          </tr>
282          <tr>
283            <td width="100">  </td>
284            <th>
285              <a href="../../../nw/gfx/BaseAnimEvaluator/GetStartFrame.html">GetStartFrame</a>
286            </th>
287            <td>Gets the starting frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
288          </tr>
289          <tr>
290            <td width="100">  </td>
291            <th>
292              <a href="../../../nw/gfx/BaseAnimEvaluator/SetStartFrame.html">SetStartFrame</a>
293            </th>
294            <td>Sets the start frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
295          </tr>
296          <tr>
297            <td width="100">  </td>
298            <th>
299              <a href="../../../nw/gfx/BaseAnimEvaluator/GetEndFrame.html">GetEndFrame</a>
300            </th>
301            <td>Gets the end frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
302          </tr>
303          <tr>
304            <td width="100">  </td>
305            <th>
306              <a href="../../../nw/gfx/BaseAnimEvaluator/SetEndFrame.html">SetEndFrame</a>
307            </th>
308            <td>Sets the end frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
309          </tr>
310          <tr>
311            <td width="100">  </td>
312            <th>
313              <a href="../../../nw/gfx/BaseAnimEvaluator/GetPlayPolicy.html">GetPlayPolicy</a>
314            </th>
315            <td>Gets the animation playback method.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
316          </tr>
317          <tr>
318            <td width="100">  </td>
319            <th>
320              <a href="../../../nw/gfx/BaseAnimEvaluator/SetPlayPolicy.html">SetPlayPolicy</a>
321            </th>
322            <td>Sets the animation playback method.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
323          </tr>
324          <tr>
325            <td width="100">  </td>
326            <th>
327              <a href="../../../nw/gfx/BaseAnimEvaluator/AnimFrameController.html"><CODE>AnimFrameController</CODE></a>
328            </th>
329            <td>Gets the animation frame control information.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td>
330          </tr>
331          <tr>
332            <th class="category" colspan="3">Create/Destroy</th>
333          </tr>
334          <tr>
335            <td width="100">  </td>
336            <th>
337              <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a>
338            </th>
339            <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.)</td>
340          </tr> </table>
341      </div>
342    </a>
343    <h2>Class Hierarchy</h2>
344    <div class="section">
345      <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::AnimEvaluator</b>
346      </p>
347    </div>
348  <hr><p>CONFIDENTIAL</p></body>
349</html>
350