Files
Bomberman/AnimationsComponent_8hpp_source.html
2021-06-26 11:31:13 +00:00

154 lines
21 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Bomberman: sources/Component/Animation/AnimationsComponent.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Bomberman
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_08d237fc27d4ecd563f71c5d52f2fecc.html">sources</a></li><li class="navelem"><a class="el" href="dir_1625c0207da71ef5bcc742f7d87fc397.html">Component</a></li><li class="navelem"><a class="el" href="dir_db1cf2b157d5e0eafa5cc4aa49d1b7d8.html">Animation</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">AnimationsComponent.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="AnimationsComponent_8hpp.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;<span class="comment">//</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Created by cbihan on 01/06/2021.</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">//</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160; </div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#pragma once</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160; </div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="ModelAnimations_8hpp.html">Model/ModelAnimations.hpp</a>&gt;</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="Component_8hpp.html">Component/Component.hpp</a>&gt;</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="Entity_8hpp.html">Entity/Entity.hpp</a>&gt;</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160; </div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespaceBBM.html">BBM</a></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;{</div>
<div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="classBBM_1_1AnimationsComponent.html"> 14</a></span>&#160; <span class="keyword">class </span><a class="code" href="classBBM_1_1AnimationsComponent.html">AnimationsComponent</a> : <span class="keyword">public</span> <a class="code" href="classWAL_1_1Component.html">WAL::Component</a></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; {</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160; <span class="keyword">private</span>:</div>
<div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="classBBM_1_1AnimationsComponent.html#a78b8d643fe336a32989cd3cd46505e1c"> 18</a></span>&#160; <a class="code" href="classRAY_1_1ModelAnimations.html">RAY::ModelAnimations</a> <a class="code" href="classBBM_1_1AnimationsComponent.html#a78b8d643fe336a32989cd3cd46505e1c">_modelAnimation</a>;</div>
<div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="classBBM_1_1AnimationsComponent.html#a3d104c36a297af2da59789cf787cb7cf"> 20</a></span>&#160; <span class="keywordtype">int</span> <a class="code" href="classBBM_1_1AnimationsComponent.html#a3d104c36a297af2da59789cf787cb7cf">_currentAnimIndex</a>;</div>
<div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="classBBM_1_1AnimationsComponent.html#a733298ab9653d04c76ba1b22813860cf"> 22</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classBBM_1_1AnimationsComponent.html#a733298ab9653d04c76ba1b22813860cf">_animDisabled</a>;</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160; <span class="keyword">public</span>:</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160; </div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160; <a class="code" href="classWAL_1_1Component.html">WAL::Component</a> *<a class="code" href="classBBM_1_1AnimationsComponent.html#ab11abcdf13c666cffab59ef36ad303a4">clone</a>(<a class="code" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;entity) <span class="keyword">const override</span>;</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; </div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="classBBM_1_1AnimationsComponent.html#a5c756faf75bed0628c6a65b3b61026ff">getCurrentAnimIndex</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; </div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classBBM_1_1AnimationsComponent.html#aa3e39c1ba0e3dfbcd2b00fbd05bd6be1">setAnimIndex</a>(<span class="keywordtype">int</span> animIndex);</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; </div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; <span class="keywordtype">size_t</span> <a class="code" href="classBBM_1_1AnimationsComponent.html#a1020f013fbd8136ec23513fc822f8b9c">getCurrentAnimFrameCounter</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; </div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160; <a class="code" href="classRAY_1_1ModelAnimation.html">RAY::ModelAnimation</a> &amp;<a class="code" href="classBBM_1_1AnimationsComponent.html#a7d3558300048cbd1242e1789913180e6">getCurrentModelAnim</a>();</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160; </div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classBBM_1_1AnimationsComponent.html#a7b63a50a3966cfe21eeb68eb7bab8a4b">setCurrentAnimFrameCounter</a>(<span class="keywordtype">size_t</span> animFrameCounter);</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; </div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classBBM_1_1AnimationsComponent.html#a6a619cb3651d566aac825a83de81c9fe">resetCurrentAnimFrameCounter</a>();</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>&#160; </div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classBBM_1_1AnimationsComponent.html#a1b830f97048016908efd456f6ac82570">incCurrentAnimFrameCounter</a>();</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160; </div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <span class="keywordtype">void</span> <a class="code" href="classBBM_1_1AnimationsComponent.html#a84309d66583fbf29a346a2cc64b5b228">setAnimDisabled</a>(<span class="keywordtype">bool</span> disable);</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; </div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classBBM_1_1AnimationsComponent.html#a25fd0cc4b28d3633104ba6815d55988f">isAnimDisabled</a>() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; </div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classBBM_1_1AnimationsComponent.html#a8ea40cb4e9247ff61ee6c6c69785eb20">AnimationsComponent</a>(<a class="code" href="classWAL_1_1Entity.html">WAL::Entity</a> &amp;entity, <span class="keyword">const</span> std::string &amp;path, <span class="keywordtype">int</span> animIndex, <span class="keywordtype">bool</span> play = <span class="keyword">true</span>);</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160; <a class="code" href="classBBM_1_1AnimationsComponent.html#a8ea40cb4e9247ff61ee6c6c69785eb20">AnimationsComponent</a>(<span class="keyword">const</span> <a class="code" href="classBBM_1_1AnimationsComponent.html">AnimationsComponent</a> &amp;) = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; <a class="code" href="classBBM_1_1AnimationsComponent.html#ac6d66c38a4f58d3d6be0980d2982d976">~AnimationsComponent</a>() <span class="keyword">override</span> = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160; <a class="code" href="classBBM_1_1AnimationsComponent.html">AnimationsComponent</a> &amp;<a class="code" href="classBBM_1_1AnimationsComponent.html#a73a5af2dd0578598aa4bf62d2f0be062">operator=</a>(<span class="keyword">const</span> <a class="code" href="classBBM_1_1AnimationsComponent.html">AnimationsComponent</a> &amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; };</div>
<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;}</div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a733298ab9653d04c76ba1b22813860cf"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a733298ab9653d04c76ba1b22813860cf">BBM::AnimationsComponent::_animDisabled</a></div><div class="ttdeci">bool _animDisabled</div><div class="ttdoc">Bool allowing to play pause an animation.</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.hpp:22</div></div>
<div class="ttc" id="aclassRAY_1_1ModelAnimation_html"><div class="ttname"><a href="classRAY_1_1ModelAnimation.html">RAY::ModelAnimation</a></div><div class="ttdoc">A Holder for Model Animations.</div><div class="ttdef"><b>Definition:</b> ModelAnimation.hpp:16</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a25fd0cc4b28d3633104ba6815d55988f"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a25fd0cc4b28d3633104ba6815d55988f">BBM::AnimationsComponent::isAnimDisabled</a></div><div class="ttdeci">bool isAnimDisabled() const</div><div class="ttdoc">To know if the animation will be updated or not.</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.cpp:67</div></div>
<div class="ttc" id="aclassWAL_1_1Component_html"><div class="ttname"><a href="classWAL_1_1Component.html">WAL::Component</a></div><div class="ttdoc">Represent a single component of WAL.</div><div class="ttdef"><b>Definition:</b> Component.hpp:17</div></div>
<div class="ttc" id="anamespaceBBM_html"><div class="ttname"><a href="namespaceBBM.html">BBM</a></div><div class="ttdef"><b>Definition:</b> AnimationsComponent.cpp:9</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_aa3e39c1ba0e3dfbcd2b00fbd05bd6be1"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#aa3e39c1ba0e3dfbcd2b00fbd05bd6be1">BBM::AnimationsComponent::setAnimIndex</a></div><div class="ttdeci">void setAnimIndex(int animIndex)</div><div class="ttdoc">Set the animation index to use.</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.cpp:52</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_ac6d66c38a4f58d3d6be0980d2982d976"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#ac6d66c38a4f58d3d6be0980d2982d976">BBM::AnimationsComponent::~AnimationsComponent</a></div><div class="ttdeci">~AnimationsComponent() override=default</div><div class="ttdoc">dtor</div></div>
<div class="ttc" id="aEntity_8hpp_html"><div class="ttname"><a href="Entity_8hpp.html">Entity.hpp</a></div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a73a5af2dd0578598aa4bf62d2f0be062"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a73a5af2dd0578598aa4bf62d2f0be062">BBM::AnimationsComponent::operator=</a></div><div class="ttdeci">AnimationsComponent &amp; operator=(const AnimationsComponent &amp;)=delete</div><div class="ttdoc">assignment operator</div></div>
<div class="ttc" id="aclassWAL_1_1Entity_html"><div class="ttname"><a href="classWAL_1_1Entity.html">WAL::Entity</a></div><div class="ttdoc">An entity of the WAL's ECS.</div><div class="ttdef"><b>Definition:</b> Entity.hpp:20</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_ab11abcdf13c666cffab59ef36ad303a4"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#ab11abcdf13c666cffab59ef36ad303a4">BBM::AnimationsComponent::clone</a></div><div class="ttdeci">WAL::Component * clone(WAL::Entity &amp;entity) const override</div><div class="ttdoc">Clone a component for another or the same entity.</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.cpp:20</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a5c756faf75bed0628c6a65b3b61026ff"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a5c756faf75bed0628c6a65b3b61026ff">BBM::AnimationsComponent::getCurrentAnimIndex</a></div><div class="ttdeci">size_t getCurrentAnimIndex() const</div><div class="ttdoc">get the current animation index</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.cpp:47</div></div>
<div class="ttc" id="aComponent_8hpp_html"><div class="ttname"><a href="Component_8hpp.html">Component.hpp</a></div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a7b63a50a3966cfe21eeb68eb7bab8a4b"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a7b63a50a3966cfe21eeb68eb7bab8a4b">BBM::AnimationsComponent::setCurrentAnimFrameCounter</a></div><div class="ttdeci">void setCurrentAnimFrameCounter(size_t animFrameCounter)</div><div class="ttdoc">set the anim frame counter</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.cpp:37</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html">BBM::AnimationsComponent</a></div><div class="ttdef"><b>Definition:</b> AnimationsComponent.hpp:14</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a6a619cb3651d566aac825a83de81c9fe"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a6a619cb3651d566aac825a83de81c9fe">BBM::AnimationsComponent::resetCurrentAnimFrameCounter</a></div><div class="ttdeci">void resetCurrentAnimFrameCounter()</div><div class="ttdoc">Set the internal anim counter to 0.</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.cpp:42</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a8ea40cb4e9247ff61ee6c6c69785eb20"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a8ea40cb4e9247ff61ee6c6c69785eb20">BBM::AnimationsComponent::AnimationsComponent</a></div><div class="ttdeci">AnimationsComponent(WAL::Entity &amp;entity, const std::string &amp;path, int animIndex, bool play=true)</div><div class="ttdoc">ctor entity and the path of the animation file</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.cpp:11</div></div>
<div class="ttc" id="aModelAnimations_8hpp_html"><div class="ttname"><a href="ModelAnimations_8hpp.html">ModelAnimations.hpp</a></div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a1020f013fbd8136ec23513fc822f8b9c"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a1020f013fbd8136ec23513fc822f8b9c">BBM::AnimationsComponent::getCurrentAnimFrameCounter</a></div><div class="ttdeci">size_t getCurrentAnimFrameCounter() const</div><div class="ttdoc">get animation frame counter</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.cpp:27</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a1b830f97048016908efd456f6ac82570"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a1b830f97048016908efd456f6ac82570">BBM::AnimationsComponent::incCurrentAnimFrameCounter</a></div><div class="ttdeci">void incCurrentAnimFrameCounter()</div><div class="ttdoc">Increment the internal anim counter.</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.cpp:57</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a3d104c36a297af2da59789cf787cb7cf"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a3d104c36a297af2da59789cf787cb7cf">BBM::AnimationsComponent::_currentAnimIndex</a></div><div class="ttdeci">int _currentAnimIndex</div><div class="ttdoc">The index of the.</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.hpp:20</div></div>
<div class="ttc" id="aclassRAY_1_1ModelAnimations_html"><div class="ttname"><a href="classRAY_1_1ModelAnimations.html">RAY::ModelAnimations</a></div><div class="ttdoc">A Holder for Model Animations.</div><div class="ttdef"><b>Definition:</b> ModelAnimations.hpp:18</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a84309d66583fbf29a346a2cc64b5b228"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a84309d66583fbf29a346a2cc64b5b228">BBM::AnimationsComponent::setAnimDisabled</a></div><div class="ttdeci">void setAnimDisabled(bool disable)</div><div class="ttdoc">Allow to play pause animations.</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.cpp:62</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a7d3558300048cbd1242e1789913180e6"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a7d3558300048cbd1242e1789913180e6">BBM::AnimationsComponent::getCurrentModelAnim</a></div><div class="ttdeci">RAY::ModelAnimation &amp; getCurrentModelAnim()</div><div class="ttdoc">get the current</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.cpp:32</div></div>
<div class="ttc" id="aclassBBM_1_1AnimationsComponent_html_a78b8d643fe336a32989cd3cd46505e1c"><div class="ttname"><a href="classBBM_1_1AnimationsComponent.html#a78b8d643fe336a32989cd3cd46505e1c">BBM::AnimationsComponent::_modelAnimation</a></div><div class="ttdeci">RAY::ModelAnimations _modelAnimation</div><div class="ttdoc">To get the animation data.</div><div class="ttdef"><b>Definition:</b> AnimationsComponent.hpp:18</div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>