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::AnimObject</title> 51 </head> 52 <body> 53 <h1><CODE>nw::gfx::AnimObject</CODE> Class</h1> 54 <h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">class AnimObject : 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 evaluation. Because this is an abstract class, it cannot be instantiated.</p><p>This class abstracts operations such as advancing the frame and getting values for each frame. There are derived classes such as <a href="../../../nw/gfx/AnimEvaluator/Overview.html">AnimEvaluator</a> for evaluating a single animation and <a href="../../../nw/gfx/AnimBlender/Overview.html">AnimBlender</a> for blending multiple animations.</p></div> 61 <a name="function" id="function"> 62 <h2>Member Functions</h2> 63 <div class="section"> 64 <table class="members"> 65 <tr> 66 <th class="category" colspan="3">Constructors and Destructors</th> 67 </tr> 68 <tr> 69 <td width="100"> </td> 70 <th> 71 <a href="../../../nw/gfx/AnimObject/AnimObject.html"><CODE>AnimObject</CODE></a> 72 </th> 73 <td>Constructor.</td> 74 </tr> 75 <tr> 76 <td width="100"> <span class="virtual_style" title="virtual">V</span> 77 </td> 78 <th> 79 <a href="../../../nw/gfx/AnimObject/~AnimObject.html"><CODE>~AnimObject</CODE></a> 80 </th> 81 <td>Destructor.</td> 82 </tr> 83 <tr> 84 <th class="category" colspan="3">Basic Operations</th> 85 </tr> 86 <tr> 87 <td width="100"> </td> 88 <th> 89 <a href="../../../nw/gfx/AnimObject/Bind.html"><CODE>Bind</CODE></a> 90 </th> 91 <td>Binds animations.</td> 92 </tr> 93 <tr> 94 <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 95 </td> 96 <th> 97 <a href="../../../nw/gfx/AnimObject/TryBind.html">TryBind</a> 98 </th> 99 <td>Binds animations.</td> 100 </tr> 101 <tr> 102 <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 103 </td> 104 <th> 105 <a href="../../../nw/gfx/AnimObject/Release.html"><CODE>Release</CODE></a> 106 </th> 107 <td>Clears a bound animation.</td> 108 </tr> 109 <tr> 110 <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 111 </td> 112 <th> 113 <a href="../../../nw/gfx/AnimObject/UpdateFrame.html">UpdateFrame</a> 114 </th> 115 <td>Updates frames.</td> 116 </tr> 117 <tr> 118 <th class="category" colspan="3">Evaluation</th> 119 </tr> 120 <tr> 121 <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 122 </td> 123 <th> 124 <a href="../../../nw/gfx/AnimObject/GetResult.html"><CODE>GetResult</CODE></a> 125 </th> 126 <td>Gets the animation result for a given member.</td> 127 </tr> 128 <tr> 129 <th class="category" colspan="3">Set/Get</th> 130 </tr> 131 <tr> 132 <td width="100"> </td> 133 <th> 134 <a href="../../../nw/gfx/AnimObject/GetAnimGroup.html"><CODE>GetAnimGroup</CODE></a> 135 </th> 136 <td>Gets the animation group.</td> 137 </tr> 138 <tr> 139 <td width="100"> </td> 140 <th> 141 <a href="../../../nw/gfx/AnimObject/SetAnimGroup.html"><CODE>SetAnimGroup</CODE></a> 142 </th> 143 <td>Sets the animation group.</td> 144 </tr> 145 <tr> 146 <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 147 </td> 148 <th> 149 <a href="../../../nw/gfx/AnimObject/HasMemberAnim.html"><CODE>HasMemberAnim</CODE></a> 150 </th> 151 <td>Gets a value indicating whether there are any animations bound to the member.</td> 152 </tr> 153 <tr> 154 <th class="category" colspan="3">Cache</th> 155 </tr> 156 <tr> 157 <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 158 </td> 159 <th> 160 <a href="../../../nw/gfx/AnimObject/UpdateCache.html"><CODE>UpdateCache</CODE></a> 161 </th> 162 <td>Updates the internal cache within the animation evaluation results if it is out of date.</td> 163 </tr> 164 <tr> 165 <th class="category" colspan="3">Create/Destroy</th> 166 </tr> 167 <tr> 168 <td width="100"> </td> 169 <th> 170 <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a> 171 </th> 172 <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.</td> 173 </tr> </table> 174 </div> 175 </a> 176 <h2>Class Hierarchy</h2> 177 <div class="section"> 178 <p class="hierarchy"><a href="../../../nw/gfx/GfxObject/Overview.html">nw::gfx::GfxObject</a><br /> <b>nw::gfx::AnimObject</b> 179 </p> 180 </div> 181 <hr><p>CONFIDENTIAL</p></body> 182</html>