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::TransformAnimInterpolator</title> 49 </head> 50 <body> 51 <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/gfx/Overview.html">gfx</a>::TransformAnimInterpolator</CODE> Class</h1> 52 <h2>Syntax</h2> 53 <div class="section"> 54 <pre class="definition">class TransformAnimInterpolator : public <a href="../../../nw/gfx/AnimInterpolator/Overview.html">nw::gfx::AnimInterpolator</a></pre> 55 </div> 56 <h2>Description</h2> 57 <div class="section"> 58 <p>Class for performing interpolation-style blending on the results of a transformation animation evaluation.</p><p>Blending is done independently for the translation, rotation, and scale components of each member.</p><p>For details on operations, <a href="../../../nw/gfx/AnimInterpolator/Overview.html">AnimInterpolator</a> see .</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/TransformAnimInterpolator/Builder/Overview.html"><CODE>nw::gfx::TransformAnimInterpolator::Builder</CODE></a> 66 </th> 67 <td>Class for building transform animation interpolators.</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">Evaluation</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/TransformAnimInterpolator/GetResult.html"><CODE>GetResult</CODE></a> 82 </th> 83 <td>Gets the animation result for a given member.</td> 84 </tr> 85 <tr> 86 <th class="category" colspan="3">Set/Get</th> 87 </tr> 88 <tr> 89 <td width="100"> </td> 90 <th> 91 <a href="../../../nw/gfx/AnimInterpolator/GetWeight.html">GetWeight</a> 92 </th> 93 <td>Gets the blend weight for animations.(Inherited from <a href="../../../nw/gfx/AnimInterpolator/Overview.html"><CODE>AnimInterpolator</CODE></a>.</td> 94 </tr> 95 <tr> 96 <td width="100"> </td> 97 <th> 98 <a href="../../../nw/gfx/AnimInterpolator/SetWeight.html">SetWeight</a> 99 </th> 100 <td>Sets the blend weight for animations.(Inherited from <a href="../../../nw/gfx/AnimInterpolator/Overview.html"><CODE>AnimInterpolator</CODE></a>.</td> 101 </tr> 102 <tr> 103 <td width="100"> </td> 104 <th> 105 <a href="../../../nw/gfx/AnimInterpolator/SetNormalizationEnabled.html">SetNormalizationEnabled</a> 106 </th> 107 <td>Sets whether to normalize blend weight for animations.(Inherited from <a href="../../../nw/gfx/AnimInterpolator/Overview.html"><CODE>AnimInterpolator</CODE></a>.</td> 108 </tr> 109 <tr> 110 <td width="100"> </td> 111 <th> 112 <a href="../../../nw/gfx/AnimInterpolator/GetNormalizationEnabled.html">GetNormalizationEnabled</a> 113 </th> 114 <td>Gets whether to normalize blend weights for animations.(Inherited from <a href="../../../nw/gfx/AnimInterpolator/Overview.html"><CODE>AnimInterpolator</CODE></a>.</td> 115 </tr> 116 <tr> 117 <td width="100"> <span class="virtual_style" title="virtual">V</span> 118 </td> 119 <th> 120 <a href="../../../nw/gfx/TransformAnimInterpolator/HasMemberAnim.html"><CODE>HasMemberAnim</CODE></a> 121 </th> 122 <td>Gets a value indicating whether there are any animations bound to the member.</td> 123 </tr> 124 <tr> 125 <td width="100"> </td> 126 <th> 127 <a href="../../../nw/gfx/AnimObject/GetAnimGroup.html"><CODE>GetAnimGroup</CODE></a> 128 </th> 129 <td>Gets the animation group.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td> 130 </tr> 131 <tr> 132 <td width="100"> </td> 133 <th> 134 <a href="../../../nw/gfx/AnimObject/SetAnimGroup.html"><CODE>SetAnimGroup</CODE></a> 135 </th> 136 <td>Sets the animation group.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td> 137 </tr> 138 <tr> 139 <th class="category" colspan="3">Basic Operations</th> 140 </tr> 141 <tr> 142 <td width="100"> <span class="virtual_style" title="virtual">V</span> 143 </td> 144 <th> 145 <a href="../../../nw/gfx/TransformAnimInterpolator/TryBind.html">TryBind</a> 146 </th> 147 <td>Binds animations.</td> 148 </tr> 149 <tr> 150 <td width="100"> <span class="virtual_style" title="virtual">V</span> 151 </td> 152 <th> 153 <a href="../../../nw/gfx/TransformAnimInterpolator/Release.html"><CODE>Release</CODE></a> 154 </th> 155 <td>Clears a bound animation.</td> 156 </tr> 157 <tr> 158 <td width="100"> <span class="virtual_style" title="virtual">V</span> 159 </td> 160 <th> 161 <a href="../../../nw/gfx/TransformAnimInterpolator/UpdateFrame.html">UpdateFrame</a> 162 </th> 163 <td>Updates frames.</td> 164 </tr> 165 <tr> 166 <td width="100"> </td> 167 <th> 168 <a href="../../../nw/gfx/AnimObject/Bind.html"><CODE>Bind</CODE></a> 169 </th> 170 <td>Binds animations.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td> 171 </tr> 172 <tr> 173 <th class="category" colspan="3">Animation Objects</th> 174 </tr> 175 <tr> 176 <td width="100"> </td> 177 <th> 178 <a href="../../../nw/gfx/AnimBlender/AddAnimObject.html"><CODE>AddAnimObject</CODE></a> 179 </th> 180 <td>Adds an animation object.(Inherited from <CODE><a href="../../../nw/anim/AnimBlendOp/Overview.html">AnimBlender</a></CODE>)</td> 181 </tr> 182 <tr> 183 <td width="100"> </td> 184 <th> 185 <a href="../../../nw/gfx/AnimBlender/GetAnimObject.html"><CODE>GetAnimObject</CODE></a> 186 </th> 187 <td>Gets the animation object.(Inherited from <CODE><a href="../../../nw/anim/AnimBlendOp/Overview.html">AnimBlender</a></CODE>)</td> 188 </tr> 189 <tr> 190 <td width="100"> </td> 191 <th> 192 <a href="../../../nw/gfx/AnimBlender/ReplaceAnimObject.html"><CODE>ReplaceAnimObject</CODE></a> 193 </th> 194 <td>Replaces animation objects.(Inherited from <CODE><a href="../../../nw/anim/AnimBlendOp/Overview.html">AnimBlender</a></CODE>)</td> 195 </tr> 196 <tr> 197 <td width="100"> </td> 198 <th> 199 <a href="../../../nw/gfx/AnimBlender/ClearAnimObjects.html"><CODE>ClearAnimObjects</CODE></a> 200 </th> 201 <td>Clears an animation object.(Inherited from <CODE><a href="../../../nw/anim/AnimBlendOp/Overview.html">AnimBlender</a></CODE>)</td> 202 </tr> 203 <tr> 204 <td width="100"> </td> 205 <th> 206 <a href="../../../nw/gfx/AnimBlender/GetAnimObjectCount.html"><CODE>GetAnimObjectCount</CODE></a> 207 </th> 208 <td>Gets the number of animation objects that have been added.(Inherited from <CODE><a href="../../../nw/anim/AnimBlendOp/Overview.html">AnimBlender</a></CODE>)</td> 209 </tr> 210 <tr> 211 <td width="100"> </td> 212 <th> 213 <a href="../../../nw/gfx/AnimBlender/GetMaxAnimObjects.html"><CODE>GetMaxAnimObjects</CODE></a> 214 </th> 215 <td>Gets the maximum number of animation objects.(Inherited from <CODE><a href="../../../nw/anim/AnimBlendOp/Overview.html">AnimBlender</a></CODE>)</td> 216 </tr> 217 <tr> 218 <th class="category" colspan="3">Cache</th> 219 </tr> 220 <tr> 221 <td width="100"> <span class="virtual_style" title="virtual">V</span> 222 </td> 223 <th> 224 <a href="../../../nw/gfx/TransformAnimInterpolator/UpdateCache.html"><CODE>UpdateCache</CODE></a> 225 </th> 226 <td>Updates the internal cache within the animation evaluation results if it is out of date.</td> 227 </tr> 228 <tr> 229 <th class="category" colspan="3">Create/Destroy</th> 230 </tr> 231 <tr> 232 <td width="100"> </td> 233 <th> 234 <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a> 235 </th> 236 <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.)</td> 237 </tr> </table> 238 </div> 239 </a> 240 <h2>Class Hierarchy</h2> 241 <div class="section"> 242 <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/AnimBlender/Overview.html">nw::gfx::AnimBlender</a><br /> <a href="../../../nw/gfx/AnimInterpolator/Overview.html">nw::gfx::AnimInterpolator</a><br /> <b>nw::gfx::TransformAnimInterpolator</b> 243 </p> 244 </div> 245 <hr><p>CONFIDENTIAL</p></body> 246</html> 247