NEST
2.6.0,not_revisioned_source_dir@0
|
Random parameter with uniform distribution in [min,max) More...
#include <parameter.h>
Public Member Functions | |
UniformParameter (const DictionaryDatum &d) | |
Parameters: min - minimum value max - maximum value. More... | |
double_t | raw_value (const Position< 2 > &, librandom::RngPtr &rng) const |
Raw value disregarding cutoff. More... | |
double_t | raw_value (const Position< 3 > &, librandom::RngPtr &rng) const |
Raw value disregarding cutoff. More... | |
Parameter * | clone () const |
Clone method. More... | |
Public Member Functions inherited from nest::Parameter | |
Parameter () | |
Default constructor. More... | |
Parameter (double_t cutoff) | |
Constructor. More... | |
Parameter (const DictionaryDatum &d) | |
Constructor Parameter that can be set in the Dictionary: cutoff - Values less than the cutoff are set to zero. More... | |
virtual | ~Parameter () |
Virtual destructor. More... | |
double_t | value (const Position< 2 > &p, librandom::RngPtr &rng) const |
double_t | value (const Position< 3 > &p, librandom::RngPtr &rng) const |
double_t | value (const std::vector< double_t > &pt, librandom::RngPtr &rng) const |
virtual Parameter * | multiply_parameter (const Parameter &other) const |
Create the product of this parameter with another. More... | |
virtual Parameter * | divide_parameter (const Parameter &other) const |
Create the quotient of this parameter with another. More... | |
virtual Parameter * | add_parameter (const Parameter &other) const |
Create the sum of this parameter with another. More... | |
virtual Parameter * | subtract_parameter (const Parameter &other) const |
Create the difference of this parameter with another. More... | |
Private Attributes | |
double_t | lower_ |
double_t | range_ |
Random parameter with uniform distribution in [min,max)
|
inline |
Parameters: min - minimum value max - maximum value.
References nest::names::d, lower_, nest::names::max, nest::names::min, and range_.
Referenced by clone().
|
inlinevirtual |
Clone method.
Implements nest::Parameter.
References UniformParameter().
|
inlinevirtual |
Raw value disregarding cutoff.
Reimplemented from nest::Parameter.
|
inlinevirtual |
Raw value disregarding cutoff.
Reimplemented from nest::Parameter.
|
private |
Referenced by raw_value(), and UniformParameter().
|
private |
Referenced by raw_value(), and UniformParameter().