NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | List of all members
nest::CommonSynapseProperties Class Reference

Class containing the common properties for all connections of a certain type. More...

#include <common_synapse_properties.h>

Inheritance diagram for nest::CommonSynapseProperties:
nest::CommonPropertiesHomW nest::STDPDopaCommonProperties nest::STDPFACETSHWHomCommonProperties< targetidentifierT > nest::STDPHomCommonProperties nest::STDPPLHomCommonProperties

Public Member Functions

 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...
 
Nodeget_node ()
 get reference to registering node More...
 
long_t get_vt_gid () const
 

Detailed Description

Class containing the common properties for all connections of a certain type.

Everything that needs to be stored commonly for all synapses goes into a CommonProperty class derived by this base class. Base class for all CommonProperty classes. If the synapse type does not have any common properties, this class may be used as a placeholder.

Constructor & Destructor Documentation

nest::CommonSynapseProperties::CommonSynapseProperties ( )

Standard constructor.

Default implementation of an empty CommonSynapseProperties object.

Sets all common properties to default values.

nest::CommonSynapseProperties::~CommonSynapseProperties ( )

Destructor.

Member Function Documentation

void nest::CommonSynapseProperties::calibrate ( const TimeConverter )

Calibrate all time objects, which might be contained in this object.

Node * nest::CommonSynapseProperties::get_node ( )

get reference to registering node

void nest::CommonSynapseProperties::get_status ( DictionaryDatum d) const
long_t nest::CommonSynapseProperties::get_vt_gid ( ) const
inline
void nest::CommonSynapseProperties::set_status ( const DictionaryDatum d,
ConnectorModel cm 
)

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