[692] | 1 | <html> |
---|
| 2 | <head> |
---|
| 3 | <title>OgreAnimation.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>OgreAnimation.h</h1><a href="OgreAnimation_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 __Animation_H__</span> |
---|
| 36 | 00027 <span class="preprocessor"></span><span class="preprocessor">#define __Animation_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 <span class="preprocessor">#include "<a class="code" href="OgreString_8h.html">OgreString.h</a>"</span> |
---|
| 40 | 00031 <span class="preprocessor">#include "<a class="code" href="OgreIteratorWrappers_8h.html">OgreIteratorWrappers.h</a>"</span> |
---|
| 41 | 00032 <span class="preprocessor">#include "<a class="code" href="OgreAnimable_8h.html">OgreAnimable.h</a>"</span> |
---|
| 42 | 00033 <span class="preprocessor">#include "<a class="code" href="OgreAnimationTrack_8h.html">OgreAnimationTrack.h</a>"</span> |
---|
| 43 | 00034 |
---|
| 44 | 00035 |
---|
| 45 | 00036 <span class="keyword">namespace </span>Ogre { |
---|
| 46 | 00037 |
---|
| 47 | <a name="l00048"></a><a class="code" href="classOgre_1_1Animation.html">00048</a> <span class="keyword">class </span><a class="code" href="OgrePlatform_8h.html#a16">_OgreExport</a> Animation |
---|
| 48 | 00049 { |
---|
| 49 | 00050 |
---|
| 50 | 00051 <span class="keyword">public</span>: |
---|
| 51 | <a name="l00053"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw10">00053</a> <span class="keyword">enum</span> InterpolationMode |
---|
| 52 | 00054 { |
---|
| 53 | 00056 IM_LINEAR, |
---|
| 54 | 00058 IM_SPLINE |
---|
| 55 | 00059 }; |
---|
| 56 | 00060 |
---|
| 57 | <a name="l00062"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw11">00062</a> <span class="keyword">enum</span> RotationInterpolationMode |
---|
| 58 | 00063 { |
---|
| 59 | 00067 RIM_LINEAR, |
---|
| 60 | 00071 RIM_SPHERICAL |
---|
| 61 | 00072 }; |
---|
| 62 | 00077 Animation(<span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a471">String</a>& name, <a class="code" href="namespaceOgre.html#a465">Real</a> length); |
---|
| 63 | 00078 <span class="keyword">virtual</span> ~Animation(); |
---|
| 64 | 00079 |
---|
| 65 | 00081 <span class="keyword">const</span> <a class="code" href="namespaceOgre.html#a471">String</a>& getName(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
| 66 | 00082 |
---|
| 67 | 00084 <a class="code" href="namespaceOgre.html#a465">Real</a> getLength(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
| 68 | 00085 |
---|
| 69 | 00090 <a class="code" href="classOgre_1_1NodeAnimationTrack.html">NodeAnimationTrack</a>* createNodeTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle); |
---|
| 70 | 00091 |
---|
| 71 | 00096 <a class="code" href="classOgre_1_1NumericAnimationTrack.html">NumericAnimationTrack</a>* createNumericTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle); |
---|
| 72 | 00097 |
---|
| 73 | 00105 <a class="code" href="classOgre_1_1VertexAnimationTrack.html">VertexAnimationTrack</a>* createVertexTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle, VertexAnimationType animType); |
---|
| 74 | 00106 |
---|
| 75 | 00115 <a class="code" href="classOgre_1_1NodeAnimationTrack.html">NodeAnimationTrack</a>* createNodeTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle, <a class="code" href="classOgre_1_1Node.html">Node</a>* node); |
---|
| 76 | 00116 |
---|
| 77 | 00122 <a class="code" href="classOgre_1_1NumericAnimationTrack.html">NumericAnimationTrack</a>* createNumericTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle, |
---|
| 78 | 00123 <span class="keyword">const</span> <a class="code" href="classOgre_1_1SharedPtr.html">AnimableValuePtr</a>& anim); |
---|
| 79 | 00124 |
---|
| 80 | 00131 <a class="code" href="classOgre_1_1VertexAnimationTrack.html">VertexAnimationTrack</a>* createVertexTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle, |
---|
| 81 | 00132 <a class="code" href="classOgre_1_1VertexData.html">VertexData</a>* data, VertexAnimationType animType); |
---|
| 82 | 00133 |
---|
| 83 | 00135 <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> getNumNodeTracks(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
| 84 | 00136 |
---|
| 85 | 00138 <a class="code" href="classOgre_1_1NodeAnimationTrack.html">NodeAnimationTrack</a>* getNodeTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle) <span class="keyword">const</span>; |
---|
| 86 | 00139 |
---|
| 87 | 00141 <span class="keywordtype">bool</span> hasNodeTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle) <span class="keyword">const</span>; |
---|
| 88 | 00142 |
---|
| 89 | 00144 <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> getNumNumericTracks(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
| 90 | 00145 |
---|
| 91 | 00147 <a class="code" href="classOgre_1_1NumericAnimationTrack.html">NumericAnimationTrack</a>* getNumericTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle) <span class="keyword">const</span>; |
---|
| 92 | 00148 |
---|
| 93 | 00150 <span class="keywordtype">bool</span> hasNumericTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle) <span class="keyword">const</span>; |
---|
| 94 | 00151 |
---|
| 95 | 00153 <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> getNumVertexTracks(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
| 96 | 00154 |
---|
| 97 | 00156 <a class="code" href="classOgre_1_1VertexAnimationTrack.html">VertexAnimationTrack</a>* getVertexTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle) <span class="keyword">const</span>; |
---|
| 98 | 00157 |
---|
| 99 | 00159 <span class="keywordtype">bool</span> hasVertexTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle) <span class="keyword">const</span>; |
---|
| 100 | 00160 |
---|
| 101 | 00162 <span class="keywordtype">void</span> destroyNodeTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle); |
---|
| 102 | 00163 |
---|
| 103 | 00165 <span class="keywordtype">void</span> destroyNumericTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle); |
---|
| 104 | 00166 |
---|
| 105 | 00168 <span class="keywordtype">void</span> destroyVertexTrack(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> handle); |
---|
| 106 | 00169 |
---|
| 107 | 00171 <span class="keywordtype">void</span> destroyAllTracks(<span class="keywordtype">void</span>); |
---|
| 108 | 00172 |
---|
| 109 | 00174 <span class="keywordtype">void</span> destroyAllNodeTracks(<span class="keywordtype">void</span>); |
---|
| 110 | 00176 <span class="keywordtype">void</span> destroyAllNumericTracks(<span class="keywordtype">void</span>); |
---|
| 111 | 00178 <span class="keywordtype">void</span> destroyAllVertexTracks(<span class="keywordtype">void</span>); |
---|
| 112 | 00179 |
---|
| 113 | 00190 <span class="keywordtype">void</span> apply(<a class="code" href="namespaceOgre.html#a465">Real</a> timePos, <a class="code" href="namespaceOgre.html#a465">Real</a> weight = 1.0, <span class="keywordtype">bool</span> accumulate = <span class="keyword">false</span>, |
---|
| 114 | 00191 <a class="code" href="namespaceOgre.html#a465">Real</a> scale = 1.0f); |
---|
| 115 | 00192 |
---|
| 116 | 00203 <span class="keywordtype">void</span> apply(<a class="code" href="classOgre_1_1Skeleton.html">Skeleton</a>* skeleton, <a class="code" href="namespaceOgre.html#a465">Real</a> timePos, <a class="code" href="namespaceOgre.html#a465">Real</a> weight = 1.0, |
---|
| 117 | 00204 <span class="keywordtype">bool</span> accumulate = <span class="keyword">false</span>, <a class="code" href="namespaceOgre.html#a465">Real</a> scale = 1.0f); |
---|
| 118 | 00205 |
---|
| 119 | 00215 <span class="keywordtype">void</span> apply(<a class="code" href="classOgre_1_1Entity.html">Entity</a>* entity, <a class="code" href="namespaceOgre.html#a465">Real</a> timePos, <a class="code" href="namespaceOgre.html#a465">Real</a> weight, <span class="keywordtype">bool</span> software, |
---|
| 120 | 00216 <span class="keywordtype">bool</span> hardware); |
---|
| 121 | 00217 |
---|
| 122 | 00230 <span class="keywordtype">void</span> setInterpolationMode(InterpolationMode im); |
---|
| 123 | 00231 |
---|
| 124 | 00236 InterpolationMode getInterpolationMode(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
| 125 | 00247 <span class="keywordtype">void</span> setRotationInterpolationMode(RotationInterpolationMode im); |
---|
| 126 | 00248 |
---|
| 127 | 00253 RotationInterpolationMode getRotationInterpolationMode(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
| 128 | 00254 |
---|
| 129 | 00255 <span class="comment">// Methods for setting the defaults</span> |
---|
| 130 | 00262 <span class="comment"></span> <span class="keyword">static</span> <span class="keywordtype">void</span> setDefaultInterpolationMode(InterpolationMode im); |
---|
| 131 | 00263 |
---|
| 132 | 00265 <span class="keyword">static</span> InterpolationMode getDefaultInterpolationMode(<span class="keywordtype">void</span>); |
---|
| 133 | 00266 |
---|
| 134 | 00273 <span class="keyword">static</span> <span class="keywordtype">void</span> setDefaultRotationInterpolationMode(RotationInterpolationMode im); |
---|
| 135 | 00274 |
---|
| 136 | 00276 <span class="keyword">static</span> RotationInterpolationMode getDefaultRotationInterpolationMode(<span class="keywordtype">void</span>); |
---|
| 137 | 00277 |
---|
| 138 | <a name="l00278"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw0">00278</a> <span class="keyword">typedef</span> std::map<unsigned short, NodeAnimationTrack*> <a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw0">NodeTrackList</a>; |
---|
| 139 | <a name="l00279"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw1">00279</a> <span class="keyword">typedef</span> <a class="code" href="classOgre_1_1ConstMapIterator.html">ConstMapIterator<NodeTrackList></a> <a class="code" href="classOgre_1_1ConstMapIterator.html">NodeTrackIterator</a>; |
---|
| 140 | 00280 |
---|
| 141 | <a name="l00281"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw2">00281</a> <span class="keyword">typedef</span> std::map<unsigned short, NumericAnimationTrack*> <a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw2">NumericTrackList</a>; |
---|
| 142 | <a name="l00282"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw3">00282</a> <span class="keyword">typedef</span> <a class="code" href="classOgre_1_1ConstMapIterator.html">ConstMapIterator<NumericTrackList></a> <a class="code" href="classOgre_1_1ConstMapIterator.html">NumericTrackIterator</a>; |
---|
| 143 | 00283 |
---|
| 144 | <a name="l00284"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw4">00284</a> <span class="keyword">typedef</span> std::map<unsigned short, VertexAnimationTrack*> <a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw4">VertexTrackList</a>; |
---|
| 145 | <a name="l00285"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw5">00285</a> <span class="keyword">typedef</span> <a class="code" href="classOgre_1_1ConstMapIterator.html">ConstMapIterator<VertexTrackList></a> <a class="code" href="classOgre_1_1ConstMapIterator.html">VertexTrackIterator</a>; |
---|
| 146 | 00286 |
---|
| 147 | 00288 <span class="keyword">const</span> <a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw0">NodeTrackList</a>& _getNodeTrackList(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
| 148 | 00289 |
---|
| 149 | <a name="l00291"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationa34">00291</a> <a class="code" href="classOgre_1_1ConstMapIterator.html">NodeTrackIterator</a> getNodeTrackIterator(<span class="keywordtype">void</span>)<span class="keyword"> const</span> |
---|
| 150 | 00292 <span class="keyword"> </span>{ <span class="keywordflow">return</span> <a class="code" href="classOgre_1_1ConstMapIterator.html">NodeTrackIterator</a>(mNodeTrackList.begin(), mNodeTrackList.end()); } |
---|
| 151 | 00293 |
---|
| 152 | 00295 <span class="keyword">const</span> NumericTrackList& _getNumericTrackList(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
| 153 | 00296 |
---|
| 154 | <a name="l00298"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationa36">00298</a> <a class="code" href="classOgre_1_1ConstMapIterator.html">NumericTrackIterator</a> getNumericTrackIterator(<span class="keywordtype">void</span>)<span class="keyword"> const</span> |
---|
| 155 | 00299 <span class="keyword"> </span>{ <span class="keywordflow">return</span> <a class="code" href="classOgre_1_1ConstMapIterator.html">NumericTrackIterator</a>(mNumericTrackList.begin(), mNumericTrackList.end()); } |
---|
| 156 | 00300 |
---|
| 157 | 00302 <span class="keyword">const</span> VertexTrackList& _getVertexTrackList(<span class="keywordtype">void</span>) <span class="keyword">const</span>; |
---|
| 158 | 00303 |
---|
| 159 | <a name="l00305"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationa38">00305</a> <a class="code" href="classOgre_1_1ConstMapIterator.html">VertexTrackIterator</a> getVertexTrackIterator(<span class="keywordtype">void</span>)<span class="keyword"> const</span> |
---|
| 160 | 00306 <span class="keyword"> </span>{ <span class="keywordflow">return</span> <a class="code" href="classOgre_1_1ConstMapIterator.html">VertexTrackIterator</a>(mVertexTrackList.begin(), mVertexTrackList.end()); } |
---|
| 161 | 00307 |
---|
| 162 | 00317 <span class="keywordtype">void</span> optimise(<span class="keywordtype">void</span>); |
---|
| 163 | 00318 |
---|
| 164 | 00319 |
---|
| 165 | 00320 |
---|
| 166 | 00321 <span class="keyword">protected</span>: |
---|
| 167 | <a name="l00323"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationp0">00323</a> <a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw0">NodeTrackList</a> mNodeTrackList; |
---|
| 168 | <a name="l00325"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationp1">00325</a> <a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw2">NumericTrackList</a> mNumericTrackList; |
---|
| 169 | <a name="l00327"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationp2">00327</a> <a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationw4">VertexTrackList</a> mVertexTrackList; |
---|
| 170 | <a name="l00328"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationp3">00328</a> <a class="code" href="namespaceOgre.html#a471">String</a> mName; |
---|
| 171 | 00329 |
---|
| 172 | <a name="l00330"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationp4">00330</a> <a class="code" href="namespaceOgre.html#a465">Real</a> mLength; |
---|
| 173 | 00331 |
---|
| 174 | <a name="l00332"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationp5">00332</a> InterpolationMode mInterpolationMode; |
---|
| 175 | <a name="l00333"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationp6">00333</a> RotationInterpolationMode mRotationInterpolationMode; |
---|
| 176 | 00334 |
---|
| 177 | <a name="l00335"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationt0">00335</a> <span class="keyword">static</span> InterpolationMode msDefaultInterpolationMode; |
---|
| 178 | <a name="l00336"></a><a class="code" href="classOgre_1_1Animation.html#Ogre_1_1Animationt1">00336</a> <span class="keyword">static</span> RotationInterpolationMode msDefaultRotationInterpolationMode; |
---|
| 179 | 00337 |
---|
| 180 | 00338 <span class="keywordtype">void</span> optimiseNodeTracks(<span class="keywordtype">void</span>); |
---|
| 181 | 00339 <span class="keywordtype">void</span> optimiseVertexTracks(<span class="keywordtype">void</span>); |
---|
| 182 | 00340 |
---|
| 183 | 00341 |
---|
| 184 | 00342 }; |
---|
| 185 | 00343 |
---|
| 186 | 00344 |
---|
| 187 | 00345 } |
---|
| 188 | 00346 |
---|
| 189 | 00347 |
---|
| 190 | 00348 <span class="preprocessor">#endif</span> |
---|
| 191 | 00349 <span class="preprocessor"></span> |
---|
| 192 | </pre></div><hr> |
---|
| 193 | <p> |
---|
| 194 | Copyright © 2000-2005 by The OGRE Team<br /> |
---|
| 195 | <!--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/> |
---|
| 196 | 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/> |
---|
| 197 | <!--/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#"> |
---|
| 198 | <Work rdf:about=""> |
---|
| 199 | <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" /> |
---|
| 200 | <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> |
---|
| 201 | </Work> |
---|
| 202 | <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> --> |
---|
| 203 | |
---|
| 204 | Last modified Sun Mar 12 14:37:36 2006 |
---|
| 205 | </p> |
---|
| 206 | </body> |
---|
| 207 | </html> |
---|