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