source: NonGTP/FCollada/Documentation/struct_f_c_d_joint_weight_pair.html @ 964

Revision 964, 6.5 KB checked in by igarcia, 18 years ago (diff)
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3<title>FCollada: FCDJointWeightPair Struct Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.4.6-NO -->
8<div class="tabs">
9  <ul>
10    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11    <li><a href="modules.html"><span>Modules</span></a></li>
12    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
13    <li id="current"><a href="classes.html"><span>Classes</span></a></li>
14    <li><a href="files.html"><span>Files</span></a></li>
15    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
16  </ul></div>
17<div class="tabs">
18  <ul>
19    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
20    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
21    <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
22    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
23  </ul></div>
24<h1>FCDJointWeightPair Struct Reference</h1><!-- doxytag: class="FCDJointWeightPair" -->A weighted joint index used in skinning. 
25<a href="#_details">More...</a>
26<p>
27<code>#include &lt;<a class="el" href="_f_c_d_skin_controller_8h-source.html">FCDSkinController.h</a>&gt;</code>
28<p>
29<a href="struct_f_c_d_joint_weight_pair-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
30<tr><td></td></tr>
31<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
32<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="db720c80d8fde84e5fdecf16f9b6de8a"></a><!-- doxytag: member="FCDJointWeightPair::FCDJointWeightPair" ref="db720c80d8fde84e5fdecf16f9b6de8a" args="()" -->
33&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_f_c_d_joint_weight_pair.html#db720c80d8fde84e5fdecf16f9b6de8a">FCDJointWeightPair</a> ()</td></tr>
34
35<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Default constructor: sets both the joint index and the weight to zero. <br></td></tr>
36<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_f_c_d_joint_weight_pair.html#93fccc71bc258c3b83bb3ef0c4112bac">FCDJointWeightPair</a> (uint32 _jointIndex, float _weight)</td></tr>
37
38<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Constructor: sets the joint index and the weight to the given values.  <a href="#93fccc71bc258c3b83bb3ef0c4112bac"></a><br></td></tr>
39<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
40<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_f_c_d_joint_weight_pair.html#ece54f47c6074c164c1d56bd7efa8294">jointIndex</a></td></tr>
41
42<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A joint index.  <a href="#ece54f47c6074c164c1d56bd7efa8294"></a><br></td></tr>
43<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="375a6320fef00a704bbdaf67097f8552"></a><!-- doxytag: member="FCDJointWeightPair::weight" ref="375a6320fef00a704bbdaf67097f8552" args="" -->
44float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_f_c_d_joint_weight_pair.html#375a6320fef00a704bbdaf67097f8552">weight</a></td></tr>
45
46<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A skinning weight. <br></td></tr>
47</table>
48<hr><a name="_details"></a><h2>Detailed Description</h2>
49A weighted joint index used in skinning.
50<p>
51<hr><h2>Constructor &amp; Destructor Documentation</h2>
52<a class="anchor" name="93fccc71bc258c3b83bb3ef0c4112bac"></a><!-- doxytag: member="FCDJointWeightPair::FCDJointWeightPair" ref="93fccc71bc258c3b83bb3ef0c4112bac" args="(uint32 _jointIndex, float _weight)" --><p>
53<table class="mdTable" cellpadding="2" cellspacing="0">
54  <tr>
55    <td class="mdRow">
56      <table cellpadding="0" cellspacing="0" border="0">
57        <tr>
58          <td class="md" nowrap valign="top">FCDJointWeightPair::FCDJointWeightPair           </td>
59          <td class="md" valign="top">(&nbsp;</td>
60          <td class="md" nowrap valign="top">uint32&nbsp;</td>
61          <td class="mdname" nowrap> <em>_jointIndex</em>, </td>
62        </tr>
63        <tr>
64          <td class="md" nowrap align="right"></td>
65          <td class="md"></td>
66          <td class="md" nowrap>float&nbsp;</td>
67          <td class="mdname" nowrap> <em>_weight</em></td>
68        </tr>
69        <tr>
70          <td class="md"></td>
71          <td class="md">)&nbsp;</td>
72          <td class="md" colspan="2"><code> [inline]</code></td>
73        </tr>
74      </table>
75    </td>
76  </tr>
77</table>
78<table cellspacing="5" cellpadding="0" border="0">
79  <tr>
80    <td>
81      &nbsp;
82    </td>
83    <td>
84
85<p>
86Constructor: sets the joint index and the weight to the given values.
87<p>
88<dl compact><dt><b>Parameters:</b></dt><dd>
89  <table border="0" cellspacing="2" cellpadding="0">
90    <tr><td valign="top"></td><td valign="top"><em>_jointIndex</em>&nbsp;</td><td>The jointIndex. </td></tr>
91    <tr><td valign="top"></td><td valign="top"><em>_weight</em>&nbsp;</td><td>Its weight. </td></tr>
92  </table>
93</dl>
94    </td>
95  </tr>
96</table>
97<hr><h2>Member Data Documentation</h2>
98<a class="anchor" name="ece54f47c6074c164c1d56bd7efa8294"></a><!-- doxytag: member="FCDJointWeightPair::jointIndex" ref="ece54f47c6074c164c1d56bd7efa8294" args="" --><p>
99<table class="mdTable" cellpadding="2" cellspacing="0">
100  <tr>
101    <td class="mdRow">
102      <table cellpadding="0" cellspacing="0" border="0">
103        <tr>
104          <td class="md" nowrap valign="top">uint32 <a class="el" href="struct_f_c_d_joint_weight_pair.html#ece54f47c6074c164c1d56bd7efa8294">FCDJointWeightPair::jointIndex</a>          </td>
105        </tr>
106      </table>
107    </td>
108  </tr>
109</table>
110<table cellspacing="5" cellpadding="0" border="0">
111  <tr>
112    <td>
113      &nbsp;
114    </td>
115    <td>
116
117<p>
118A joint index.
119<p>
120Use this index within the skin's joint list.     </td>
121  </tr>
122</table>
123<hr>The documentation for this struct was generated from the following file:<ul>
124<li>FCDocument/<a class="el" href="_f_c_d_skin_controller_8h-source.html">FCDSkinController.h</a></ul>
125<hr size="1"><address style="align: right;"><small>Generated on Fri May 12 16:44:43 2006 for FCollada by&nbsp;
126<a href="http://www.doxygen.org/index.html">
127<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.6-NO </small></address>
128</body>
129</html>
Note: See TracBrowser for help on using the repository browser.