Jpp test-rotations-old
the software that should make you happy
|
Auxiliary class to determine average of set of values. More...
#include <JMath.hh>
Public Member Functions | |
JAverage () | |
Default constructor. | |
template<class T > | |
JAverage (T __begin, T __end) | |
Constructor. | |
void | reset () |
Reset. | |
operator JValue_t () const | |
Type conversion operator. | |
void | put (const JValue_t &value, const double w=1.0) |
Put value. | |
Private Attributes | |
JValue_t | value |
double | weight |
Auxiliary class to determine average of set of values.
|
inline |
|
inline |
|
inline |
|
inline |
Type conversion operator.
|
inline |
|
private |
|
private |