Allolib  1.0
C++ Components For Interactive Multimedia
al::MinMeanMax< T > Class Template Reference

#include <C:/Users/Andres/source/repos/casm_viewer/external/tinc/external/allolib/include/al/math/al_Analysis.hpp>

Public Member Functions

void clear ()
 
void operator() (T val)
 
min () const
 
max () const
 
mean () const
 

Protected Attributes

minimum
 
maximum
 
sum
 
unsigned count
 

Detailed Description

template<typename T = double>
class al::MinMeanMax< T >

A way to analyse data acquired gradually:

Definition at line 48 of file al_Analysis.hpp.


The documentation for this class was generated from the following file: