Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/share/doc/libclam-doc/html/ |
Current File : //proc/self/root/usr/share/doc/libclam-doc/html/classCLAM_1_1StatMemory.html |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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"/> <title>CLAM-Development: CLAM::StatMemory< T > Class Template Reference</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="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 style="padding-left: 0.5em;"> <div id="projectname">CLAM-Development  <span id="projectnumber">1.4.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.1 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="pages.html"><span>Related Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class List</span></a></li> <li><a href="classes.html"><span>Class Index</span></a></li> <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> <li><a href="functions.html"><span>Class Members</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespaceCLAM.html">CLAM</a></li><li class="navelem"><a class="el" href="classCLAM_1_1StatMemory.html">StatMemory</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> </div> <div class="headertitle"> <div class="title">CLAM::StatMemory< T > Class Template Reference</div> </div> </div><!--header--> <div class="contents"> <p>An <a class="el" href="classCLAM_1_1StatMemory.html" title="An StatMemory may hold a T value and remembers whether it has been set or is not initialized.">StatMemory</a> may hold a T value and remembers whether it has been set or is not initialized. <a href="classCLAM_1_1StatMemory.html#details">More...</a></p> <p><code>#include <<a class="el" href="Stats_8hxx_source.html">Stats.hxx</a>></code></p> <p><a href="classCLAM_1_1StatMemory-members.html">List of all members.</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:aa4a8d9c5b1fdb5035cf4b84f29f809bf"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1StatMemory.html#aa4a8d9c5b1fdb5035cf4b84f29f809bf">StatMemory</a> ()</td></tr> <tr class="memitem:a17b4e9b28b80617f0fc8d43ea6b8cc09"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classCLAM_1_1StatMemory.html">StatMemory</a> & </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1StatMemory.html#a17b4e9b28b80617f0fc8d43ea6b8cc09">operator=</a> (const T &value)</td></tr> <tr class="memitem:ad58f608e4299ba13474eb5046f6b4107"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1StatMemory.html#ad58f608e4299ba13474eb5046f6b4107">HasValue</a> ()</td></tr> <tr class="memitem:ae45918a14040f2561d1762a8bb25f205"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1StatMemory.html#ae45918a14040f2561d1762a8bb25f205">Reset</a> ()</td></tr> <tr class="memitem:af2159c7fcd4587021163ad89b54b863d"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classCLAM_1_1StatMemory.html#af2159c7fcd4587021163ad89b54b863d">operator T</a> ()</td></tr> </table> <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> <div class="textblock"><h3>template<typename T><br/> class CLAM::StatMemory< T ></h3> <p>An <a class="el" href="classCLAM_1_1StatMemory.html" title="An StatMemory may hold a T value and remembers whether it has been set or is not initialized.">StatMemory</a> may hold a T value and remembers whether it has been set or is not initialized. </p> <p>It has two states, value memorized and no value memorized. By default is not memorized until it is assigned to a value that is copied. Then you can query the value using the call operator. By reseting it you are releasing the memory until a new assignement. </p> <p>Definition at line <a class="el" href="Stats_8hxx_source.html#l00051">51</a> of file <a class="el" href="Stats_8hxx_source.html">Stats.hxx</a>.</p> </div><hr/><h2>Constructor & Destructor Documentation</h2> <a class="anchor" id="aa4a8d9c5b1fdb5035cf4b84f29f809bf"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template<typename T> </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classCLAM_1_1StatMemory.html">CLAM::StatMemory</a>< T >::<a class="el" href="classCLAM_1_1StatMemory.html">StatMemory</a> </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="Stats_8hxx_source.html#l00054">54</a> of file <a class="el" href="Stats_8hxx_source.html">Stats.hxx</a>.</p> </div> </div> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="ad58f608e4299ba13474eb5046f6b4107"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template<typename T> </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">bool <a class="el" href="classCLAM_1_1StatMemory.html">CLAM::StatMemory</a>< T >::HasValue </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="Stats_8hxx_source.html#l00062">62</a> of file <a class="el" href="Stats_8hxx_source.html">Stats.hxx</a>.</p> <p>Referenced by <a class="el" href="Stats_8hxx_source.html#l00241">CLAM::StatsTmpl< false, FrameDescriptors, FrameDescriptors >::GetCentroid()</a>.</p> </div> </div> <a class="anchor" id="af2159c7fcd4587021163ad89b54b863d"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template<typename T> </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classCLAM_1_1StatMemory.html">CLAM::StatMemory</a>< T >::operator T </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="Stats_8hxx_source.html#l00070">70</a> of file <a class="el" href="Stats_8hxx_source.html">Stats.hxx</a>.</p> </div> </div> <a class="anchor" id="a17b4e9b28b80617f0fc8d43ea6b8cc09"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template<typename T> </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">const <a class="el" href="classCLAM_1_1StatMemory.html">StatMemory</a>& <a class="el" href="classCLAM_1_1StatMemory.html">CLAM::StatMemory</a>< T >::operator= </td> <td>(</td> <td class="paramtype">const T & </td> <td class="paramname"><em>value</em></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="Stats_8hxx_source.html#l00055">55</a> of file <a class="el" href="Stats_8hxx_source.html">Stats.hxx</a>.</p> </div> </div> <a class="anchor" id="ae45918a14040f2561d1762a8bb25f205"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template<typename T> </div> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">void <a class="el" href="classCLAM_1_1StatMemory.html">CLAM::StatMemory</a>< T >::Reset </td> <td>(</td> <td class="paramtype">void </td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">inline</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Definition at line <a class="el" href="Stats_8hxx_source.html#l00066">66</a> of file <a class="el" href="Stats_8hxx_source.html">Stats.hxx</a>.</p> <p>Referenced by <a class="el" href="Stats_8hxx_source.html#l00567">CLAM::StatsTmpl< false, FrameDescriptors, FrameDescriptors >::Reset()</a>, and <a class="el" href="Stats_8hxx_source.html#l00131">CLAM::StatsTmpl< false, FrameDescriptors, FrameDescriptors >::SetArray()</a>.</p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li><a class="el" href="Stats_8hxx_source.html">Stats.hxx</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by  <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.1 </small></address> </body> </html>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare