source: OGRE/trunk/ogrenew/Docs/api/html/classOgre_1_1AnimationState.html @ 692

Revision 692, 40.6 KB checked in by mattausch, 19 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<html>
2<head>
3<title>Ogre::AnimationState class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link type="text/css" rel="stylesheet" href="style.css">
5</head>
6
7<body>
8<!-- Generated by Doxygen 1.3.6 -->
9<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
10<h1>Ogre::AnimationState Class Reference</h1>Represents the state of an animation and the weight of it's influence. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>&gt;</code>
14<p>
15<a href="classOgre_1_1AnimationState-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
16<tr><td></td></tr>
17<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
18<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea0">AnimationState</a> (const <a class="el" href="namespaceOgre.html#a471">String</a> &amp;animName, <a class="el" href="classOgre_1_1AnimationStateSet.html">AnimationStateSet</a> *parent, <a class="el" href="namespaceOgre.html#a465">Real</a> timePos, <a class="el" href="namespaceOgre.html#a465">Real</a> length, <a class="el" href="namespaceOgre.html#a465">Real</a> weight=1.0, bool enabled=false)</td></tr>
19
20<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Normal constructor with all params supplied.  <a href="#Ogre_1_1AnimationStatea0"></a><br><br></td></tr>
21<tr><td class="memItemLeft" nowrap align=right valign=top>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea1">AnimationState</a> (<a class="el" href="classOgre_1_1AnimationStateSet.html">AnimationStateSet</a> *parent, const <a class="el" href="classOgre_1_1AnimationState.html">AnimationState</a> &amp;rhs)</td></tr>
22
23<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">constructor to copy from an existing state with new parent  <a href="#Ogre_1_1AnimationStatea1"></a><br><br></td></tr>
24<tr><td class="memItemLeft" nowrap align=right valign=top>virtual&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea2">~AnimationState</a> ()</td></tr>
25
26<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Destructor - is here because class has virtual functions and some compilers would whine if it won't exist.  <a href="#Ogre_1_1AnimationStatea2"></a><br><br></td></tr>
27<tr><td class="memItemLeft" nowrap align=right valign=top>const <a class="el" href="namespaceOgre.html#a471">String</a> &amp;&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea3">getAnimationName</a> () const </td></tr>
28
29<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gets the name of the animation to which this state applies.  <a href="#Ogre_1_1AnimationStatea3"></a><br><br></td></tr>
30<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea4">getTimePosition</a> (void) const </td></tr>
31
32<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gets the time position for this animation.  <a href="#Ogre_1_1AnimationStatea4"></a><br><br></td></tr>
33<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea5">setTimePosition</a> (<a class="el" href="namespaceOgre.html#a465">Real</a> timePos)</td></tr>
34
35<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the time position for this animation.  <a href="#Ogre_1_1AnimationStatea5"></a><br><br></td></tr>
36<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea6">getLength</a> () const </td></tr>
37
38<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gets the total length of this animation (may be shorter than whole animation).  <a href="#Ogre_1_1AnimationStatea6"></a><br><br></td></tr>
39<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea7">setLength</a> (<a class="el" href="namespaceOgre.html#a465">Real</a> len)</td></tr>
40
41<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the total length of this animation (may be shorter than whole animation).  <a href="#Ogre_1_1AnimationStatea7"></a><br><br></td></tr>
42<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea8">getWeight</a> (void) const </td></tr>
43
44<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gets the weight (influence) of this animation.  <a href="#Ogre_1_1AnimationStatea8"></a><br><br></td></tr>
45<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea9">setWeight</a> (<a class="el" href="namespaceOgre.html#a465">Real</a> weight)</td></tr>
46
47<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets the weight (influence) of this animation.  <a href="#Ogre_1_1AnimationStatea9"></a><br><br></td></tr>
48<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea10">addTime</a> (<a class="el" href="namespaceOgre.html#a465">Real</a> offset)</td></tr>
49
50<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Modifies the time position, adjusting for animation length.  <a href="#Ogre_1_1AnimationStatea10"></a><br><br></td></tr>
51<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea11">getEnabled</a> (void) const </td></tr>
52
53<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Returns true if this animation is currently enabled.  <a href="#Ogre_1_1AnimationStatea11"></a><br><br></td></tr>
54<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea12">setEnabled</a> (bool enabled)</td></tr>
55
56<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets whether this animation is enabled.  <a href="#Ogre_1_1AnimationStatea12"></a><br><br></td></tr>
57<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea13">operator==</a> (const <a class="el" href="classOgre_1_1AnimationState.html">AnimationState</a> &amp;rhs) const </td></tr>
58
59<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Equality operator.  <a href="#Ogre_1_1AnimationStatea13"></a><br><br></td></tr>
60<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea14">operator!=</a> (const <a class="el" href="classOgre_1_1AnimationState.html">AnimationState</a> &amp;rhs) const </td></tr>
61
62<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea15">setLoop</a> (bool loop)</td></tr>
63
64<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Sets whether or not an animation loops at the start and end of the animation if the time continues to be altered.  <a href="#Ogre_1_1AnimationStatea15"></a><br><br></td></tr>
65<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea16">getLoop</a> (void) const </td></tr>
66
67<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Gets whether or not this animation loops.  <a href="#Ogre_1_1AnimationStatea16"></a><br><br></td></tr>
68<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea17">copyStateFrom</a> (const <a class="el" href="classOgre_1_1AnimationState.html">AnimationState</a> &amp;animState)</td></tr>
69
70<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Copies the states from another animation state, preserving the animation name (unlike operator=) but copying everything else.  <a href="#Ogre_1_1AnimationStatea17"></a><br><br></td></tr>
71<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1AnimationStateSet.html">AnimationStateSet</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea18">getParent</a> (void) const </td></tr>
72
73<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get the parent animation state set.  <a href="#Ogre_1_1AnimationStatea18"></a><br><br></td></tr>
74<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
75<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a471">String</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep0">mAnimationName</a></td></tr>
76
77<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="classOgre_1_1AnimationStateSet.html">AnimationStateSet</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep1">mParent</a></td></tr>
78
79<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep2">mTimePos</a></td></tr>
80
81<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep3">mLength</a></td></tr>
82
83<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep4">mInvLength</a></td></tr>
84
85<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep5">mWeight</a></td></tr>
86
87<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep6">mEnabled</a></td></tr>
88
89<tr><td class="memItemLeft" nowrap align=right valign=top>bool&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep7">mLoop</a></td></tr>
90
91</table>
92<hr><a name="_details"></a><h2>Detailed Description</h2>
93Represents the state of an animation and the weight of it's influence.
94<p>
95<dl compact><dt><b>Remarks:</b></dt><dd>Other classes can hold instances of this class to store the state of any animations they are using. </dd></dl>
96
97<p>
98
99<p>
100Definition at line <a class="el" href="OgreAnimationState_8h-source.html#l00042">42</a> of file <a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
101<a class="anchor" name="Ogre_1_1AnimationStatea0" doxytag="Ogre::AnimationState::AnimationState" ></a><p>
102<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
103  <tr>
104    <td class="mdRow">
105      <table cellpadding="0" cellspacing="0" border="0">
106        <tr>
107          <td class="md" nowrap valign="top"> Ogre::AnimationState::AnimationState </td>
108          <td class="md" valign="top">(&nbsp;</td>
109          <td class="md" nowrap valign="top">const <a class="el" href="namespaceOgre.html#a471">String</a> &amp;&nbsp;</td>
110          <td class="mdname" nowrap> <em>animName</em>, </td>
111        </tr>
112        <tr>
113          <td class="md" nowrap align="right"></td>
114          <td></td>
115          <td class="md" nowrap><a class="el" href="classOgre_1_1AnimationStateSet.html">AnimationStateSet</a> *&nbsp;</td>
116          <td class="mdname" nowrap> <em>parent</em>, </td>
117        </tr>
118        <tr>
119          <td class="md" nowrap align="right"></td>
120          <td></td>
121          <td class="md" nowrap><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td>
122          <td class="mdname" nowrap> <em>timePos</em>, </td>
123        </tr>
124        <tr>
125          <td class="md" nowrap align="right"></td>
126          <td></td>
127          <td class="md" nowrap><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td>
128          <td class="mdname" nowrap> <em>length</em>, </td>
129        </tr>
130        <tr>
131          <td class="md" nowrap align="right"></td>
132          <td></td>
133          <td class="md" nowrap><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td>
134          <td class="mdname" nowrap> <em>weight</em> = 1.0, </td>
135        </tr>
136        <tr>
137          <td class="md" nowrap align="right"></td>
138          <td></td>
139          <td class="md" nowrap>bool&nbsp;</td>
140          <td class="mdname" nowrap> <em>enabled</em> = false</td>
141        </tr>
142        <tr>
143          <td></td>
144          <td class="md">)&nbsp;</td>
145          <td class="md" colspan="2"></td>
146        </tr>
147
148      </table>
149    </td>
150  </tr>
151</table>
152<table cellspacing=5 cellpadding=0 border=0>
153  <tr>
154    <td>
155      &nbsp;
156    </td>
157    <td>
158
159<p>
160Normal constructor with all params supplied.
161<p>
162    </td>
163  </tr>
164</table>
165<a class="anchor" name="Ogre_1_1AnimationStatea1" doxytag="Ogre::AnimationState::AnimationState" ></a><p>
166<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
167  <tr>
168    <td class="mdRow">
169      <table cellpadding="0" cellspacing="0" border="0">
170        <tr>
171          <td class="md" nowrap valign="top"> Ogre::AnimationState::AnimationState </td>
172          <td class="md" valign="top">(&nbsp;</td>
173          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1AnimationStateSet.html">AnimationStateSet</a> *&nbsp;</td>
174          <td class="mdname" nowrap> <em>parent</em>, </td>
175        </tr>
176        <tr>
177          <td class="md" nowrap align="right"></td>
178          <td></td>
179          <td class="md" nowrap>const <a class="el" href="classOgre_1_1AnimationState.html">AnimationState</a> &amp;&nbsp;</td>
180          <td class="mdname" nowrap> <em>rhs</em></td>
181        </tr>
182        <tr>
183          <td></td>
184          <td class="md">)&nbsp;</td>
185          <td class="md" colspan="2"></td>
186        </tr>
187
188      </table>
189    </td>
190  </tr>
191</table>
192<table cellspacing=5 cellpadding=0 border=0>
193  <tr>
194    <td>
195      &nbsp;
196    </td>
197    <td>
198
199<p>
200constructor to copy from an existing state with new parent
201<p>
202    </td>
203  </tr>
204</table>
205<a class="anchor" name="Ogre_1_1AnimationStatea2" doxytag="Ogre::AnimationState::~AnimationState" ></a><p>
206<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
207  <tr>
208    <td class="mdRow">
209      <table cellpadding="0" cellspacing="0" border="0">
210        <tr>
211          <td class="md" nowrap valign="top"> virtual Ogre::AnimationState::~<a class="el" href="classOgre_1_1AnimationState.html">AnimationState</a> </td>
212          <td class="md" valign="top">(&nbsp;</td>
213          <td class="mdname1" valign="top" nowrap>          </td>
214          <td class="md" valign="top">&nbsp;)&nbsp;</td>
215          <td class="md" nowrap><code> [virtual]</code></td>
216        </tr>
217
218      </table>
219    </td>
220  </tr>
221</table>
222<table cellspacing=5 cellpadding=0 border=0>
223  <tr>
224    <td>
225      &nbsp;
226    </td>
227    <td>
228
229<p>
230Destructor - is here because class has virtual functions and some compilers would whine if it won't exist.
231<p>
232    </td>
233  </tr>
234</table>
235<hr><h2>Member Function Documentation</h2>
236<a class="anchor" name="Ogre_1_1AnimationStatea10" doxytag="Ogre::AnimationState::addTime" ></a><p>
237<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
238  <tr>
239    <td class="mdRow">
240      <table cellpadding="0" cellspacing="0" border="0">
241        <tr>
242          <td class="md" nowrap valign="top"> void Ogre::AnimationState::addTime </td>
243          <td class="md" valign="top">(&nbsp;</td>
244          <td class="md" nowrap valign="top"><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td>
245          <td class="mdname1" valign="top" nowrap> <em>offset</em>          </td>
246          <td class="md" valign="top">&nbsp;)&nbsp;</td>
247          <td class="md" nowrap></td>
248        </tr>
249
250      </table>
251    </td>
252  </tr>
253</table>
254<table cellspacing=5 cellpadding=0 border=0>
255  <tr>
256    <td>
257      &nbsp;
258    </td>
259    <td>
260
261<p>
262Modifies the time position, adjusting for animation length.
263<p>
264<dl compact><dt><b>Remarks:</b></dt><dd>This method loops at the edges if animation looping is enabled. </dd></dl>
265    </td>
266  </tr>
267</table>
268<a class="anchor" name="Ogre_1_1AnimationStatea17" doxytag="Ogre::AnimationState::copyStateFrom" ></a><p>
269<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
270  <tr>
271    <td class="mdRow">
272      <table cellpadding="0" cellspacing="0" border="0">
273        <tr>
274          <td class="md" nowrap valign="top"> void Ogre::AnimationState::copyStateFrom </td>
275          <td class="md" valign="top">(&nbsp;</td>
276          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1AnimationState.html">AnimationState</a> &amp;&nbsp;</td>
277          <td class="mdname1" valign="top" nowrap> <em>animState</em>          </td>
278          <td class="md" valign="top">&nbsp;)&nbsp;</td>
279          <td class="md" nowrap></td>
280        </tr>
281
282      </table>
283    </td>
284  </tr>
285</table>
286<table cellspacing=5 cellpadding=0 border=0>
287  <tr>
288    <td>
289      &nbsp;
290    </td>
291    <td>
292
293<p>
294Copies the states from another animation state, preserving the animation name (unlike operator=) but copying everything else.
295<p>
296<dl compact><dt><b>Parameters:</b></dt><dd>
297  <table border="0" cellspacing="2" cellpadding="0">
298    <tr><td valign=top><em>animState</em>&nbsp;</td><td>Reference to animation state which will use as source. </td></tr>
299  </table>
300</dl>
301    </td>
302  </tr>
303</table>
304<a class="anchor" name="Ogre_1_1AnimationStatea3" doxytag="Ogre::AnimationState::getAnimationName" ></a><p>
305<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
306  <tr>
307    <td class="mdRow">
308      <table cellpadding="0" cellspacing="0" border="0">
309        <tr>
310          <td class="md" nowrap valign="top"> const <a class="el" href="namespaceOgre.html#a471">String</a>&amp; Ogre::AnimationState::getAnimationName </td>
311          <td class="md" valign="top">(&nbsp;</td>
312          <td class="mdname1" valign="top" nowrap>          </td>
313          <td class="md" valign="top">&nbsp;)&nbsp;</td>
314          <td class="md" nowrap> const</td>
315        </tr>
316
317      </table>
318    </td>
319  </tr>
320</table>
321<table cellspacing=5 cellpadding=0 border=0>
322  <tr>
323    <td>
324      &nbsp;
325    </td>
326    <td>
327
328<p>
329Gets the name of the animation to which this state applies.
330<p>
331    </td>
332  </tr>
333</table>
334<a class="anchor" name="Ogre_1_1AnimationStatea11" doxytag="Ogre::AnimationState::getEnabled" ></a><p>
335<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
336  <tr>
337    <td class="mdRow">
338      <table cellpadding="0" cellspacing="0" border="0">
339        <tr>
340          <td class="md" nowrap valign="top"> bool Ogre::AnimationState::getEnabled </td>
341          <td class="md" valign="top">(&nbsp;</td>
342          <td class="md" nowrap valign="top">void&nbsp;</td>
343          <td class="mdname1" valign="top" nowrap>          </td>
344          <td class="md" valign="top">&nbsp;)&nbsp;</td>
345          <td class="md" nowrap> const</td>
346        </tr>
347
348      </table>
349    </td>
350  </tr>
351</table>
352<table cellspacing=5 cellpadding=0 border=0>
353  <tr>
354    <td>
355      &nbsp;
356    </td>
357    <td>
358
359<p>
360Returns true if this animation is currently enabled.
361<p>
362    </td>
363  </tr>
364</table>
365<a class="anchor" name="Ogre_1_1AnimationStatea6" doxytag="Ogre::AnimationState::getLength" ></a><p>
366<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
367  <tr>
368    <td class="mdRow">
369      <table cellpadding="0" cellspacing="0" border="0">
370        <tr>
371          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a465">Real</a> Ogre::AnimationState::getLength </td>
372          <td class="md" valign="top">(&nbsp;</td>
373          <td class="mdname1" valign="top" nowrap>          </td>
374          <td class="md" valign="top">&nbsp;)&nbsp;</td>
375          <td class="md" nowrap> const</td>
376        </tr>
377
378      </table>
379    </td>
380  </tr>
381</table>
382<table cellspacing=5 cellpadding=0 border=0>
383  <tr>
384    <td>
385      &nbsp;
386    </td>
387    <td>
388
389<p>
390Gets the total length of this animation (may be shorter than whole animation).
391<p>
392    </td>
393  </tr>
394</table>
395<a class="anchor" name="Ogre_1_1AnimationStatea16" doxytag="Ogre::AnimationState::getLoop" ></a><p>
396<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
397  <tr>
398    <td class="mdRow">
399      <table cellpadding="0" cellspacing="0" border="0">
400        <tr>
401          <td class="md" nowrap valign="top"> bool Ogre::AnimationState::getLoop </td>
402          <td class="md" valign="top">(&nbsp;</td>
403          <td class="md" nowrap valign="top">void&nbsp;</td>
404          <td class="mdname1" valign="top" nowrap>          </td>
405          <td class="md" valign="top">&nbsp;)&nbsp;</td>
406          <td class="md" nowrap> const</td>
407        </tr>
408
409      </table>
410    </td>
411  </tr>
412</table>
413<table cellspacing=5 cellpadding=0 border=0>
414  <tr>
415    <td>
416      &nbsp;
417    </td>
418    <td>
419
420<p>
421Gets whether or not this animation loops.
422<p>
423
424<p>
425Definition at line <a class="el" href="OgreAnimationState_8h-source.html#l00090">90</a> of file <a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>.    </td>
426  </tr>
427</table>
428<a class="anchor" name="Ogre_1_1AnimationStatea18" doxytag="Ogre::AnimationState::getParent" ></a><p>
429<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
430  <tr>
431    <td class="mdRow">
432      <table cellpadding="0" cellspacing="0" border="0">
433        <tr>
434          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1AnimationStateSet.html">AnimationStateSet</a>* Ogre::AnimationState::getParent </td>
435          <td class="md" valign="top">(&nbsp;</td>
436          <td class="md" nowrap valign="top">void&nbsp;</td>
437          <td class="mdname1" valign="top" nowrap>          </td>
438          <td class="md" valign="top">&nbsp;)&nbsp;</td>
439          <td class="md" nowrap> const</td>
440        </tr>
441
442      </table>
443    </td>
444  </tr>
445</table>
446<table cellspacing=5 cellpadding=0 border=0>
447  <tr>
448    <td>
449      &nbsp;
450    </td>
451    <td>
452
453<p>
454Get the parent animation state set.
455<p>
456
457<p>
458Definition at line <a class="el" href="OgreAnimationState_8h-source.html#l00099">99</a> of file <a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>.    </td>
459  </tr>
460</table>
461<a class="anchor" name="Ogre_1_1AnimationStatea4" doxytag="Ogre::AnimationState::getTimePosition" ></a><p>
462<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
463  <tr>
464    <td class="mdRow">
465      <table cellpadding="0" cellspacing="0" border="0">
466        <tr>
467          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a465">Real</a> Ogre::AnimationState::getTimePosition </td>
468          <td class="md" valign="top">(&nbsp;</td>
469          <td class="md" nowrap valign="top">void&nbsp;</td>
470          <td class="mdname1" valign="top" nowrap>          </td>
471          <td class="md" valign="top">&nbsp;)&nbsp;</td>
472          <td class="md" nowrap> const</td>
473        </tr>
474
475      </table>
476    </td>
477  </tr>
478</table>
479<table cellspacing=5 cellpadding=0 border=0>
480  <tr>
481    <td>
482      &nbsp;
483    </td>
484    <td>
485
486<p>
487Gets the time position for this animation.
488<p>
489    </td>
490  </tr>
491</table>
492<a class="anchor" name="Ogre_1_1AnimationStatea8" doxytag="Ogre::AnimationState::getWeight" ></a><p>
493<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
494  <tr>
495    <td class="mdRow">
496      <table cellpadding="0" cellspacing="0" border="0">
497        <tr>
498          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a465">Real</a> Ogre::AnimationState::getWeight </td>
499          <td class="md" valign="top">(&nbsp;</td>
500          <td class="md" nowrap valign="top">void&nbsp;</td>
501          <td class="mdname1" valign="top" nowrap>          </td>
502          <td class="md" valign="top">&nbsp;)&nbsp;</td>
503          <td class="md" nowrap> const</td>
504        </tr>
505
506      </table>
507    </td>
508  </tr>
509</table>
510<table cellspacing=5 cellpadding=0 border=0>
511  <tr>
512    <td>
513      &nbsp;
514    </td>
515    <td>
516
517<p>
518Gets the weight (influence) of this animation.
519<p>
520    </td>
521  </tr>
522</table>
523<a class="anchor" name="Ogre_1_1AnimationStatea14" doxytag="Ogre::AnimationState::operator!=" ></a><p>
524<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
525  <tr>
526    <td class="mdRow">
527      <table cellpadding="0" cellspacing="0" border="0">
528        <tr>
529          <td class="md" nowrap valign="top"> bool Ogre::AnimationState::operator!= </td>
530          <td class="md" valign="top">(&nbsp;</td>
531          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1AnimationState.html">AnimationState</a> &amp;&nbsp;</td>
532          <td class="mdname1" valign="top" nowrap> <em>rhs</em>          </td>
533          <td class="md" valign="top">&nbsp;)&nbsp;</td>
534          <td class="md" nowrap> const</td>
535        </tr>
536
537      </table>
538    </td>
539  </tr>
540</table>
541<table cellspacing=5 cellpadding=0 border=0>
542  <tr>
543    <td>
544      &nbsp;
545    </td>
546    <td>
547
548<p>
549    </td>
550  </tr>
551</table>
552<a class="anchor" name="Ogre_1_1AnimationStatea13" doxytag="Ogre::AnimationState::operator==" ></a><p>
553<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
554  <tr>
555    <td class="mdRow">
556      <table cellpadding="0" cellspacing="0" border="0">
557        <tr>
558          <td class="md" nowrap valign="top"> bool Ogre::AnimationState::operator== </td>
559          <td class="md" valign="top">(&nbsp;</td>
560          <td class="md" nowrap valign="top">const <a class="el" href="classOgre_1_1AnimationState.html">AnimationState</a> &amp;&nbsp;</td>
561          <td class="mdname1" valign="top" nowrap> <em>rhs</em>          </td>
562          <td class="md" valign="top">&nbsp;)&nbsp;</td>
563          <td class="md" nowrap> const</td>
564        </tr>
565
566      </table>
567    </td>
568  </tr>
569</table>
570<table cellspacing=5 cellpadding=0 border=0>
571  <tr>
572    <td>
573      &nbsp;
574    </td>
575    <td>
576
577<p>
578Equality operator.
579<p>
580    </td>
581  </tr>
582</table>
583<a class="anchor" name="Ogre_1_1AnimationStatea12" doxytag="Ogre::AnimationState::setEnabled" ></a><p>
584<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
585  <tr>
586    <td class="mdRow">
587      <table cellpadding="0" cellspacing="0" border="0">
588        <tr>
589          <td class="md" nowrap valign="top"> void Ogre::AnimationState::setEnabled </td>
590          <td class="md" valign="top">(&nbsp;</td>
591          <td class="md" nowrap valign="top">bool&nbsp;</td>
592          <td class="mdname1" valign="top" nowrap> <em>enabled</em>          </td>
593          <td class="md" valign="top">&nbsp;)&nbsp;</td>
594          <td class="md" nowrap></td>
595        </tr>
596
597      </table>
598    </td>
599  </tr>
600</table>
601<table cellspacing=5 cellpadding=0 border=0>
602  <tr>
603    <td>
604      &nbsp;
605    </td>
606    <td>
607
608<p>
609Sets whether this animation is enabled.
610<p>
611    </td>
612  </tr>
613</table>
614<a class="anchor" name="Ogre_1_1AnimationStatea7" doxytag="Ogre::AnimationState::setLength" ></a><p>
615<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
616  <tr>
617    <td class="mdRow">
618      <table cellpadding="0" cellspacing="0" border="0">
619        <tr>
620          <td class="md" nowrap valign="top"> void Ogre::AnimationState::setLength </td>
621          <td class="md" valign="top">(&nbsp;</td>
622          <td class="md" nowrap valign="top"><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td>
623          <td class="mdname1" valign="top" nowrap> <em>len</em>          </td>
624          <td class="md" valign="top">&nbsp;)&nbsp;</td>
625          <td class="md" nowrap></td>
626        </tr>
627
628      </table>
629    </td>
630  </tr>
631</table>
632<table cellspacing=5 cellpadding=0 border=0>
633  <tr>
634    <td>
635      &nbsp;
636    </td>
637    <td>
638
639<p>
640Sets the total length of this animation (may be shorter than whole animation).
641<p>
642    </td>
643  </tr>
644</table>
645<a class="anchor" name="Ogre_1_1AnimationStatea15" doxytag="Ogre::AnimationState::setLoop" ></a><p>
646<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
647  <tr>
648    <td class="mdRow">
649      <table cellpadding="0" cellspacing="0" border="0">
650        <tr>
651          <td class="md" nowrap valign="top"> void Ogre::AnimationState::setLoop </td>
652          <td class="md" valign="top">(&nbsp;</td>
653          <td class="md" nowrap valign="top">bool&nbsp;</td>
654          <td class="mdname1" valign="top" nowrap> <em>loop</em>          </td>
655          <td class="md" valign="top">&nbsp;)&nbsp;</td>
656          <td class="md" nowrap></td>
657        </tr>
658
659      </table>
660    </td>
661  </tr>
662</table>
663<table cellspacing=5 cellpadding=0 border=0>
664  <tr>
665    <td>
666      &nbsp;
667    </td>
668    <td>
669
670<p>
671Sets whether or not an animation loops at the start and end of the animation if the time continues to be altered.
672<p>
673
674<p>
675Definition at line <a class="el" href="OgreAnimationState_8h-source.html#l00088">88</a> of file <a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>.    </td>
676  </tr>
677</table>
678<a class="anchor" name="Ogre_1_1AnimationStatea5" doxytag="Ogre::AnimationState::setTimePosition" ></a><p>
679<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
680  <tr>
681    <td class="mdRow">
682      <table cellpadding="0" cellspacing="0" border="0">
683        <tr>
684          <td class="md" nowrap valign="top"> void Ogre::AnimationState::setTimePosition </td>
685          <td class="md" valign="top">(&nbsp;</td>
686          <td class="md" nowrap valign="top"><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td>
687          <td class="mdname1" valign="top" nowrap> <em>timePos</em>          </td>
688          <td class="md" valign="top">&nbsp;)&nbsp;</td>
689          <td class="md" nowrap></td>
690        </tr>
691
692      </table>
693    </td>
694  </tr>
695</table>
696<table cellspacing=5 cellpadding=0 border=0>
697  <tr>
698    <td>
699      &nbsp;
700    </td>
701    <td>
702
703<p>
704Sets the time position for this animation.
705<p>
706    </td>
707  </tr>
708</table>
709<a class="anchor" name="Ogre_1_1AnimationStatea9" doxytag="Ogre::AnimationState::setWeight" ></a><p>
710<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
711  <tr>
712    <td class="mdRow">
713      <table cellpadding="0" cellspacing="0" border="0">
714        <tr>
715          <td class="md" nowrap valign="top"> void Ogre::AnimationState::setWeight </td>
716          <td class="md" valign="top">(&nbsp;</td>
717          <td class="md" nowrap valign="top"><a class="el" href="namespaceOgre.html#a465">Real</a>&nbsp;</td>
718          <td class="mdname1" valign="top" nowrap> <em>weight</em>          </td>
719          <td class="md" valign="top">&nbsp;)&nbsp;</td>
720          <td class="md" nowrap></td>
721        </tr>
722
723      </table>
724    </td>
725  </tr>
726</table>
727<table cellspacing=5 cellpadding=0 border=0>
728  <tr>
729    <td>
730      &nbsp;
731    </td>
732    <td>
733
734<p>
735Sets the weight (influence) of this animation.
736<p>
737    </td>
738  </tr>
739</table>
740<hr><h2>Member Data Documentation</h2>
741<a class="anchor" name="Ogre_1_1AnimationStatep0" doxytag="Ogre::AnimationState::mAnimationName" ></a><p>
742<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
743  <tr>
744    <td class="mdRow">
745      <table cellpadding="0" cellspacing="0" border="0">
746        <tr>
747          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a471">String</a> <a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep0">Ogre::AnimationState::mAnimationName</a><code> [protected]</code>
748      </table>
749    </td>
750  </tr>
751</table>
752<table cellspacing=5 cellpadding=0 border=0>
753  <tr>
754    <td>
755      &nbsp;
756    </td>
757    <td>
758
759<p>
760
761<p>
762Definition at line <a class="el" href="OgreAnimationState_8h-source.html#l00102">102</a> of file <a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>.    </td>
763  </tr>
764</table>
765<a class="anchor" name="Ogre_1_1AnimationStatep6" doxytag="Ogre::AnimationState::mEnabled" ></a><p>
766<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
767  <tr>
768    <td class="mdRow">
769      <table cellpadding="0" cellspacing="0" border="0">
770        <tr>
771          <td class="md" nowrap valign="top"> bool <a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep6">Ogre::AnimationState::mEnabled</a><code> [protected]</code>
772      </table>
773    </td>
774  </tr>
775</table>
776<table cellspacing=5 cellpadding=0 border=0>
777  <tr>
778    <td>
779      &nbsp;
780    </td>
781    <td>
782
783<p>
784
785<p>
786Definition at line <a class="el" href="OgreAnimationState_8h-source.html#l00108">108</a> of file <a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>.    </td>
787  </tr>
788</table>
789<a class="anchor" name="Ogre_1_1AnimationStatep4" doxytag="Ogre::AnimationState::mInvLength" ></a><p>
790<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
791  <tr>
792    <td class="mdRow">
793      <table cellpadding="0" cellspacing="0" border="0">
794        <tr>
795          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a465">Real</a> <a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep4">Ogre::AnimationState::mInvLength</a><code> [protected]</code>
796      </table>
797    </td>
798  </tr>
799</table>
800<table cellspacing=5 cellpadding=0 border=0>
801  <tr>
802    <td>
803      &nbsp;
804    </td>
805    <td>
806
807<p>
808
809<p>
810Definition at line <a class="el" href="OgreAnimationState_8h-source.html#l00106">106</a> of file <a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>.    </td>
811  </tr>
812</table>
813<a class="anchor" name="Ogre_1_1AnimationStatep3" doxytag="Ogre::AnimationState::mLength" ></a><p>
814<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
815  <tr>
816    <td class="mdRow">
817      <table cellpadding="0" cellspacing="0" border="0">
818        <tr>
819          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a465">Real</a> <a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep3">Ogre::AnimationState::mLength</a><code> [protected]</code>
820      </table>
821    </td>
822  </tr>
823</table>
824<table cellspacing=5 cellpadding=0 border=0>
825  <tr>
826    <td>
827      &nbsp;
828    </td>
829    <td>
830
831<p>
832
833<p>
834Definition at line <a class="el" href="OgreAnimationState_8h-source.html#l00105">105</a> of file <a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>.    </td>
835  </tr>
836</table>
837<a class="anchor" name="Ogre_1_1AnimationStatep7" doxytag="Ogre::AnimationState::mLoop" ></a><p>
838<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
839  <tr>
840    <td class="mdRow">
841      <table cellpadding="0" cellspacing="0" border="0">
842        <tr>
843          <td class="md" nowrap valign="top"> bool <a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep7">Ogre::AnimationState::mLoop</a><code> [protected]</code>
844      </table>
845    </td>
846  </tr>
847</table>
848<table cellspacing=5 cellpadding=0 border=0>
849  <tr>
850    <td>
851      &nbsp;
852    </td>
853    <td>
854
855<p>
856
857<p>
858Definition at line <a class="el" href="OgreAnimationState_8h-source.html#l00109">109</a> of file <a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>.    </td>
859  </tr>
860</table>
861<a class="anchor" name="Ogre_1_1AnimationStatep1" doxytag="Ogre::AnimationState::mParent" ></a><p>
862<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
863  <tr>
864    <td class="mdRow">
865      <table cellpadding="0" cellspacing="0" border="0">
866        <tr>
867          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1AnimationStateSet.html">AnimationStateSet</a>* <a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep1">Ogre::AnimationState::mParent</a><code> [protected]</code>
868      </table>
869    </td>
870  </tr>
871</table>
872<table cellspacing=5 cellpadding=0 border=0>
873  <tr>
874    <td>
875      &nbsp;
876    </td>
877    <td>
878
879<p>
880
881<p>
882Definition at line <a class="el" href="OgreAnimationState_8h-source.html#l00103">103</a> of file <a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>.    </td>
883  </tr>
884</table>
885<a class="anchor" name="Ogre_1_1AnimationStatep2" doxytag="Ogre::AnimationState::mTimePos" ></a><p>
886<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
887  <tr>
888    <td class="mdRow">
889      <table cellpadding="0" cellspacing="0" border="0">
890        <tr>
891          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a465">Real</a> <a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep2">Ogre::AnimationState::mTimePos</a><code> [protected]</code>
892      </table>
893    </td>
894  </tr>
895</table>
896<table cellspacing=5 cellpadding=0 border=0>
897  <tr>
898    <td>
899      &nbsp;
900    </td>
901    <td>
902
903<p>
904
905<p>
906Definition at line <a class="el" href="OgreAnimationState_8h-source.html#l00104">104</a> of file <a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>.    </td>
907  </tr>
908</table>
909<a class="anchor" name="Ogre_1_1AnimationStatep5" doxytag="Ogre::AnimationState::mWeight" ></a><p>
910<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
911  <tr>
912    <td class="mdRow">
913      <table cellpadding="0" cellspacing="0" border="0">
914        <tr>
915          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a465">Real</a> <a class="el" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep5">Ogre::AnimationState::mWeight</a><code> [protected]</code>
916      </table>
917    </td>
918  </tr>
919</table>
920<table cellspacing=5 cellpadding=0 border=0>
921  <tr>
922    <td>
923      &nbsp;
924    </td>
925    <td>
926
927<p>
928
929<p>
930Definition at line <a class="el" href="OgreAnimationState_8h-source.html#l00107">107</a> of file <a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a>.    </td>
931  </tr>
932</table>
933<hr>The documentation for this class was generated from the following file:<ul>
934<li><a class="el" href="OgreAnimationState_8h-source.html">OgreAnimationState.h</a></ul>
935<hr>
936<p>
937Copyright &copy; 2000-2005 by The OGRE Team<br />
938<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>
939This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/>
940                <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
941                <Work rdf:about="">
942                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
943        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
944                </Work>
945                <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
946
947Last modified Sun Mar 12 14:38:04 2006
948</p>
949</body>
950</html>
Note: See TracBrowser for help on using the repository browser.