UniformRng Class Reference

#include <UniformRng.h>

Inheritance diagram for UniformRng:
Inheritance graph
[legend]
Collaboration diagram for UniformRng:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 UniformRng ()
virtual ~UniformRng ()
double getMin () const
double getMax () const
void setMin (double min)
void setMax (double max)
virtual void vReinit (const Eref &e, ProcPtr p)

Static Public Member Functions

static const CinfoinitCinfo ()

Constructor & Destructor Documentation

UniformRng::UniformRng (  ) 

References RandGenerator::rng_.

virtual UniformRng::~UniformRng (  )  [inline, virtual]

Member Function Documentation

double UniformRng::getMax (  )  const

References Uniform::getMax(), and RandGenerator::rng_.

Referenced by initCinfo().

Here is the call graph for this function:

double UniformRng::getMin (  )  const

References Uniform::getMin(), and RandGenerator::rng_.

Referenced by initCinfo().

Here is the call graph for this function:

const Cinfo * UniformRng::initCinfo (  )  [static]

Reimplemented from RandGenerator.

References getMax(), getMin(), RandGenerator::initCinfo(), setMax(), and setMin().

Here is the call graph for this function:

void UniformRng::setMax ( double  max  ) 

References RandGenerator::rng_, and Uniform::setMax().

Referenced by initCinfo().

Here is the call graph for this function:

void UniformRng::setMin ( double  min  ) 

References RandGenerator::rng_, and Uniform::setMin().

Referenced by initCinfo().

Here is the call graph for this function:

void UniformRng::vReinit ( const Eref e,
ProcPtr  p 
) [virtual]

Reimplemented from RandGenerator.


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

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1