svcore  1.9
RangeSummarisableTimeValueModel::Range Class Reference

#include <RangeSummarisableTimeValueModel.h>

List of all members.

Public Member Functions

 Range ()
 Range (const Range &r)
 Range (float min, float max, float absmean)
float min () const
float max () const
float absmean () const
void setMin (float min)
void setMax (float max)
void setAbsmean (float absmean)

Private Attributes

float m_min
float m_max
float m_absmean

Detailed Description

Definition at line 40 of file RangeSummarisableTimeValueModel.h.


Constructor & Destructor Documentation

Definition at line 45 of file RangeSummarisableTimeValueModel.h.

RangeSummarisableTimeValueModel::Range::Range ( float  min,
float  max,
float  absmean 
) [inline]

Definition at line 47 of file RangeSummarisableTimeValueModel.h.


Member Function Documentation


Member Data Documentation

Definition at line 59 of file RangeSummarisableTimeValueModel.h.

Referenced by min(), and setMin().

Definition at line 60 of file RangeSummarisableTimeValueModel.h.

Referenced by max(), and setMax().

Definition at line 61 of file RangeSummarisableTimeValueModel.h.

Referenced by absmean(), and setAbsmean().


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