NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::CommonPropertiesHomW Class Reference

Class containing the common properties for all synapses with common weight. More...

#include <common_properties_hom_w.h>

Inheritance diagram for nest::CommonPropertiesHomW:
[legend]
Collaboration diagram for nest::CommonPropertiesHomW:
[legend]

Public Member Functions

 CommonPropertiesHomW ()
 
void get_status (Dictionary &d) const
 
double get_weight () const
 
void set_status (const Dictionary &d, ConnectorModel &cm)
 Set properties from the values given in dictionary.
 
- Public Member Functions inherited from nest::CommonSynapseProperties
 CommonSynapseProperties ()
 Standard constructor.
 
 ~CommonSynapseProperties ()
 
void get_status (Dictionary &d) const
 Get all properties and put them into a dictionary.
 
void set_status (const Dictionary &d, ConnectorModel &cm)
 Set properties from the values given in dictionary.
 
void calibrate (const TimeConverter &)
 Calibrate all time objects, which might be contained in this object.
 
long get_vt_node_id () const
 Get node ID of volume transmitter.
 
weight_recorder * get_weight_recorder () const
 Get weight_recorder.
 

Private Attributes

double weight_
 

Detailed Description

Class containing the common properties for all synapses with common weight.

Constructor & Destructor Documentation

◆ CommonPropertiesHomW()

nest::CommonPropertiesHomW::CommonPropertiesHomW ( )
inline

Member Function Documentation

◆ get_status()

void nest::CommonPropertiesHomW::get_status ( Dictionary &  d) const
inline

References nest::CommonSynapseProperties::get_status(), nest::names::weight(), and weight_.

Referenced by nest::TsodyksHomCommonProperties::get_status().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_weight()

double nest::CommonPropertiesHomW::get_weight ( ) const
inline

References weight_.

Referenced by nest::static_synapse_hom_w< targetidentifierT >::send(), and nest::tsodyks_synapse_hom< targetidentifierT >::send().

Here is the caller graph for this function:

◆ set_status()

void nest::CommonPropertiesHomW::set_status ( const Dictionary &  d,
ConnectorModel &  cm 
)
inline

Set properties from the values given in dictionary.

References nest::CommonSynapseProperties::set_status(), nest::names::weight(), and weight_.

Referenced by nest::TsodyksHomCommonProperties::set_status().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ weight_

double nest::CommonPropertiesHomW::weight_
private

Referenced by get_status(), get_weight(), and set_status().


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