| NEST
    2.6.0,not_revisioned_source_dir@0
    | 
Parameter class representing the difference of two parameters. More...
#include <parameter.h>
 
  
 | Public Member Functions | |
| DifferenceParameter (const Parameter &m1, const Parameter &m2) | |
| Construct the difference of the two given parameters.  More... | |
| DifferenceParameter (const DifferenceParameter &p) | |
| Copy constructor.  More... | |
| ~DifferenceParameter () | |
| 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 * | parameter1_ | 
| Parameter * | parameter2_ | 
Parameter class representing the difference of two parameters.
| 
 | inline | 
Copy constructor.
| 
 | inline | 
References parameter1_, and parameter2_.
| 
 | inlinevirtual | 
Clone method.
Implements nest::Parameter.
References DifferenceParameter().
| 
 | inlinevirtual | 
Reimplemented from nest::Parameter.
References parameter1_, parameter2_, and nest::Parameter::value().
| 
 | inlinevirtual | 
Raw value disregarding cutoff.
Reimplemented from nest::Parameter.
References parameter1_, parameter2_, and nest::Parameter::value().
| 
 | protected | 
Referenced by raw_value(), and ~DifferenceParameter().
| 
 | protected | 
Referenced by raw_value(), and ~DifferenceParameter().
 1.8.7
 1.8.7