NEST
2.6.0,not_revisioned_source_dir@0
|
Parameter class for a parameter oriented in the opposite direction. More...
#include <parameter.h>
Public Member Functions | |
ConverseParameter (const Parameter &p) | |
Construct the converse of the given parameter. More... | |
ConverseParameter (const ConverseParameter &p) | |
Copy constructor. More... | |
~ConverseParameter () | |
double_t | raw_value (const Position< 2 > &p, librandom::RngPtr &rng) const |
double_t | raw_value (const Position< 3 > &p, 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... | |
Protected Attributes | |
Parameter * | p_ |
Parameter class for a parameter oriented in the opposite direction.
|
inline |
|
inline |
Copy constructor.
|
inline |
References p_.
|
inlinevirtual |
Clone method.
Implements nest::Parameter.
References ConverseParameter().
|
inlinevirtual |
Reimplemented from nest::Parameter.
References p_, and nest::Parameter::raw_value().
|
inlinevirtual |
Raw value disregarding cutoff.
Reimplemented from nest::Parameter.
References p_, and nest::Parameter::raw_value().
|
protected |
Referenced by raw_value(), and ~ConverseParameter().