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::AnimBlender</title>
49  </head>
50  <body>
51    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/gfx/Overview.html">gfx</a>::AnimBlender</CODE> Class</h1>
52    <h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">class AnimBlender : public <a href="../../../nw/gfx/AnimObject/Overview.html">nw::gfx::AnimObject</a></pre>
55    </div>
56    <h2>Description</h2>
57    <div class="section">
58      <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>
59    <a name="function" id="function">
60      <h2>Member Functions</h2>
61      <div class="section">
62        <table class="members">
63          <tr>
64            <th class="category" colspan="3">Cache</th>
65          </tr>
66          <tr>
67            <td width="100"> <span class="virtual_style" title="virtual">V</span>
68            </td>
69            <th>
70              <a href="../../../nw/gfx/AnimBlender/UpdateCache.html"><CODE>UpdateCache</CODE></a>
71            </th>
72            <td>Updates the internal cache within the animation evaluation results if it is out of date.</td>
73          </tr>
74          <tr>
75            <th class="category" colspan="3">Constructors and Destructors</th>
76          </tr>
77          <tr>
78            <td width="100">  </td>
79            <th>
80              <a href="../../../nw/gfx/AnimBlender/AnimBlender.html"><CODE>AnimBlender</CODE></a>
81            </th>
82            <td>Constructor.</td>
83          </tr>
84          <tr>
85            <td width="100"> <span class="virtual_style" title="virtual">V</span>
86            </td>
87            <th>
88              <a href="../../../nw/gfx/AnimBlender/~AnimBlender.html"><CODE>~AnimBlender</CODE></a>
89            </th>
90            <td>Destructor.</td>
91          </tr>
92          <tr>
93            <th class="category" colspan="3">Basic Operations</th>
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/AnimBlender/TryBind.html">TryBind</a>
100            </th>
101            <td>Binds animations.</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/AnimBlender/Release.html"><CODE>Release</CODE></a>
108            </th>
109            <td>Clears a bound animation.</td>
110          </tr>
111          <tr>
112            <td width="100"> <span class="virtual_style" title="virtual">V</span>
113            </td>
114            <th>
115              <a href="../../../nw/gfx/AnimBlender/UpdateFrame.html">UpdateFrame</a>
116            </th>
117            <td>Updates frames.</td>
118          </tr>
119          <tr>
120            <td width="100">  </td>
121            <th>
122              <a href="../../../nw/gfx/AnimObject/Bind.html"><CODE>Bind</CODE></a>
123            </th>
124            <td>Binds animations.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td>
125          </tr>
126          <tr>
127            <th class="category" colspan="3">Set/Get</th>
128          </tr>
129          <tr>
130            <td width="100"> <span class="virtual_style" title="virtual">V</span>
131            </td>
132            <th>
133              <a href="../../../nw/gfx/AnimBlender/HasMemberAnim.html"><CODE>HasMemberAnim</CODE></a>
134            </th>
135            <td>Gets a value indicating whether there are any animations bound to the member.</td>
136          </tr>
137          <tr>
138            <td width="100">  </td>
139            <th>
140              <a href="../../../nw/gfx/AnimObject/GetAnimGroup.html"><CODE>GetAnimGroup</CODE></a>
141            </th>
142            <td>Gets the animation group.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td>
143          </tr>
144          <tr>
145            <td width="100">  </td>
146            <th>
147              <a href="../../../nw/gfx/AnimObject/SetAnimGroup.html"><CODE>SetAnimGroup</CODE></a>
148            </th>
149            <td>Sets the animation group.(Inherited from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>AnimObject</CODE></a>.</td>
150          </tr>
151          <tr>
152            <th class="category" colspan="3">Animation Objects</th>
153          </tr>
154          <tr>
155            <td width="100">  </td>
156            <th>
157              <a href="../../../nw/gfx/AnimBlender/AddAnimObject.html"><CODE>AddAnimObject</CODE></a>
158            </th>
159            <td>Adds an animation object.</td>
160          </tr>
161          <tr>
162            <td width="100">  </td>
163            <th>
164              <a href="../../../nw/gfx/AnimBlender/GetAnimObject.html"><CODE>GetAnimObject</CODE></a>
165            </th>
166            <td>Gets the animation object.</td>
167          </tr>
168          <tr>
169            <td width="100">  </td>
170            <th>
171              <a href="../../../nw/gfx/AnimBlender/ReplaceAnimObject.html"><CODE>ReplaceAnimObject</CODE></a>
172            </th>
173            <td>Replaces animation objects.</td>
174          </tr>
175          <tr>
176            <td width="100">  </td>
177            <th>
178              <a href="../../../nw/gfx/AnimBlender/ClearAnimObjects.html"><CODE>ClearAnimObjects</CODE></a>
179            </th>
180            <td>Clears an animation object.</td>
181          </tr>
182          <tr>
183            <td width="100">  </td>
184            <th>
185              <a href="../../../nw/gfx/AnimBlender/GetAnimObjectCount.html"><CODE>GetAnimObjectCount</CODE></a>
186            </th>
187            <td>Gets the number of animation objects that have been added.</td>
188          </tr>
189          <tr>
190            <td width="100">  </td>
191            <th>
192              <a href="../../../nw/gfx/AnimBlender/GetMaxAnimObjects.html"><CODE>GetMaxAnimObjects</CODE></a>
193            </th>
194            <td>Gets the maximum number of animation objects.</td>
195          </tr>
196          <tr>
197            <th class="category" colspan="3">Evaluation</th>
198          </tr>
199          <tr>
200            <td width="100"> <span class="virtual_style" title="pure-virtual">PV</span>
201            </td>
202            <th>
203              <a href="../../../nw/gfx/AnimBlender/GetResult.html"><CODE>GetResult</CODE></a>
204            </th>
205            <td>Gets the animation result for a given member.</td>
206          </tr>
207          <tr>
208            <th class="category" colspan="3">Create/Destroy</th>
209          </tr>
210          <tr>
211            <td width="100">  </td>
212            <th>
213              <a href="../../../nw/gfx/GfxObject/Destroy.html"><CODE>Destroy</CODE></a>
214            </th>
215            <td>Destroys an object.(Derived from <a href="../../../nw/gfx/GfxObject/Overview.html"><CODE>GfxObject</CODE></a>.</td>
216          </tr> </table>
217      </div>
218    </a>
219    <h2>Class Hierarchy</h2>
220    <div class="section">
221      <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>
222      </p>
223    </div>
224  <hr><p>CONFIDENTIAL</p></body>
225</html>
226