#include <UtilMacros.h>
Public Member Functions | |
| double | operator() (const double &k) |
| Perturb (double randLB, double randUB) | |
| double | operator() (const double &k) |
| Perturb (double randLB, double randUB) | |
Public Attributes | |
| double | m_randLB |
| double | m_randUB |
Definition at line 360 of file UtilMacros.h.
| Perturb::Perturb | ( | double | randLB, | |
| double | randUB | |||
| ) | [inline] |
Definition at line 366 of file UtilMacros.h.
| Perturb::Perturb | ( | double | randLB, | |
| double | randUB | |||
| ) | [inline] |
Definition at line 748 of file UtilMacros.h.
| double Perturb::operator() | ( | const double & | k | ) | [inline] |
Definition at line 363 of file UtilMacros.h.
References m_randLB, m_randUB, and UtilURand().
| double Perturb::operator() | ( | const double & | k | ) | [inline] |
Definition at line 745 of file UtilMacros.h.
References m_randLB, m_randUB, and UtilURand().
| double Perturb::m_randLB |
Definition at line 361 of file UtilMacros.h.
Referenced by operator()().
| double Perturb::m_randUB |
Definition at line 362 of file UtilMacros.h.
Referenced by operator()().
1.6.1