#include <connector_model.h>
|
| GenericConnectorModel (Network &net, const std::string name) |
|
| GenericConnectorModel (const GenericConnectorModel &cm, const std::string name) |
|
ConnectorBase * | add_connection (Node &src, Node &tgt, ConnectorBase *conn, synindex syn_id, double_t weight, double_t delay) |
| delay and weight have the default value NAN. More...
|
|
ConnectorBase * | add_connection (Node &src, Node &tgt, ConnectorBase *conn, synindex syn_id, DictionaryDatum &d, double_t weight, double_t delay) |
| delay and weight have the default value NAN. More...
|
|
ConnectorModel * | clone (std::string) const |
|
void | calibrate (const TimeConverter &tc) |
|
void | get_status (DictionaryDatum &) const |
|
void | set_status (const DictionaryDatum &) |
|
ConnectionT::CommonPropertiesType
const & | get_common_properties () const |
|
void | set_syn_id (synindex syn_id) |
|
ConnectionT const & | get_default_connection () const |
|
| ConnectorModel (Network &net, const std::string) |
|
| ConnectorModel (const ConnectorModel &, const std::string) |
|
virtual | ~ConnectorModel () |
|
size_t | get_num_connections () const |
|
const Time & | get_min_delay () const |
|
const Time & | get_max_delay () const |
|
void | update_delay_extrema (const double_t mindelay_cand, const double_t maxdelay_cand) |
|
void | assert_valid_delay_ms (double_t) |
| Raise exception if delay value in milliseconds is invalid. More...
|
|
void | assert_two_valid_delays_steps (long_t, long_t) |
| Raise exception if either of the two delays in steps is invalid. More...
|
|
std::string | get_name () const |
|
bool | get_user_set_delay_extrema () const |
|
Network & | network () const |
|
template<typename ConnectionT >
template<typename ConnectionT >
template<typename ConnectionT >
delay and weight have the default value NAN.
NAN is a special value in cmath, which describes double values that are not a number. If delay or weight is omitted in an add_connection call, NAN indicates this and weight/delay are set only, if they are valid.
Implements nest::ConnectorModel.
References nest::names::c.
template<typename ConnectionT >
template<typename ConnectionT >
template<typename ConnectionT >
template<typename ConnectionT >
template<typename ConnectionT >
template<typename ConnectionT >
template<typename ConnectionT >
template<typename ConnectionT >
template<typename ConnectionT >
template<typename ConnectionT >
template<typename ConnectionT >
template<typename ConnectionT >
template<typename ConnectionT >
The documentation for this class was generated from the following files: