Dip  0.92.4
Public Member Functions | Public Attributes | List of all members
Perturb Struct Reference

#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
 

Detailed Description

Definition at line 360 of file UtilMacros.h.

Constructor & Destructor Documentation

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 747 of file UtilMacros.h.

Member Function Documentation

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 744 of file UtilMacros.h.

References m_randLB, m_randUB, and UtilURand().

Member Data Documentation

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()().


The documentation for this struct was generated from the following files: