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::AnimBlender</title> 51 </head> 52 <body> 53 <h1><CODE>nw::gfx::AnimBlender</CODE> Class</h1> 54 <h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">class AnimBlender : public <a href="../../../nw/gfx/AnimObject/Overview.html">nw::gfx::AnimObject</a></pre> 57 </div> 58 <h2>Description</h2> 59 <div class="section"> 60 <p>Base class for general-purpose animation blending. Because this is an abstract class, it cannot be instantiated.</p><p><a href="../../../nw/gfx/AnimBlender/Overview.html"><CODE>AnimBlender</CODE></a> blends the animation evaluation results of multiple <a href="../../../nw/gfx/AnimEvaluator/Overview.html"><CODE>AnimEvaluator</CODE></a> objects. <a href="../../../nw/gfx/AnimBlender/Overview.html">AnimBlender</a> can also blend the animation evaluation results of <a href="../../../nw/gfx/AnimBlender/Overview.html">AnimBlender</a> objects.</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/AnimBlender/AnimBlender.html"><CODE>AnimBlender</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/AnimBlender/~AnimBlender.html"><CODE>~AnimBlender</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"> <span class="virtual_style" title="virtual">V</span> 88 </td> 89 <th> 90 <a href="../../../nw/gfx/AnimBlender/TryBind.html">TryBind</a> 91 </th> 92 <td>Binds animations.</td> 93 </tr> 94 <tr> 95 <td width="100"> <span class="virtual_style" title="virtual">V</span> 96 </td> 97 <th> 98 <a href="../../../nw/gfx/AnimBlender/Release.html"><CODE>Release</CODE></a> 99 </th> 100 <td>Clears a bound animation.</td> 101 </tr> 102 <tr> 103 <td width="100"> <span class="virtual_style" title="virtual">V</span> 104 </td> 105 <th> 106 <a href="../../../nw/gfx/AnimBlender/UpdateFrame.html">UpdateFrame</a> 107 </th> 108 <td>Updates frames.</td> 109 </tr> 110 <tr> 111 <td width="100"> </td> 112 <th> 113 <a href="../../../nw/gfx/AnimObject/Bind.html"><CODE>Bind</CODE></a> 114 </th> 115 <td>Binds animations.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td> 116 </tr> 117 <tr> 118 <th class="category" colspan="3">Set/Get</th> 119 </tr> 120 <tr> 121 <td width="100"> <span class="virtual_style" title="virtual">V</span> 122 </td> 123 <th> 124 <a href="../../../nw/gfx/AnimBlender/HasMemberAnim.html"><CODE>HasMemberAnim</CODE></a> 125 </th> 126 <td>Gets a value indicating whether there are any animations bound to the member.</td> 127 </tr> 128 <tr> 129 <td width="100"> </td> 130 <th> 131 <a href="../../../nw/gfx/AnimObject/GetAnimGroup.html"><CODE>GetAnimGroup</CODE></a> 132 </th> 133 <td>Gets the animation group.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td> 134 </tr> 135 <tr> 136 <td width="100"> </td> 137 <th> 138 <a href="../../../nw/gfx/AnimObject/SetAnimGroup.html"><CODE>SetAnimGroup</CODE></a> 139 </th> 140 <td>Sets the animation group.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td> 141 </tr> 142 <tr> 143 <th class="category" colspan="3">Animation Objects</th> 144 </tr> 145 <tr> 146 <td width="100"> </td> 147 <th> 148 <a href="../../../nw/gfx/AnimBlender/AddAnimObject.html"><CODE>AddAnimObject</CODE></a> 149 </th> 150 <td>Adds an animation object.</td> 151 </tr> 152 <tr> 153 <td width="100"> </td> 154 <th> 155 <a href="../../../nw/gfx/AnimBlender/GetAnimObject.html"><CODE>GetAnimObject</CODE></a> 156 </th> 157 <td>Gets the animation object.</td> 158 </tr> 159 <tr> 160 <td width="100"> </td> 161 <th> 162 <a href="../../../nw/gfx/AnimBlender/ReplaceAnimObject.html"><CODE>ReplaceAnimObject</CODE></a> 163 </th> 164 <td>Replaces animation objects.</td> 165 </tr> 166 <tr> 167 <td width="100"> </td> 168 <th> 169 <a href="../../../nw/gfx/AnimBlender/ClearAnimObjects.html"><CODE>ClearAnimObjects</CODE></a> 170 </th> 171 <td>Clears an animation object.</td> 172 </tr> 173 <tr> 174 <td width="100"> </td> 175 <th> 176 <a href="../../../nw/gfx/AnimBlender/GetAnimObjectCount.html"><CODE>GetAnimObjectCount</CODE></a> 177 </th> 178 <td>Gets the number of animation objects that have been added.</td> 179 </tr> 180 <tr> 181 <td width="100"> </td> 182 <th> 183 <a href="../../../nw/gfx/AnimBlender/GetMaxAnimObjects.html"><CODE>GetMaxAnimObjects</CODE></a> 184 </th> 185 <td>Gets the maximum number of animation objects.</td> 186 </tr> 187 <tr> 188 <th class="category" colspan="3">Cache</th> 189 </tr> 190 <tr> 191 <td width="100"> <span class="virtual_style" title="virtual">V</span> 192 </td> 193 <th> 194 <a href="../../../nw/gfx/AnimBlender/UpdateCache.html"><CODE>UpdateCache</CODE></a> 195 </th> 196 <td>Updates the internal cache within the animation evaluation results if it is out of date.</td> 197 </tr> 198 <tr> 199 <th class="category" colspan="3">Evaluation</th> 200 </tr> 201 <tr> 202 <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span> 203 </td> 204 <th> 205 <a href="../../../nw/gfx/AnimBlender/GetResult.html"><CODE>GetResult</CODE></a> 206 </th> 207 <td>Gets the animation result for a given member.</td> 208 </tr> 209 <tr> 210 <th class="category" colspan="3">Create/Destroy</th> 211 </tr> 212 <tr> 213 <td width="100"> </td> 214 <th> 215 <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a> 216 </th> 217 <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.</td> 218 </tr> </table> 219 </div> 220 </a> 221 <h2>Class Hierarchy</h2> 222 <div class="section"> 223 <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 /> <b>nw::gfx::AnimBlender</b> 224 </p> 225 </div> 226 <hr><p>CONFIDENTIAL</p></body> 227</html>