OpenMS  2.7.0
Public Member Functions | Public Attributes | List of all members
LayerStatisticsDialog::MetaStatsValue_ Struct Reference

Struct representing the statistics about one meta information. More...

#include <OpenMS/VISUAL/DIALOGS/LayerStatisticsDialog.h>

Collaboration diagram for LayerStatisticsDialog::MetaStatsValue_:
[legend]

Public Member Functions

 MetaStatsValue_ (unsigned long c=0, double mi=0, double ma=0, double a=0)
 

Public Attributes

unsigned long count
 
double min
 
double max
 
double avg
 

Detailed Description

Struct representing the statistics about one meta information.

Constructor & Destructor Documentation

◆ MetaStatsValue_()

MetaStatsValue_ ( unsigned long  c = 0,
double  mi = 0,
double  ma = 0,
double  a = 0 
)
inline

References OpenMS::Constants::c.

Member Data Documentation

◆ avg

double avg

◆ count

unsigned long count

◆ max

double max

◆ min

double min