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::ResAnimGroup</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>::ResAnimGroup</CODE> Class</h1> 54 <h2>Syntax</h2> 55 <div class="section"> 56 <pre class="definition">class ResAnimGroup : public <a href="../../../../nw/ut/ResCommon/Overview.html">nw::ut::ResCommon< ResAnimGroupData ></a></pre> 57 </div> 58 <h2>Description</h2> 59 <div class="section"> 60 <p>Resource class containing information about a group of objects to animate.</p> 61 </div> 62 <a name="enum" id="enum"> 63 <h2>Enumerated Types</h2> 64 <div class="section"> 65 <table class="members"> 66 <tr> 67 <td width="100"> </td> 68 <th> 69 <a href="../../../../nw/anim/res/ResAnimGroup/BlendOperationType.html"><CODE>BlendOperationType</CODE></a> 70 </th> 71 <td>The type of animation blending.</td> 72 </tr> 73 <tr> 74 <td width="100"> </td> 75 <th> 76 <a href="../../../../nw/anim/res/ResAnimGroup/TargetType.html"><CODE>TargetType</CODE></a> 77 </th> 78 <td>The type of the target objects to animate. Further defined in derived classes.</td> 79 </tr> 80 <tr> 81 <td width="100"> </td> 82 <th> 83 <a href="../../../../nw/anim/res/ResAnimGroup/Flag.html"><CODE>Flag</CODE></a> 84 </th> 85 <td>Animation target object flag.</td> 86 </tr> </table> 87 </div> 88 </a> <a name="function" id="function"> 89 <h2>Member Functions</h2> 90 <div class="section"> 91 <table class="members"> 92 <tr> 93 <th class="category" colspan="3">Resource Access</th> 94 </tr> 95 <tr> 96 <td width="100"> </td> 97 <th> 98 <a href="../../../../nw/anim/res/ResAnimGroup/GetTargetType.html"><CODE>GetTargetType</CODE></a> 99 </th> 100 <td>Gets the <CODE>TargetType</CODE>.</td> 101 </tr> 102 <tr> 103 <td width="100"> </td> 104 <th> 105 <a href="../../../../nw/anim/res/ResAnimGroup/SetTargetType.html"><CODE>SetTargetType</CODE></a> 106 </th> 107 <td>Sets the <CODE>TargetType</CODE>.</td> 108 </tr> 109 <tr> 110 <td width="100"> </td> 111 <th> 112 <a href="../../../../nw/anim/res/ResAnimGroup/GetMemberInfoSetCount.html"><CODE>GetMemberInfoSetCount</CODE></a> 113 </th> 114 <td>Gets the number of member information data elements.</td> 115 </tr> 116 <tr> 117 <td width="100"> </td> 118 <th> 119 <a href="../../../../nw/anim/res/ResAnimGroup/GetMemberInfoSet.html"><CODE>GetMemberInfoSet</CODE></a> 120 </th> 121 <td>Gets member information data.</td> 122 </tr> 123 <tr> 124 <td width="100"> </td> 125 <th> 126 <a href="../../../../nw/anim/res/ResAnimGroup/GetMemberInfoSetIndex.html"><CODE>GetMemberInfoSetIndex</CODE></a> 127 </th> 128 <td>Gets the index number from member information data.</td> 129 </tr> 130 <tr> 131 <td width="100"> </td> 132 <th> 133 <a href="../../../../nw/anim/res/ResAnimGroup/GetBlendOperationsCount.html"><CODE>GetBlendOperationsCount</CODE></a> 134 </th> 135 <td>Gets the number of <CODE>BlendOperations</CODE> elements.</td> 136 </tr> 137 <tr> 138 <td width="100"> </td> 139 <th> 140 <a href="../../../../nw/anim/res/ResAnimGroup/GetBlendOperations.html"><CODE>GetBlendOperations</CODE></a> 141 </th> 142 <td>Gets a pointer to the start address of <CODE>BlendOperations</CODE>.</td> 143 </tr> 144 <tr> 145 <th class="category" colspan="3">Other</th> 146 </tr> 147 <tr> 148 <td width="100"> </td> 149 <th> 150 <a href="../../../../nw/anim/res/ResAnimGroup/ResAnimGroup.html"><CODE>ResAnimGroup</CODE></a> 151 </th> 152 <td>Constructor.</td> 153 </tr> 154 <tr> 155 <td width="100"> </td> 156 <th> 157 <a href="../../../../nw/anim/res/ResAnimGroup/ref.html"><CODE>ref</CODE></a> 158 </th> 159 <td> 160 </td> 161 </tr> 162 <tr> 163 <td width="100"> </td> 164 <th> 165 <a href="../../../../nw/anim/res/ResAnimGroup/operator==.html"><CODE>operator==</CODE></a> 166 </th> 167 <td> 168 </td> 169 </tr> 170 <tr> 171 <td width="100"> </td> 172 <th> 173 <a href="../../../../nw/anim/res/ResAnimGroup/operator!=.html"><CODE>operator!=</CODE></a> 174 </th> 175 <td> 176 </td> 177 </tr> 178 <tr> 179 <td width="100"> </td> 180 <th> 181 <a href="../../../../nw/ut/ResCommon/ptr.html"><CODE>ptr</CODE></a> 182 </th> 183 <td>Returns a pointer to a binary resource structure. (Inherited from <CODE><a href="../../../../nw/ut/ResCommon/Overview.html">ResCommon</a></CODE>)</td> 184 </tr> 185 <tr> 186 <td width="100"> </td> 187 <th> 188 <a href="../../../../nw/ut/ResCommonBase/IsValid.html"><CODE>IsValid</CODE></a> 189 </th> 190 <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> 191 </tr> 192 <tr> 193 <td width="100"> 194 <span class="static_style" title="static">S</span> </td> 195 <th> 196 <a href="../../../../nw/anim/res/ResAnimGroup/GetClassName.html"><CODE>GetClassName</CODE></a> 197 </th> 198 <td> 199 </td> 200 </tr> </table> 201 </div> 202 </a> 203 <h2>Class Hierarchy</h2> 204 <div class="section"> 205 <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::ResAnimGroup</CODE></b> 206 </p> 207 </div> 208 <hr><p>CONFIDENTIAL</p></body> 209</html>