faif
Public Member Functions | List of all members
faif::DistrValue Class Reference

#include <RandomCustomDistr.hpp>

Collaboration diagram for faif::DistrValue:
Collaboration graph

Public Member Functions

 DistrValue (double from, double to, double value)
 c-tor More...
 
 DistrValue (const DistrValue &v)
 copy c-tor More...
 
DistrValueoperator= (const DistrValue &v)
 assignment More...
 
 ~DistrValue ()
 d-tor More...
 
double getFrom () const
 
double getTo () const
 
double getValue () const
 
void setValue (double val)
 
bool operator== (const DistrValue &v) const
 
bool operator< (const DistrValue &v) const
 

Detailed Description

the value in histogram, part of distribution (single range)

Constructor & Destructor Documentation

faif::DistrValue::DistrValue ( double  from,
double  to,
double  value 
)
inline
faif::DistrValue::DistrValue ( const DistrValue v)
inline

copy c-tor

faif::DistrValue::~DistrValue ( )
inline

d-tor

Member Function Documentation

DistrValue& faif::DistrValue::operator= ( const DistrValue v)
inline
double faif::DistrValue::getFrom ( ) const
inline

accessor

Referenced by setValue().

double faif::DistrValue::getTo ( ) const
inline
double faif::DistrValue::getValue ( ) const
inline

accessor

Referenced by setValue().

void faif::DistrValue::setValue ( double  val)
inline

mutator

References DistrValue(), getFrom(), getTo(), and getValue().


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