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::AnimEvaluator</title> 51 </head> 52 <body> 53 <h1><CODE>nw::gfx::AnimEvaluator</CODE> Class</h1> 54 <h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">class AnimEvaluator : public <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html">nw::gfx::BaseAnimEvaluator</a></pre> 57 </div> 58 <h2>Description</h2> 59 <div class="section"> 60 <p>Class for evaluating general-purpose animations.</p><p>Stores animation data and evaluates the function curve.</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/AnimEvaluator/Builder/Overview.html"><CODE>nw::gfx::AnimEvaluator::Builder</CODE></a> 68 </th> 69 <td>Class for building general-purpose animation evaluators.</td> 70 </tr> </table> 71 </div> 72 </a> <a name="function" id="function"> 73 <h2>Member Functions</h2> 74 <div class="section"> 75 <table class="members"> 76 <tr> 77 <th class="category" colspan="3">Basic Operations</th> 78 </tr> 79 <tr> 80 <td width="100"> <span class="virtual_style" title="virtual">V</span> 81 </td> 82 <th> 83 <a href="../../../nw/gfx/AnimEvaluator/ChangeAnim.html">ChangeAnim</a> 84 </th> 85 <td>Changes animations.</td> 86 </tr> 87 <tr> 88 <td width="100"> <span class="virtual_style" title="virtual">V</span> 89 </td> 90 <th> 91 <a href="../../../nw/gfx/AnimEvaluator/TryBind.html">TryBind</a> 92 </th> 93 <td>Binds animations.</td> 94 </tr> 95 <tr> 96 <td width="100"> <span class="virtual_style" title="virtual">V</span> 97 </td> 98 <th> 99 <a href="../../../nw/gfx/AnimEvaluator/Release.html"><CODE>Release</CODE></a> 100 </th> 101 <td>Clears a bound animation.</td> 102 </tr> 103 <tr> 104 <td width="100"> <span class="virtual_style" title="virtual">V</span> 105 </td> 106 <th> 107 <a href="../../../nw/gfx/AnimEvaluator/UpdateFrame.html">UpdateFrame</a> 108 </th> 109 <td>Updates frames.</td> 110 </tr> 111 <tr> 112 <td width="100"> </td> 113 <th> 114 <a href="../../../nw/gfx/BaseAnimEvaluator/Reset.html">Reset</a> 115 </th> 116 <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> 117 </tr> 118 <tr> 119 <td width="100"> </td> 120 <th> 121 <a href="../../../nw/gfx/BaseAnimEvaluator/ResetMember.html">ResetMember</a> 122 </th> 123 <td>Resets the specified member to its state when created.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 124 </tr> 125 <tr> 126 <td width="100"> </td> 127 <th> 128 <a href="../../../nw/gfx/AnimObject/Bind.html"><CODE>Bind</CODE></a> 129 </th> 130 <td>Binds animations.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td> 131 </tr> 132 <tr> 133 <th class="category" colspan="3">Evaluation</th> 134 </tr> 135 <tr> 136 <td width="100"> <span class="virtual_style" title="virtual">V</span> 137 </td> 138 <th> 139 <a href="../../../nw/gfx/AnimEvaluator/GetResult.html"><CODE>GetResult</CODE></a> 140 </th> 141 <td>Gets the animation result for a given member.</td> 142 </tr> 143 <tr> 144 <th class="category" colspan="3">Set/Get</th> 145 </tr> 146 <tr> 147 <td width="100"> <span class="virtual_style" title="virtual">V</span> 148 </td> 149 <th> 150 <a href="../../../nw/gfx/AnimEvaluator/HasMemberAnim.html"><CODE>HasMemberAnim</CODE></a> 151 </th> 152 <td>Gets a value indicating whether there are any animations bound to the member.</td> 153 </tr> 154 <tr> 155 <td width="100"> </td> 156 <th> 157 <a href="../../../nw/gfx/BaseAnimEvaluator/GetUserData.html">GetUserData</a> 158 </th> 159 <td>Gets the user data.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 160 </tr> 161 <tr> 162 <td width="100"> </td> 163 <th> 164 <a href="../../../nw/gfx/BaseAnimEvaluator/SetUserData.html">SetUserData</a> 165 </th> 166 <td>Sets the user data.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 167 </tr> 168 <tr> 169 <td width="100"> </td> 170 <th> 171 <a href="../../../nw/gfx/BaseAnimEvaluator/BindIndexTable.html"><CODE>BindIndexTable</CODE></a> 172 </th> 173 <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> 174 </tr> 175 <tr> 176 <td width="100"> </td> 177 <th> 178 <a href="../../../nw/gfx/BaseAnimEvaluator/ReverseBindIndexTable.html">ReverseBindIndexTable</a> 179 </th> 180 <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> 181 </tr> 182 <tr> 183 <td width="100"> </td> 184 <th> 185 <a href="../../../nw/gfx/BaseAnimEvaluator/GetAnimData.html"><CODE>GetAnimData</CODE></a> 186 </th> 187 <td>Gets animation data.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 188 </tr> 189 <tr> 190 <td width="100"> </td> 191 <th> 192 <a href="../../../nw/gfx/AnimObject/GetAnimGroup.html"><CODE>GetAnimGroup</CODE></a> 193 </th> 194 <td>Gets the animation group.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td> 195 </tr> 196 <tr> 197 <td width="100"> </td> 198 <th> 199 <a href="../../../nw/gfx/AnimObject/SetAnimGroup.html"><CODE>SetAnimGroup</CODE></a> 200 </th> 201 <td>Sets the animation group.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td> 202 </tr> 203 <tr> 204 <th class="category" colspan="3">Cache</th> 205 </tr> 206 <tr> 207 <td width="100"> <span class="virtual_style" title="virtual">V</span> 208 </td> 209 <th> 210 <a href="../../../nw/gfx/AnimEvaluator/UpdateCache.html"><CODE>UpdateCache</CODE></a> 211 </th> 212 <td>Updates the internal cache within the animation evaluation results if it is out of date.</td> 213 </tr> 214 <tr> 215 <td width="100"> <span class="virtual_style" title="virtual">V</span> 216 </td> 217 <th> 218 <a href="../../../nw/gfx/AnimEvaluator/GetCacheBufferSizeNeeded.html"><CODE>GetCacheBufferSizeNeeded</CODE></a> 219 </th> 220 <td> 221 </td> 222 </tr> 223 <tr> 224 <td width="100"> <span class="virtual_style" title="virtual">V</span> 225 </td> 226 <th> 227 <a href="../../../nw/gfx/AnimEvaluator/GetCacheBuffer.html"><CODE>GetCacheBuffer</CODE></a> 228 </th> 229 <td>Gets the cache buffer.</td> 230 </tr> 231 <tr> 232 <td width="100"> <span class="virtual_style" title="virtual">V</span> 233 </td> 234 <th> 235 <a href="../../../nw/gfx/AnimEvaluator/SetCacheBuffer.html"><CODE>SetCacheBuffer</CODE></a> 236 </th> 237 <td>Sets the cache buffer. The cache buffer specified by this function will not be freed by the destructor.</td> 238 </tr> 239 <tr> 240 <th class="category" colspan="3">Frame Control</th> 241 </tr> 242 <tr> 243 <td width="100"> </td> 244 <th> 245 <a href="../../../nw/gfx/BaseAnimEvaluator/GetFrame.html">GetFrame</a> 246 </th> 247 <td>Gets a frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 248 </tr> 249 <tr> 250 <td width="100"> </td> 251 <th> 252 <a href="../../../nw/gfx/BaseAnimEvaluator/SetFrame.html">SetFrame</a> 253 </th> 254 <td>Sets a frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 255 </tr> 256 <tr> 257 <td width="100"> </td> 258 <th> 259 <a href="../../../nw/gfx/BaseAnimEvaluator/ResetFrame.html">ResetFrame</a> 260 </th> 261 <td>Resets the frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 262 </tr> 263 <tr> 264 <td width="100"> </td> 265 <th> 266 <a href="../../../nw/gfx/BaseAnimEvaluator/GetStepFrame.html"><CODE>GetStepFrame</CODE></a> 267 </th> 268 <td>Gets an updated frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 269 </tr> 270 <tr> 271 <td width="100"> </td> 272 <th> 273 <a href="../../../nw/gfx/BaseAnimEvaluator/SetStepFrame.html"><CODE>SetStepFrame</CODE></a> 274 </th> 275 <td>Sets an updated frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 276 </tr> 277 <tr> 278 <td width="100"> </td> 279 <th> 280 <a href="../../../nw/gfx/BaseAnimEvaluator/GetStartFrame.html">GetStartFrame</a> 281 </th> 282 <td>Gets the starting frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 283 </tr> 284 <tr> 285 <td width="100"> </td> 286 <th> 287 <a href="../../../nw/gfx/BaseAnimEvaluator/SetStartFrame.html">SetStartFrame</a> 288 </th> 289 <td>Sets the start frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 290 </tr> 291 <tr> 292 <td width="100"> </td> 293 <th> 294 <a href="../../../nw/gfx/BaseAnimEvaluator/GetEndFrame.html">GetEndFrame</a> 295 </th> 296 <td>Gets the end frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 297 </tr> 298 <tr> 299 <td width="100"> </td> 300 <th> 301 <a href="../../../nw/gfx/BaseAnimEvaluator/SetEndFrame.html">SetEndFrame</a> 302 </th> 303 <td>Sets the end frame.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 304 </tr> 305 <tr> 306 <td width="100"> </td> 307 <th> 308 <a href="../../../nw/gfx/BaseAnimEvaluator/GetPlayPolicy.html">GetPlayPolicy</a> 309 </th> 310 <td>Gets the animation playback method.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 311 </tr> 312 <tr> 313 <td width="100"> </td> 314 <th> 315 <a href="../../../nw/gfx/BaseAnimEvaluator/SetPlayPolicy.html">SetPlayPolicy</a> 316 </th> 317 <td>Sets the animation playback method.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 318 </tr> 319 <tr> 320 <td width="100"> </td> 321 <th> 322 <a href="../../../nw/gfx/BaseAnimEvaluator/AnimFrameController.html"><CODE>AnimFrameController</CODE></a> 323 </th> 324 <td>Gets the animation frame control information.(Inherited from <a href="../../../nw/gfx/BaseAnimEvaluator/Overview.html"><CODE>BaseAnimEvaluator</CODE></a>.</td> 325 </tr> 326 <tr> 327 <th class="category" colspan="3">Create/Destroy</th> 328 </tr> 329 <tr> 330 <td width="100"> </td> 331 <th> 332 <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a> 333 </th> 334 <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.</td> 335 </tr> </table> 336 </div> 337 </a> 338 <h2>Class Hierarchy</h2> 339 <div class="section"> 340 <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> 341 </p> 342 </div> 343 <hr><p>CONFIDENTIAL</p></body> 344</html>