1 | <html> |
---|
2 | <head> |
---|
3 | <title>OgreAnimationState.h Source File - 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 Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="namespacemembers.html">Namespace Members</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div> |
---|
10 | <h1>OgreAnimationState.h</h1><a href="OgreAnimationState_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*</span> |
---|
11 | 00002 <span class="comment">-----------------------------------------------------------------------------</span> |
---|
12 | 00003 <span class="comment">This source file is part of OGRE</span> |
---|
13 | 00004 <span class="comment"> (Object-oriented Graphics Rendering Engine)</span> |
---|
14 | 00005 <span class="comment">For the latest info, see http://www.ogre3d.org/</span> |
---|
15 | 00006 <span class="comment"></span> |
---|
16 | 00007 <span class="comment">Copyright (c) 2000-2005 The OGRE Team</span> |
---|
17 | 00008 <span class="comment">Also see acknowledgements in Readme.html</span> |
---|
18 | 00009 <span class="comment"></span> |
---|
19 | 00010 <span class="comment">This program is free software; you can redistribute it and/or modify it under</span> |
---|
20 | 00011 <span class="comment">the terms of the GNU Lesser General Public License as published by the Free Software</span> |
---|
21 | 00012 <span class="comment">Foundation; either version 2 of the License, or (at your option) any later</span> |
---|
22 | 00013 <span class="comment">version.</span> |
---|
23 | 00014 <span class="comment"></span> |
---|
24 | 00015 <span class="comment">This program is distributed in the hope that it will be useful, but WITHOUT</span> |
---|
25 | 00016 <span class="comment">ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS</span> |
---|
26 | 00017 <span class="comment">FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.</span> |
---|
27 | 00018 <span class="comment"></span> |
---|
28 | 00019 <span class="comment">You should have received a copy of the GNU Lesser General Public License along with</span> |
---|
29 | 00020 <span class="comment">this program; if not, write to the Free Software Foundation, Inc., 59 Temple</span> |
---|
30 | 00021 <span class="comment">Place - Suite 330, Boston, MA 02111-1307, USA, or go to</span> |
---|
31 | 00022 <span class="comment">http://www.gnu.org/copyleft/lesser.txt.</span> |
---|
32 | 00023 <span class="comment">-----------------------------------------------------------------------------</span> |
---|
33 | 00024 <span class="comment">*/</span> |
---|
34 | 00025 |
---|
35 | 00026 <span class="preprocessor">#ifndef __AnimationSet_H__</span> |
---|
36 | 00027 <span class="preprocessor"></span><span class="preprocessor">#define __AnimationSet_H__</span> |
---|
37 | 00028 <span class="preprocessor"></span> |
---|
38 | 00029 <span class="preprocessor">#include "<a class="code" href="OgrePrerequisites_8h.html">OgrePrerequisites.h</a>"</span> |
---|
39 | 00030 |
---|
40 | 00031 <span class="preprocessor">#include "<a class="code" href="OgreString_8h.html">OgreString.h</a>"</span> |
---|
41 | 00032 <span class="preprocessor">#include "<a class="code" href="OgreController_8h.html">OgreController.h</a>"</span> |
---|
42 | 00033 <span class="preprocessor">#include "<a class="code" href="OgreIteratorWrappers_8h.html">OgreIteratorWrappers.h</a>"</span> |
---|
43 | 00034 |
---|
44 | 00035 <span class="keyword">namespace </span>Ogre { |
---|
45 | 00036 |
---|
46 | <a name="l00042"></a><a class="code" href="classOgre_1_1AnimationState.html">00042</a> <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#a16">_OgreExport</a> AnimationState |
---|
47 | 00043 { |
---|
48 | 00044 <span class="keyword">public</span>: |
---|
49 | 00046 AnimationState(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a471">String</a>& animName, <a class="code" href="classOgre_1_1AnimationStateSet.html">AnimationStateSet</a> *parent, |
---|
50 | 00047 <a class="code" href="namespaceOgre.html#a465">Real</a> timePos, <a class="code" href="namespaceOgre.html#a465">Real</a> length, <a class="code" href="namespaceOgre.html#a465">Real</a> weight = 1.0, <span class="keywordtype">bool</span> enabled = <span class="keyword">false</span>); |
---|
51 | 00049 AnimationState(<a class="code" href="classOgre_1_1AnimationStateSet.html">AnimationStateSet</a>* parent, <span class="keyword">const</span> AnimationState &rhs); |
---|
52 | 00053 <span class="keyword">virtual</span> ~AnimationState(); |
---|
53 | 00054 |
---|
54 | 00056 <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a471">String</a>& getAnimationName() <span class="keyword">const</span>; |
---|
55 | 00058 <a class="code" href="namespaceOgre.html#a465">Real</a> getTimePosition(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
56 | 00060 <span class="keywordtype">void</span> setTimePosition(<a class="code" href="namespaceOgre.html#a465">Real</a> timePos); |
---|
57 | 00062 <a class="code" href="namespaceOgre.html#a465">Real</a> getLength() <span class="keyword">const</span>; |
---|
58 | 00064 <span class="keywordtype">void</span> setLength(<a class="code" href="namespaceOgre.html#a465">Real</a> len); |
---|
59 | 00066 <a class="code" href="namespaceOgre.html#a465">Real</a> getWeight(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
60 | 00068 <span class="keywordtype">void</span> setWeight(<a class="code" href="namespaceOgre.html#a465">Real</a> weight); |
---|
61 | 00073 <span class="keywordtype">void</span> addTime(<a class="code" href="namespaceOgre.html#a465">Real</a> offset); |
---|
62 | 00074 |
---|
63 | 00076 <span class="keywordtype">bool</span> getEnabled(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
64 | 00078 <span class="keywordtype">void</span> setEnabled(<span class="keywordtype">bool</span> enabled); |
---|
65 | 00079 |
---|
66 | 00081 <span class="keywordtype">bool</span> <a class="code" href="namespaceOgre.html#a623">operator==</a>(<span class="keyword">const</span> AnimationState& rhs) <span class="keyword">const</span>; |
---|
67 | 00082 <span class="comment">// Inequality operator</span> |
---|
68 | 00083 <span class="keywordtype">bool</span> <a class="code" href="namespaceOgre.html#a624">operator!=</a>(<span class="keyword">const</span> AnimationState& rhs) <span class="keyword">const</span>; |
---|
69 | 00084 |
---|
70 | <a name="l00088"></a><a class="code" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea15">00088</a> <span class="keywordtype">void</span> setLoop(<span class="keywordtype">bool</span> loop) { mLoop = loop; } |
---|
71 | <a name="l00090"></a><a class="code" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea16">00090</a> <span class="keywordtype">bool</span> getLoop(<span class="keywordtype">void</span>)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mLoop; } |
---|
72 | 00091 |
---|
73 | 00096 <span class="keywordtype">void</span> copyStateFrom(<span class="keyword">const</span> AnimationState& animState); |
---|
74 | 00097 |
---|
75 | <a name="l00099"></a><a class="code" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatea18">00099</a> <a class="code" href="classOgre_1_1AnimationStateSet.html">AnimationStateSet</a>* getParent(<span class="keywordtype">void</span>)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mParent; } |
---|
76 | 00100 |
---|
77 | 00101 <span class="keyword">protected</span>: |
---|
78 | <a name="l00102"></a><a class="code" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep0">00102</a> <a class="code" href="namespaceOgre.html#a471">String</a> mAnimationName; |
---|
79 | <a name="l00103"></a><a class="code" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep1">00103</a> <a class="code" href="classOgre_1_1AnimationStateSet.html">AnimationStateSet</a>* mParent; |
---|
80 | <a name="l00104"></a><a class="code" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep2">00104</a> <a class="code" href="namespaceOgre.html#a465">Real</a> mTimePos; |
---|
81 | <a name="l00105"></a><a class="code" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep3">00105</a> <a class="code" href="namespaceOgre.html#a465">Real</a> mLength; |
---|
82 | <a name="l00106"></a><a class="code" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep4">00106</a> <a class="code" href="namespaceOgre.html#a465">Real</a> mInvLength; |
---|
83 | <a name="l00107"></a><a class="code" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep5">00107</a> <a class="code" href="namespaceOgre.html#a465">Real</a> mWeight; |
---|
84 | <a name="l00108"></a><a class="code" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep6">00108</a> <span class="keywordtype">bool</span> mEnabled; |
---|
85 | <a name="l00109"></a><a class="code" href="classOgre_1_1AnimationState.html#Ogre_1_1AnimationStatep7">00109</a> <span class="keywordtype">bool</span> mLoop; |
---|
86 | 00110 |
---|
87 | 00111 }; |
---|
88 | 00112 |
---|
89 | 00113 <span class="comment">// A map of animation states</span> |
---|
90 | <a name="l00114"></a><a class="code" href="namespaceOgre.html#a1">00114</a> <span class="keyword">typedef</span> std::map<String, AnimationState*> <a class="code" href="namespaceOgre.html#a1">AnimationStateMap</a>; |
---|
91 | <a name="l00115"></a><a class="code" href="namespaceOgre.html#a2">00115</a> <span class="keyword">typedef</span> <a class="code" href="classOgre_1_1MapIterator.html">MapIterator<AnimationStateMap></a> <a class="code" href="classOgre_1_1MapIterator.html">AnimationStateIterator</a>; |
---|
92 | <a name="l00116"></a><a class="code" href="namespaceOgre.html#a3">00116</a> <span class="keyword">typedef</span> <a class="code" href="classOgre_1_1ConstMapIterator.html">ConstMapIterator<AnimationStateMap></a> <a class="code" href="classOgre_1_1ConstMapIterator.html">ConstAnimationStateIterator</a>; |
---|
93 | 00117 <span class="comment">// A list of enabled animation states</span> |
---|
94 | <a name="l00118"></a><a class="code" href="namespaceOgre.html#a4">00118</a> <span class="keyword">typedef</span> std::list<AnimationState*> <a class="code" href="namespaceOgre.html#a4">EnabledAnimationStateList</a>; |
---|
95 | <a name="l00119"></a><a class="code" href="namespaceOgre.html#a5">00119</a> <span class="keyword">typedef</span> <a class="code" href="classOgre_1_1ConstVectorIterator.html">ConstVectorIterator<EnabledAnimationStateList></a> <a class="code" href="classOgre_1_1ConstVectorIterator.html">ConstEnabledAnimationStateIterator</a>; |
---|
96 | 00120 |
---|
97 | <a name="l00123"></a><a class="code" href="classOgre_1_1AnimationStateSet.html">00123</a> <span class="keyword">class </span><a class="code" href="class__OgreExport.html">_OgreExport</a> AnimationStateSet |
---|
98 | 00124 { |
---|
99 | 00125 <span class="keyword">public</span>: |
---|
100 | 00127 AnimationStateSet(); |
---|
101 | 00129 AnimationStateSet(<span class="keyword">const</span> AnimationStateSet& rhs); |
---|
102 | 00130 |
---|
103 | 00131 ~AnimationStateSet(); |
---|
104 | 00132 |
---|
105 | 00140 AnimationState* createAnimationState(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a471">String</a>& animName, |
---|
106 | 00141 <a class="code" href="namespaceOgre.html#a465">Real</a> timePos, <a class="code" href="namespaceOgre.html#a465">Real</a> length, <a class="code" href="namespaceOgre.html#a465">Real</a> weight = 1.0, <span class="keywordtype">bool</span> enabled = <span class="keyword">false</span>); |
---|
107 | 00143 AnimationState* getAnimationState(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a471">String</a>& name) <span class="keyword">const</span>; |
---|
108 | 00145 <span class="keywordtype">bool</span> hasAnimationState(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a471">String</a>& name) <span class="keyword">const</span>; |
---|
109 | 00147 <span class="keywordtype">void</span> removeAnimationState(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a471">String</a>& name); |
---|
110 | 00149 <span class="keywordtype">void</span> removeAllAnimationStates(<span class="keywordtype">void</span>); |
---|
111 | 00150 |
---|
112 | 00152 <a class="code" href="classOgre_1_1MapIterator.html">AnimationStateIterator</a> getAnimationStateIterator(<span class="keywordtype">void</span>); |
---|
113 | 00154 <a class="code" href="classOgre_1_1ConstMapIterator.html">ConstAnimationStateIterator</a> getAnimationStateIterator(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
114 | 00156 <span class="keywordtype">void</span> copyMatchingState(AnimationStateSet* target) <span class="keyword">const</span>; |
---|
115 | 00158 <span class="keywordtype">void</span> _notifyDirty(<span class="keywordtype">void</span>); |
---|
116 | <a name="l00160"></a><a class="code" href="classOgre_1_1AnimationStateSet.html#Ogre_1_1AnimationStateSeta12">00160</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> getDirtyFrameNumber(<span class="keywordtype">void</span>)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> mDirtyFrameNumber; } |
---|
117 | 00161 |
---|
118 | 00163 <span class="keywordtype">void</span> _notifyAnimationStateEnabled(AnimationState* target, <span class="keywordtype">bool</span> enabled); |
---|
119 | <a name="l00165"></a><a class="code" href="classOgre_1_1AnimationStateSet.html#Ogre_1_1AnimationStateSeta14">00165</a> <span class="keywordtype">bool</span> hasEnabledAnimationState(<span class="keywordtype">void</span>)<span class="keyword"> const </span>{ <span class="keywordflow">return</span> !mEnabledAnimationStates.empty(); } |
---|
120 | 00167 <a class="code" href="classOgre_1_1ConstVectorIterator.html">ConstEnabledAnimationStateIterator</a> getEnabledAnimationStateIterator(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
121 | 00168 |
---|
122 | 00169 <span class="keyword">protected</span>: |
---|
123 | <a name="l00170"></a><a class="code" href="classOgre_1_1AnimationStateSet.html#Ogre_1_1AnimationStateSetp0">00170</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> mDirtyFrameNumber; |
---|
124 | <a name="l00171"></a><a class="code" href="classOgre_1_1AnimationStateSet.html#Ogre_1_1AnimationStateSetp1">00171</a> <a class="code" href="namespaceOgre.html#a1">AnimationStateMap</a> mAnimationStates; |
---|
125 | <a name="l00172"></a><a class="code" href="classOgre_1_1AnimationStateSet.html#Ogre_1_1AnimationStateSetp2">00172</a> <a class="code" href="namespaceOgre.html#a4">EnabledAnimationStateList</a> mEnabledAnimationStates; |
---|
126 | 00173 |
---|
127 | 00174 }; |
---|
128 | 00175 |
---|
129 | <a name="l00184"></a><a class="code" href="classOgre_1_1AnimationStateControllerValue.html">00184</a> <span class="keyword">class </span><a class="code" href="class__OgreExport.html">_OgreExport</a> AnimationStateControllerValue : <span class="keyword">public</span> <a class="code" href="classOgre_1_1ControllerValue.html">ControllerValue</a><Real> |
---|
130 | 00185 { |
---|
131 | 00186 <span class="keyword">protected</span>: |
---|
132 | <a name="l00187"></a><a class="code" href="classOgre_1_1AnimationStateControllerValue.html#Ogre_1_1AnimationStateControllerValuep0">00187</a> AnimationState* mTargetAnimationState; |
---|
133 | 00188 <span class="keyword">public</span>: |
---|
134 | <a name="l00190"></a><a class="code" href="classOgre_1_1AnimationStateControllerValue.html#Ogre_1_1AnimationStateControllerValuea0">00190</a> AnimationStateControllerValue(AnimationState* targetAnimationState) |
---|
135 | 00191 : mTargetAnimationState(targetAnimationState) {} |
---|
136 | <a name="l00193"></a><a class="code" href="classOgre_1_1AnimationStateControllerValue.html#Ogre_1_1AnimationStateControllerValuea1">00193</a> ~AnimationStateControllerValue() {} |
---|
137 | 00195 <a class="code" href="namespaceOgre.html#a465">Real</a> getValue(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
138 | 00196 |
---|
139 | 00198 <span class="keywordtype">void</span> setValue(<a class="code" href="namespaceOgre.html#a465">Real</a> value); |
---|
140 | 00199 |
---|
141 | 00200 }; |
---|
142 | 00201 |
---|
143 | 00202 |
---|
144 | 00203 } |
---|
145 | 00204 |
---|
146 | 00205 <span class="preprocessor">#endif</span> |
---|
147 | 00206 <span class="preprocessor"></span> |
---|
148 | </pre></div><hr> |
---|
149 | <p> |
---|
150 | Copyright © 2000-2005 by The OGRE Team<br /> |
---|
151 | <!--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/> |
---|
152 | This 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/> |
---|
153 | <!--/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#"> |
---|
154 | <Work rdf:about=""> |
---|
155 | <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> |
---|
156 | <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> |
---|
157 | </Work> |
---|
158 | <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> --> |
---|
159 | |
---|
160 | Last modified Sun Mar 12 14:37:36 2006 |
---|
161 | </p> |
---|
162 | </body> |
---|
163 | </html> |
---|