faif
|
#include <RandomCustomDistr.hpp>
Public Member Functions | |
DistrValue (double from, double to, double value) | |
c-tor More... | |
DistrValue (const DistrValue &v) | |
copy c-tor More... | |
DistrValue & | operator= (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 |
the value in histogram, part of distribution (single range)
|
inline |
c-tor
Referenced by faif::RandomCustomCreator::getRandomCustomDistr(), and setValue().
|
inline |
copy c-tor
|
inline |
d-tor
|
inline |
assignment
Referenced by faif::RandomCustomCreator::getRandomCustomDistr().
|
inline |
accessor
Referenced by setValue().
|
inline |
accessor
Referenced by faif::RandomCustomCreator::getRandomCustomDistr(), and setValue().
|
inline |
accessor
Referenced by setValue().
|
inline |
mutator
References DistrValue(), getFrom(), getTo(), and getValue().