NEST
2.6.0,not_revisioned_source_dir@0
|
Class containing the common properties for all synapses with common weight. More...
#include <common_properties_hom_w.h>
Public Member Functions | |
CommonPropertiesHomW () | |
Default constructor. More... | |
void | get_status (DictionaryDatum &d) const |
Get all properties and put them into a dictionary. More... | |
double_t | get_weight () const |
void | set_status (const DictionaryDatum &d, ConnectorModel &cm) |
Set properties from the values given in dictionary. More... | |
Public Member Functions inherited from nest::CommonSynapseProperties | |
CommonSynapseProperties () | |
Standard constructor. More... | |
~CommonSynapseProperties () | |
Destructor. More... | |
void | get_status (DictionaryDatum &d) const |
Get all properties and put them into a dictionary. More... | |
void | set_status (const DictionaryDatum &d, ConnectorModel &cm) |
Set properties from the values given in dictionary. More... | |
void | calibrate (const TimeConverter &) |
Calibrate all time objects, which might be contained in this object. More... | |
Node * | get_node () |
get reference to registering node More... | |
long_t | get_vt_gid () const |
Private Attributes | |
double_t | weight_ |
Class containing the common properties for all synapses with common weight.
|
inline |
Default constructor.
Sets all property values to defaults.
|
inline |
Get all properties and put them into a dictionary.
References nest::names::d, nest::CommonSynapseProperties::get_status(), nest::names::weight, and weight_.
|
inline |
References weight_.
Referenced by nest::StaticConnectionHomW< targetidentifierT >::send().
|
inline |
Set properties from the values given in dictionary.
References nest::names::d, nest::CommonSynapseProperties::set_status(), nest::names::weight, and weight_.
|
private |
Referenced by get_status(), get_weight(), and set_status().