|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CValueSmoother Class ReferenceA smoother of values.
More...
#include <value_smoother.h>
List of all members.
Detailed Description
A smoother of values.
-
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2001
Definition at line 44 of file value_smoother.h.
Constructor & Destructor Documentation
NLMISC::CValueSmoother::CValueSmoother |
( |
uint |
n = 16 |
) |
|
|
Member Function Documentation
void NLMISC::CValueSmoother::addValue |
( |
float |
dt |
) |
|
|
float NLMISC::CValueSmoother::getSmoothValue |
( |
|
) |
|
|
void NLMISC::CValueSmoother::init |
( |
uint |
n |
) |
|
|
void NLMISC::CValueSmoother::reset |
( |
|
) |
|
|
Member Data Documentation
uint NLMISC::CValueSmoother::_CurFrame [private]
|
|
float NLMISC::CValueSmoother::_FrameSum [private]
|
|
std::vector<float> NLMISC::CValueSmoother::_LastFrames [private]
|
|
uint NLMISC::CValueSmoother::_NumFrame [private]
|
|
The documentation for this class was generated from the following files:
|
|