a00009_source.html 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <meta name="generator" content="Doxygen 1.8.10"/>
  7. <title>0.9.9 API documenation: bitfield.hpp Source File</title>
  8. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  9. <script type="text/javascript" src="jquery.js"></script>
  10. <script type="text/javascript" src="dynsections.js"></script>
  11. <link href="search/search.css" rel="stylesheet" type="text/css"/>
  12. <script type="text/javascript" src="search/searchdata.js"></script>
  13. <script type="text/javascript" src="search/search.js"></script>
  14. <script type="text/javascript">
  15. $(document).ready(function() { init_search(); });
  16. </script>
  17. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  18. </head>
  19. <body>
  20. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  21. <div id="titlearea">
  22. <table cellspacing="0" cellpadding="0">
  23. <tbody>
  24. <tr style="height: 56px;">
  25. <td id="projectalign" style="padding-left: 0.5em;">
  26. <div id="projectname">0.9.9 API documenation
  27. </div>
  28. </td>
  29. </tr>
  30. </tbody>
  31. </table>
  32. </div>
  33. <!-- end header part -->
  34. <!-- Generated by Doxygen 1.8.10 -->
  35. <script type="text/javascript">
  36. var searchBox = new SearchBox("searchBox", "search",false,'Search');
  37. </script>
  38. <div id="navrow1" class="tabs">
  39. <ul class="tablist">
  40. <li><a href="index.html"><span>Main&#160;Page</span></a></li>
  41. <li><a href="modules.html"><span>Modules</span></a></li>
  42. <li class="current"><a href="files.html"><span>Files</span></a></li>
  43. <li>
  44. <div id="MSearchBox" class="MSearchBoxInactive">
  45. <span class="left">
  46. <img id="MSearchSelect" src="search/mag_sel.png"
  47. onmouseover="return searchBox.OnSearchSelectShow()"
  48. onmouseout="return searchBox.OnSearchSelectHide()"
  49. alt=""/>
  50. <input type="text" id="MSearchField" value="Search" accesskey="S"
  51. onfocus="searchBox.OnSearchFieldFocus(true)"
  52. onblur="searchBox.OnSearchFieldFocus(false)"
  53. onkeyup="searchBox.OnSearchFieldChange(event)"/>
  54. </span><span class="right">
  55. <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
  56. </span>
  57. </div>
  58. </li>
  59. </ul>
  60. </div>
  61. <div id="navrow2" class="tabs2">
  62. <ul class="tablist">
  63. <li><a href="files.html"><span>File&#160;List</span></a></li>
  64. </ul>
  65. </div>
  66. <!-- window showing the filter options -->
  67. <div id="MSearchSelectWindow"
  68. onmouseover="return searchBox.OnSearchSelectShow()"
  69. onmouseout="return searchBox.OnSearchSelectHide()"
  70. onkeydown="return searchBox.OnSearchSelectKey(event)">
  71. </div>
  72. <!-- iframe showing the search results (closed by default) -->
  73. <div id="MSearchResultsWindow">
  74. <iframe src="javascript:void(0)" frameborder="0"
  75. name="MSearchResults" id="MSearchResults">
  76. </iframe>
  77. </div>
  78. <div id="nav-path" class="navpath">
  79. <ul>
  80. <li class="navelem"><a class="el" href="dir_934f46a345653ef2b3014a1b37a162c1.html">G:</a></li><li class="navelem"><a class="el" href="dir_98f7f9d41f9d3029bd68cf237526a774.html">Source</a></li><li class="navelem"><a class="el" href="dir_9344afb825aed5e2f5be1d2015dde43c.html">G-Truc</a></li><li class="navelem"><a class="el" href="dir_45973f864e07b2505003ae343b7c8af7.html">glm</a></li><li class="navelem"><a class="el" href="dir_304be5dfae1339a7705426c0b536faf2.html">glm</a></li><li class="navelem"><a class="el" href="dir_7997edb062bdde9a99cb6835d42b0d9d.html">gtc</a></li> </ul>
  81. </div>
  82. </div><!-- top -->
  83. <div class="header">
  84. <div class="headertitle">
  85. <div class="title">bitfield.hpp</div> </div>
  86. </div><!--header-->
  87. <div class="contents">
  88. <a href="a00009.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;</div>
  89. <div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &quot;../detail/setup.hpp&quot;</span></div>
  90. <div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div>
  91. <div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#pragma once</span></div>
  92. <div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div>
  93. <div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">// Dependencies</span></div>
  94. <div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#include &quot;../detail/qualifier.hpp&quot;</span></div>
  95. <div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &quot;../detail/type_int.hpp&quot;</span></div>
  96. <div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &quot;../detail/_vectorize.hpp&quot;</span></div>
  97. <div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#include &lt;limits&gt;</span></div>
  98. <div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div>
  99. <div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#if GLM_MESSAGES == GLM_MESSAGES_ENABLED &amp;&amp; !defined(GLM_EXT_INCLUDED)</span></div>
  100. <div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor"># pragma message(&quot;GLM: GLM_GTC_bitfield extension included&quot;)</span></div>
  101. <div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#endif</span></div>
  102. <div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div>
  103. <div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="keyword">namespace </span><a class="code" href="a00143.html">glm</a></div>
  104. <div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;{</div>
  105. <div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;</div>
  106. <div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> genIUType&gt;</div>
  107. <div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; GLM_FUNC_DECL genIUType <a class="code" href="a00162.html#ga073dbd8642f550b51da3572541431c1c">mask</a>(genIUType Bits);</div>
  108. <div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; </div>
  109. <div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> T, qualifier P, <span class="keyword">template</span>&lt;<span class="keyword">typename</span>, qualifier&gt; <span class="keyword">class </span>vecIUType&gt;</div>
  110. <div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; GLM_FUNC_DECL vecIUType&lt;T, P&gt; <a class="code" href="a00162.html#ga073dbd8642f550b51da3572541431c1c">mask</a>(vecIUType&lt;T, P&gt; <span class="keyword">const</span> &amp; v);</div>
  111. <div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;</div>
  112. <div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> genIUType&gt;</div>
  113. <div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; GLM_FUNC_DECL genIUType <a class="code" href="a00162.html#ga25b375d68ee36480830053048c4b7ff8">bitfieldRotateRight</a>(genIUType In, <span class="keywordtype">int</span> Shift);</div>
  114. <div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;</div>
  115. <div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keyword">template</span>&lt;length_t L, <span class="keyword">typename</span> T, qualifier P&gt;</div>
  116. <div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; GLM_FUNC_DECL vec&lt;L, T, P&gt; <a class="code" href="a00162.html#ga25b375d68ee36480830053048c4b7ff8">bitfieldRotateRight</a>(vec&lt;L, T, P&gt; <span class="keyword">const</span> &amp; In, <span class="keywordtype">int</span> Shift);</div>
  117. <div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;</div>
  118. <div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> genIUType&gt;</div>
  119. <div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; GLM_FUNC_DECL genIUType <a class="code" href="a00162.html#ga6452c381b5935cbc809fc022b0f1eda9">bitfieldRotateLeft</a>(genIUType In, <span class="keywordtype">int</span> Shift);</div>
  120. <div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;</div>
  121. <div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; <span class="keyword">template</span>&lt;length_t L, <span class="keyword">typename</span> T, qualifier P&gt;</div>
  122. <div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; GLM_FUNC_DECL vec&lt;L, T, P&gt; <a class="code" href="a00162.html#ga6452c381b5935cbc809fc022b0f1eda9">bitfieldRotateLeft</a>(vec&lt;L, T, P&gt; <span class="keyword">const</span> &amp; In, <span class="keywordtype">int</span> Shift);</div>
  123. <div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;</div>
  124. <div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> genIUType&gt;</div>
  125. <div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160; GLM_FUNC_DECL genIUType <a class="code" href="a00162.html#ga33aabbdb7c979c92415c34efcee05cbc">bitfieldFillOne</a>(genIUType Value, <span class="keywordtype">int</span> FirstBit, <span class="keywordtype">int</span> BitCount);</div>
  126. <div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160;</div>
  127. <div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; <span class="keyword">template</span>&lt;length_t L, <span class="keyword">typename</span> T, qualifier P&gt;</div>
  128. <div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; GLM_FUNC_DECL vec&lt;L, T, P&gt; <a class="code" href="a00162.html#ga33aabbdb7c979c92415c34efcee05cbc">bitfieldFillOne</a>(vec&lt;L, T, P&gt; <span class="keyword">const</span> &amp; Value, <span class="keywordtype">int</span> FirstBit, <span class="keywordtype">int</span> BitCount);</div>
  129. <div class="line"><a name="l00080"></a><span class="lineno"> 80</span>&#160;</div>
  130. <div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; <span class="keyword">template</span>&lt;<span class="keyword">typename</span> genIUType&gt;</div>
  131. <div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160; GLM_FUNC_DECL genIUType <a class="code" href="a00162.html#ga0a32b8e93bbecf3c60b51f426b7aa8da">bitfieldFillZero</a>(genIUType Value, <span class="keywordtype">int</span> FirstBit, <span class="keywordtype">int</span> BitCount);</div>
  132. <div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160;</div>
  133. <div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <span class="keyword">template</span>&lt;length_t L, <span class="keyword">typename</span> T, qualifier P&gt;</div>
  134. <div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; GLM_FUNC_DECL vec&lt;L, T, P&gt; <a class="code" href="a00162.html#ga0a32b8e93bbecf3c60b51f426b7aa8da">bitfieldFillZero</a>(vec&lt;L, T, P&gt; <span class="keyword">const</span> &amp; Value, <span class="keywordtype">int</span> FirstBit, <span class="keywordtype">int</span> BitCount);</div>
  135. <div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160;</div>
  136. <div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; GLM_FUNC_DECL int16 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(int8 x, int8 y);</div>
  137. <div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160;</div>
  138. <div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; GLM_FUNC_DECL uint16 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(uint8 x, uint8 y);</div>
  139. <div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;</div>
  140. <div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; GLM_FUNC_DECL int32 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(int16 x, int16 y);</div>
  141. <div class="line"><a name="l00113"></a><span class="lineno"> 113</span>&#160;</div>
  142. <div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; GLM_FUNC_DECL uint32 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(uint16 x, uint16 y);</div>
  143. <div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160;</div>
  144. <div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; GLM_FUNC_DECL int64 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(int32 x, int32 y);</div>
  145. <div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160;</div>
  146. <div class="line"><a name="l00133"></a><span class="lineno"> 133</span>&#160; GLM_FUNC_DECL uint64 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(uint32 x, uint32 y);</div>
  147. <div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;</div>
  148. <div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; GLM_FUNC_DECL int32 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(int8 x, int8 y, int8 z);</div>
  149. <div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160;</div>
  150. <div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; GLM_FUNC_DECL uint32 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(uint8 x, uint8 y, uint8 z);</div>
  151. <div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160;</div>
  152. <div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; GLM_FUNC_DECL int64 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(int16 x, int16 y, int16 z);</div>
  153. <div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160;</div>
  154. <div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; GLM_FUNC_DECL uint64 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(uint16 x, uint16 y, uint16 z);</div>
  155. <div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;</div>
  156. <div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160; GLM_FUNC_DECL int64 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(int32 x, int32 y, int32 z);</div>
  157. <div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;</div>
  158. <div class="line"><a name="l00175"></a><span class="lineno"> 175</span>&#160; GLM_FUNC_DECL uint64 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(uint32 x, uint32 y, uint32 z);</div>
  159. <div class="line"><a name="l00176"></a><span class="lineno"> 176</span>&#160;</div>
  160. <div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; GLM_FUNC_DECL int32 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(int8 x, int8 y, int8 z, int8 w);</div>
  161. <div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160;</div>
  162. <div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160; GLM_FUNC_DECL uint32 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(uint8 x, uint8 y, uint8 z, uint8 w);</div>
  163. <div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160;</div>
  164. <div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160; GLM_FUNC_DECL int64 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(int16 x, int16 y, int16 z, int16 w);</div>
  165. <div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160;</div>
  166. <div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160; GLM_FUNC_DECL uint64 <a class="code" href="a00162.html#gafca8768671a14c8016facccb66a89f26">bitfieldInterleave</a>(uint16 x, uint16 y, uint16 z, uint16 w);</div>
  167. <div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160;</div>
  168. <div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160;} <span class="comment">//namespace glm</span></div>
  169. <div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160;</div>
  170. <div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160;<span class="preprocessor">#include &quot;bitfield.inl&quot;</span></div>
  171. <div class="ttc" id="a00162_html_gafca8768671a14c8016facccb66a89f26"><div class="ttname"><a href="a00162.html#gafca8768671a14c8016facccb66a89f26">glm::bitfieldInterleave</a></div><div class="ttdeci">GLM_FUNC_DECL uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z, uint16 w)</div><div class="ttdoc">Interleaves the bits of x, y, z and w. </div></div>
  172. <div class="ttc" id="a00162_html_ga25b375d68ee36480830053048c4b7ff8"><div class="ttname"><a href="a00162.html#ga25b375d68ee36480830053048c4b7ff8">glm::bitfieldRotateRight</a></div><div class="ttdeci">GLM_FUNC_DECL vec&lt; L, T, P &gt; bitfieldRotateRight(vec&lt; L, T, P &gt; const &amp;In, int Shift)</div><div class="ttdoc">Rotate all bits to the right. </div></div>
  173. <div class="ttc" id="a00143_html"><div class="ttname"><a href="a00143.html">glm</a></div><div class="ttdef"><b>Definition:</b> <a href="a00003_source.html#l00011">_noise.hpp:11</a></div></div>
  174. <div class="ttc" id="a00162_html_ga073dbd8642f550b51da3572541431c1c"><div class="ttname"><a href="a00162.html#ga073dbd8642f550b51da3572541431c1c">glm::mask</a></div><div class="ttdeci">GLM_FUNC_DECL vecIUType&lt; T, P &gt; mask(vecIUType&lt; T, P &gt; const &amp;v)</div><div class="ttdoc">Build a mask of &#39;count&#39; bits. </div></div>
  175. <div class="ttc" id="a00162_html_ga6452c381b5935cbc809fc022b0f1eda9"><div class="ttname"><a href="a00162.html#ga6452c381b5935cbc809fc022b0f1eda9">glm::bitfieldRotateLeft</a></div><div class="ttdeci">GLM_FUNC_DECL vec&lt; L, T, P &gt; bitfieldRotateLeft(vec&lt; L, T, P &gt; const &amp;In, int Shift)</div><div class="ttdoc">Rotate all bits to the left. </div></div>
  176. <div class="ttc" id="a00162_html_ga0a32b8e93bbecf3c60b51f426b7aa8da"><div class="ttname"><a href="a00162.html#ga0a32b8e93bbecf3c60b51f426b7aa8da">glm::bitfieldFillZero</a></div><div class="ttdeci">GLM_FUNC_DECL vec&lt; L, T, P &gt; bitfieldFillZero(vec&lt; L, T, P &gt; const &amp;Value, int FirstBit, int BitCount)</div><div class="ttdoc">Set to 0 a range of bits. </div></div>
  177. <div class="ttc" id="a00162_html_ga33aabbdb7c979c92415c34efcee05cbc"><div class="ttname"><a href="a00162.html#ga33aabbdb7c979c92415c34efcee05cbc">glm::bitfieldFillOne</a></div><div class="ttdeci">GLM_FUNC_DECL vec&lt; L, T, P &gt; bitfieldFillOne(vec&lt; L, T, P &gt; const &amp;Value, int FirstBit, int BitCount)</div><div class="ttdoc">Set to 1 a range of bits. </div></div>
  178. </div><!-- fragment --></div><!-- contents -->
  179. <!-- start footer part -->
  180. <hr class="footer"/><address class="footer"><small>
  181. Generated by &#160;<a href="http://www.doxygen.org/index.html">
  182. <img class="footer" src="doxygen.png" alt="doxygen"/>
  183. </a> 1.8.10
  184. </small></address>
  185. </body>
  186. </html>