diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /docs/doxygen/nel/a03643.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | docs/doxygen/nel/a03643.html | 498 |
1 files changed, 498 insertions, 0 deletions
diff --git a/docs/doxygen/nel/a03643.html b/docs/doxygen/nel/a03643.html new file mode 100644 index 00000000..d78415cf --- /dev/null +++ b/docs/doxygen/nel/a03643.html @@ -0,0 +1,498 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> +<title>NeL: TemplateNLMISC::CValueSmootherTemplate< T > class Reference</title> +<link href="doxygen.css" rel="stylesheet" type="text/css"> +</head><body> +<!-- Generated by Doxygen 1.3.6 --> +<div class="qindex"> <form class="search" action="search.php" method="get"> +<a class="qindex" href="main.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">Data Structures</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">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a> | <span class="search"><u>S</u>earch for <input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div> +<h1>NLMISC::CValueSmootherTemplate< T > Class Template Reference</h1><code>#include <<a class="el" href="a06657.html">value_smoother.h</a>></code> +<p> +<hr><a name="_details"></a><h2>Detailed Description</h2> +<h3>template<class T><br> + class NLMISC::CValueSmootherTemplate< T ></h3> + +A smoother of values. <dl compact><dt><b>Author:</b></dt><dd>Lionel Berenguier <p> +Nevrax France </dd></dl> +<dl compact><dt><b>Date:</b></dt><dd>2001 </dd></dl> + +<p> + +<p> +Definition at line <a class="el" href="a06657.html#l00045">45</a> of file <a class="el" href="a06657.html">value_smoother.h</a>.<table border=0 cellpadding=0 cellspacing=0> +<tr><td></td></tr> +<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplatea0">addValue</a> (T dt)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">add a new value to be smoothed. <a href="#NLMISC_1_1CValueSmootherTemplatea0"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top> </td><td class="memItemRight" valign=bottom><a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplatea1">CValueSmootherTemplate</a> (<a class="el" href="a04558.html#a15">uint</a> n=16)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor. <a href="#NLMISC_1_1CValueSmootherTemplatea1"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>const std::vector< T > & </td><td class="memItemRight" valign=bottom><a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplatea2">getLastFrames</a> () const </td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a15">uint</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplatea3">getNumFrame</a> () const </td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>T </td><td class="memItemRight" valign=bottom><a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplatea4">getSmoothValue</a> () const </td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">get the smoothed value. <a href="#NLMISC_1_1CValueSmootherTemplatea4"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplatea5">init</a> (<a class="el" href="a04558.html#a15">uint</a> n)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">reset the ValueSmoother, and set the number of frame to smooth. <a href="#NLMISC_1_1CValueSmootherTemplatea5"></a><br><br></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top>void </td><td class="memItemRight" valign=bottom><a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplatea6">reset</a> ()</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">reset only the ValueSmoother <a href="#NLMISC_1_1CValueSmootherTemplatea6"></a><br><br></td></tr> +<tr><td colspan=2><br><h2>Private Attributes</h2></td></tr> +<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a15">uint</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplater0">_CurFrame</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>T </td><td class="memItemRight" valign=bottom><a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplater1">_FrameSum</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top>std::vector< T > </td><td class="memItemRight" valign=bottom><a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a></td></tr> + +<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="a04558.html#a15">uint</a> </td><td class="memItemRight" valign=bottom><a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplater3">_NumFrame</a></td></tr> + +</table> +<hr><h2>Constructor & Destructor Documentation</h2> +<a class="anchor" name="NLMISC_1_1CValueSmootherTemplatea1" doxytag="NLMISC::CValueSmootherTemplate::CValueSmootherTemplate" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" colspan="4"> +template<class T> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> <a class="el" href="a03643.html">NLMISC::CValueSmootherTemplate</a>< T >::<a class="el" href="a03643.html">CValueSmootherTemplate</a> </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a15">uint</a> </td> + <td class="mdname1" valign="top" nowrap> <em>n</em> = 16 </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline, explicit]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +Constructor. +<p> + +<p> +Definition at line <a class="el" href="a06657.html#l00050">50</a> of file <a class="el" href="a06657.html">value_smoother.h</a>. +<p> +<div class="fragment"><pre>00051 { +00052 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplatea5">init</a>(n); +00053 } +</pre></div> </td> + </tr> +</table> +<hr><h2>Member Function Documentation</h2> +<a class="anchor" name="NLMISC_1_1CValueSmootherTemplatea0" doxytag="NLMISC::CValueSmootherTemplate::addValue" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" colspan="4"> +template<class T> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> void <a class="el" href="a03643.html">NLMISC::CValueSmootherTemplate</a>< T >::addValue </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">T </td> + <td class="mdname1" valign="top" nowrap> <em>dt</em> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +add a new value to be smoothed. +<p> + +<p> +Definition at line <a class="el" href="a06657.html#l00080">80</a> of file <a class="el" href="a06657.html">value_smoother.h</a>. +<p> +<div class="fragment"><pre>00081 { +00082 <span class="keywordflow">if</span> (<a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a>.empty()) +00083 <span class="keywordflow">return</span>; +00084 +00085 <span class="comment">// update the frame sum. NB: see init(), at start, array is full of 0. so it works even for un-inited values.</span> +00086 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater1">_FrameSum</a>-= <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a>[<a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater0">_CurFrame</a>]; +00087 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater1">_FrameSum</a>+= dt; +00088 +00089 <span class="comment">// backup this value in the array.</span> +00090 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a>[<a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater0">_CurFrame</a>]= dt; +00091 +00092 <span class="comment">// next frame.</span> +00093 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater0">_CurFrame</a>++; +00094 <span class="comment">// _CurFrame%=_LastFrames.size();</span> +00095 <span class="keywordflow">if</span> (<a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater0">_CurFrame</a> >= <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a>.size()) +00096 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater0">_CurFrame</a> -= <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a>.size(); +00097 +00098 <span class="comment">// update the number of frames added.</span> +00099 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater3">_NumFrame</a>++; +00100 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater3">_NumFrame</a>= <a class="code" href="a04061.html#a0">std::min</a>(_NumFrame, (<a class="code" href="a04558.html#a15">uint</a>)<a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a>.size()); +00101 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CValueSmootherTemplatea2" doxytag="NLMISC::CValueSmootherTemplate::getLastFrames" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" colspan="4"> +template<class T> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> const std::vector<T>& <a class="el" href="a03643.html">NLMISC::CValueSmootherTemplate</a>< T >::getLastFrames </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> const<code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06657.html#l00117">117</a> of file <a class="el" href="a06657.html">value_smoother.h</a>. +<p> +<div class="fragment"><pre>00118 { +00119 <span class="keywordflow">return</span> <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a>; +00120 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CValueSmootherTemplatea3" doxytag="NLMISC::CValueSmootherTemplate::getNumFrame" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" colspan="4"> +template<class T> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> <a class="el" href="a04558.html#a15">uint</a> <a class="el" href="a03643.html">NLMISC::CValueSmootherTemplate</a>< T >::getNumFrame </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> const<code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06657.html#l00112">112</a> of file <a class="el" href="a06657.html">value_smoother.h</a>. +<p> +<div class="fragment"><pre>00113 { +00114 <span class="keywordflow">return</span> <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater3">_NumFrame</a>; +00115 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CValueSmootherTemplatea4" doxytag="NLMISC::CValueSmootherTemplate::getSmoothValue" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" colspan="4"> +template<class T> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> T <a class="el" href="a03643.html">NLMISC::CValueSmootherTemplate</a>< T >::getSmoothValue </td> + <td class="md" valign="top">( </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap> const<code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +get the smoothed value. +<p> + +<p> +Definition at line <a class="el" href="a06657.html#l00104">104</a> of file <a class="el" href="a06657.html">value_smoother.h</a>. +<p> +<div class="fragment"><pre>00105 { +00106 <span class="keywordflow">if</span>(<a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater3">_NumFrame</a>>0) +00107 <span class="keywordflow">return</span> T(_FrameSum / _NumFrame); +00108 <span class="keywordflow">else</span> +00109 <span class="keywordflow">return</span> T(0); +00110 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CValueSmootherTemplatea5" doxytag="NLMISC::CValueSmootherTemplate::init" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" colspan="4"> +template<class T> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> void <a class="el" href="a03643.html">NLMISC::CValueSmootherTemplate</a>< T >::init </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top"><a class="el" href="a04558.html#a15">uint</a> </td> + <td class="mdname1" valign="top" nowrap> <em>n</em> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +reset the ValueSmoother, and set the number of frame to smooth. +<p> + +<p> +Definition at line <a class="el" href="a06657.html#l00056">56</a> of file <a class="el" href="a06657.html">value_smoother.h</a>. +<p> +Referenced by <a class="el" href="a06657.html#l00142">NLMISC::CValueSmootherTemplate< bool >::CValueSmootherTemplate()</a>, and <a class="el" href="a06657.html#l00050">NLMISC::CValueSmootherTemplate< float >::CValueSmootherTemplate()</a>. +<p> +<div class="fragment"><pre>00057 { +00058 <span class="comment">// reset all the array to 0.</span> +00059 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a>.clear(); +00060 +00061 <span class="keywordflow">if</span> (n > 0) +00062 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a>.resize(n, 0); +00063 +00064 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater0">_CurFrame</a> = 0; +00065 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater3">_NumFrame</a> = 0; +00066 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater1">_FrameSum</a> = 0; +00067 } +</pre></div> </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CValueSmootherTemplatea6" doxytag="NLMISC::CValueSmootherTemplate::reset" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" colspan="4"> +template<class T> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> void <a class="el" href="a03643.html">NLMISC::CValueSmootherTemplate</a>< T >::reset </td> + <td class="md" valign="top">( </td> + <td class="md" nowrap valign="top">void </td> + <td class="mdname1" valign="top" nowrap> </td> + <td class="md" valign="top"> ) </td> + <td class="md" nowrap><code> [inline]</code></td> + </tr> + + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> +reset only the ValueSmoother +<p> + +<p> +Definition at line <a class="el" href="a06657.html#l00070">70</a> of file <a class="el" href="a06657.html">value_smoother.h</a>. +<p> +<div class="fragment"><pre>00071 { +00072 std::fill(<a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a>.begin(), <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a>.end(), T(0)); +00073 +00074 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater0">_CurFrame</a> = 0; +00075 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater3">_NumFrame</a> = 0; +00076 <a class="code" href="a03643.html#NLMISC_1_1CValueSmootherTemplater1">_FrameSum</a> = 0; +00077 } +</pre></div> </td> + </tr> +</table> +<hr><h2>Field Documentation</h2> +<a class="anchor" name="NLMISC_1_1CValueSmootherTemplater0" doxytag="NLMISC::CValueSmootherTemplate::_CurFrame" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" colspan="4"> +template<class T> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> <a class="el" href="a04558.html#a15">uint</a> <a class="el" href="a03643.html">NLMISC::CValueSmootherTemplate</a>< T >::<a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplater0">_CurFrame</a><code> [private]</code> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06657.html#l00124">124</a> of file <a class="el" href="a06657.html">value_smoother.h</a>. </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CValueSmootherTemplater1" doxytag="NLMISC::CValueSmootherTemplate::_FrameSum" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" colspan="4"> +template<class T> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> T <a class="el" href="a03643.html">NLMISC::CValueSmootherTemplate</a>< T >::<a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplater1">_FrameSum</a><code> [private]</code> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06657.html#l00126">126</a> of file <a class="el" href="a06657.html">value_smoother.h</a>. </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CValueSmootherTemplater2" doxytag="NLMISC::CValueSmootherTemplate::_LastFrames" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" colspan="4"> +template<class T> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> std::vector<T> <a class="el" href="a03643.html">NLMISC::CValueSmootherTemplate</a>< T >::<a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplater2">_LastFrames</a><code> [private]</code> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06657.html#l00123">123</a> of file <a class="el" href="a06657.html">value_smoother.h</a>. </td> + </tr> +</table> +<a class="anchor" name="NLMISC_1_1CValueSmootherTemplater3" doxytag="NLMISC::CValueSmootherTemplate::_NumFrame" ></a><p> +<table class="mdTable" width="100%" cellpadding="2" cellspacing="0"> + <tr> + <td class="mdRow"> + <table cellpadding="0" cellspacing="0" border="0"> + <tr> + <td class="md" colspan="4"> +template<class T> </td> + </tr> + <tr> + <td class="md" nowrap valign="top"> <a class="el" href="a04558.html#a15">uint</a> <a class="el" href="a03643.html">NLMISC::CValueSmootherTemplate</a>< T >::<a class="el" href="a03643.html#NLMISC_1_1CValueSmootherTemplater3">_NumFrame</a><code> [private]</code> + </table> + </td> + </tr> +</table> +<table cellspacing=5 cellpadding=0 border=0> + <tr> + <td> + + </td> + <td> + +<p> + +<p> +Definition at line <a class="el" href="a06657.html#l00125">125</a> of file <a class="el" href="a06657.html">value_smoother.h</a>. </td> + </tr> +</table> +<hr>The documentation for this class was generated from the following file:<ul> +<li><a class="el" href="a06657.html">value_smoother.h</a></ul> +<hr size="1"><address style="align: right;"><small>Generated on Tue Mar 16 13:40:10 2004 for NeL by +<a href="http://www.doxygen.org/index.html"> +<img src="doxygen.png" alt="doxygen" align="middle" border=0 > +</a>1.3.6 </small></address> +</body> +</html> |