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::anim::res::ResAnimGroupMember</title>
51  </head>
52  <body>
53    <h1><CODE><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/anim/Overview.html">anim</a>::<a href="../../../../nw/anim/res/Overview.html">res</a>::ResAnimGroupMember</CODE> Class</h1>
54    <h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">class ResAnimGroupMember : public <a href="../../../../nw/ut/ResCommon/Overview.html">nw::ut::ResCommon&lt; ResAnimGroupMemberData &gt;</a></pre>
57    </div>
58    <h2>Description</h2>
59    <div class="section">
60      <p>Information resource class for overwriting the data members of target animations.</p><p>Has information about objects to be animated and which members to animate. Derived classes are defined for each animation target.</p></div>
61    <a name="enum" id="enum">
62      <h2>Enumerated Types</h2>
63      <div class="section">
64        <table class="members">
65          <tr>
66            <td width="100"> </td>
67            <th>
68              <a href="../../../../nw/anim/res/ResAnimGroupMember/ObjectType.html"><CODE>ObjectType</CODE></a>
69            </th>
70            <td>Object to animate.</td>
71          </tr>
72          <tr>
73            <td width="100"> </td>
74            <th>
75              <a href="../../../../nw/anim/res/ResAnimGroupMember/MemberType.html"><CODE>MemberType</CODE></a>
76            </th>
77            <td>Enumeration of which object members to animate. Defined even in derived classes.</td>
78          </tr> </table>
79      </div>
80    </a> <a name="function" id="function">
81      <h2>Member Functions</h2>
82      <div class="section">
83        <table class="members">
84          <tr>
85            <th class="category" colspan="3">Resource Access</th>
86          </tr>
87          <tr>
88            <td width="100">  </td>
89            <th>
90              <a href="../../../../nw/anim/res/ResAnimGroupMember/GetPath.html"><CODE>GetPath</CODE></a>
91            </th>
92            <td>Gets the <CODE>Path</CODE> information.</td>
93          </tr>
94          <tr>
95            <td width="100">  </td>
96            <th>
97              <a href="../../../../nw/anim/res/ResAnimGroupMember/GetMemberOffset.html"><CODE>GetMemberOffset</CODE></a>
98            </th>
99            <td>Gets information about the offset to the member.</td>
100          </tr>
101          <tr>
102            <td width="100">  </td>
103            <th>
104              <a href="../../../../nw/anim/res/ResAnimGroupMember/GetBlendOperationIndex.html"><CODE>GetBlendOperationIndex</CODE></a>
105            </th>
106            <td>Gets the blend operation index information.</td>
107          </tr>
108          <tr>
109            <td width="100">  </td>
110            <th>
111              <a href="../../../../nw/anim/res/ResAnimGroupMember/GetObjectType.html"><CODE>GetObjectType</CODE></a>
112            </th>
113            <td>Gets an <CODE>ObjectType</CODE> indicating the type of the derived class.</td>
114          </tr>
115          <tr>
116            <td width="100">  </td>
117            <th>
118              <a href="../../../../nw/anim/res/ResAnimGroupMember/GetMemberType.html"><CODE>GetMemberType</CODE></a>
119            </th>
120            <td>Gets <CODE>MemberType</CODE> instances of the various derived classes.</td>
121          </tr>
122          <tr>
123            <th class="category" colspan="3">Other</th>
124          </tr>
125          <tr>
126            <td width="100">  </td>
127            <th>
128              <a href="../../../../nw/anim/res/ResAnimGroupMember/ResAnimGroupMember.html"><CODE>ResAnimGroupMember</CODE></a>
129            </th>
130            <td>Constructor.</td>
131          </tr>
132          <tr>
133            <td width="100">  </td>
134            <th>
135              <a href="../../../../nw/anim/res/ResAnimGroupMember/ref.html"><CODE>ref</CODE></a>
136            </th>
137            <td>
138        </td>
139          </tr>
140          <tr>
141            <td width="100">  </td>
142            <th>
143              <a href="../../../../nw/anim/res/ResAnimGroupMember/operator==.html"><CODE>operator==</CODE></a>
144            </th>
145            <td>
146        </td>
147          </tr>
148          <tr>
149            <td width="100">  </td>
150            <th>
151              <a href="../../../../nw/anim/res/ResAnimGroupMember/operator!=.html"><CODE>operator!=</CODE></a>
152            </th>
153            <td>
154        </td>
155          </tr>
156          <tr>
157            <td width="100">  </td>
158            <th>
159              <a href="../../../../nw/anim/res/ResAnimGroupMember/SetValueForType.html"><CODE>SetValueForType</CODE></a>
160            </th>
161            <td>Sets values to animation target members.</td>
162          </tr>
163          <tr>
164            <td width="100">  </td>
165            <th>
166              <a href="../../../../nw/anim/res/ResAnimGroupMember/GetTypeInfo.html"><CODE>GetTypeInfo</CODE></a>
167            </th>
168            <td>Gets the type information for the resource.</td>
169          </tr>
170          <tr>
171            <td width="100">  </td>
172            <th>
173              <a href="../../../../nw/ut/ResCommon/ptr.html"><CODE>ptr</CODE></a>
174            </th>
175            <td>Returns a pointer to a binary resource structure. (Derived from <CODE><a href="../../../../nw/ut/ResCommon/Overview.html">ResCommon</a></CODE>)</td>
176          </tr>
177          <tr>
178            <td width="100">  </td>
179            <th>
180              <a href="../../../../nw/ut/ResCommonBase/IsValid.html"><CODE>IsValid</CODE></a>
181            </th>
182            <td>Determines whether a pointer to a resource is <CODE>null</CODE>.(Derived from <CODE><a href="../../../../nw/ut/ResCommonBase/Overview.html">ResCommonBase</a></CODE>.)</td>
183          </tr>
184          <tr>
185            <td width="100">
186              <span class="static_style" title="static">S</span> </td>
187            <th>
188              <a href="../../../../nw/anim/res/ResAnimGroupMember/GetClassName.html"><CODE>GetClassName</CODE></a>
189            </th>
190            <td>
191        </td>
192          </tr> </table>
193      </div>
194    </a>
195    <h2>Class Hierarchy</h2>
196    <div class="section">
197      <p class="hierarchy"><a href="../../../../nw/ut/ResCommonBase/Overview.html"><CODE>nw::ut::ResCommonBase</CODE></a><br />  <a href="../../../../nw/ut/ResCommon/Overview.html"><CODE>nw::ut::ResCommon</CODE></a><br />    <b><CODE>nw::anim::res::ResAnimGroupMember</CODE></b>
198      </p>
199    </div>
200  <hr><p>CONFIDENTIAL</p></body>
201</html>