TexGen
|
#include <ShinyData.h>
Public Member Functions | |
void | computeAverage (float a_damping) |
void | clear (void) |
Public Attributes | |
T | cur |
float | avg |
Definition at line 45 of file ShinyData.h.
|
inline |
Definition at line 50 of file ShinyData.h.
References Shiny::ProfileData::Data< T >::avg, and Shiny::ProfileData::Data< T >::cur.
|
inline |
Definition at line 49 of file ShinyData.h.
References Shiny::ProfileData::Data< T >::avg, and Shiny::ProfileData::Data< T >::cur.
float Shiny::ProfileData::Data< T >::avg |
Definition at line 47 of file ShinyData.h.
Referenced by Shiny::ProfileData::Data< T >::clear(), and Shiny::ProfileData::Data< T >::computeAverage().
T Shiny::ProfileData::Data< T >::cur |
Definition at line 46 of file ShinyData.h.
Referenced by Shiny::ProfileData::Data< T >::clear(), and Shiny::ProfileData::Data< T >::computeAverage().