#include <q_metric.h>

Public Types

typedef ::uint16_t bin_type
 

Public Member Functions

 q_score_bin (const bin_type lower=0, const bin_type upper=0, const bin_type value=0)
 
template<class T >
q_score_binoperator= (const T &val)
 
bin_type lower () const
 
bin_type upper () const
 
bin_type value () const
 

Friends

template<class MetricType , int Version>
struct io::generic_layout
 

Detailed Description

Bin in the q-score histogram

Member Typedef Documentation

typedef ::uint16_t bin_type

Integer type of the bin

Constructor & Destructor Documentation

q_score_bin ( const bin_type  lower = 0,
const bin_type  upper = 0,
const bin_type  value = 0 
)
inline

Constructor

Parameters
lowerlower end of the bin range
upperupper end of the bin range
valuevalue of the bin

Member Function Documentation

q_score_bin& operator= ( const T &  val)
inline

Assign type val to point2d

Parameters
valtype that defines m_x and m_y
Returns
q_score_bin

Friends And Related Function Documentation

friend struct io::generic_layout
friend

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