NEST
2.6.0,not_revisioned_source_dir@0
|
#include <conn_builder.h>
Public Member Functions | |
FixedInDegreeBuilder (Network &, const GIDCollection &, const GIDCollection &, const DictionaryDatum &, const DictionaryDatum &) | |
Public Member Functions inherited from nest::ConnBuilder | |
virtual void | connect () |
Connect sources to targets according to specifications in dictionary. More... | |
ConnBuilder (Network &, const GIDCollection &, const GIDCollection &, const DictionaryDatum &, const DictionaryDatum &) | |
parameters: sources, targets, specifications More... | |
virtual | ~ConnBuilder () |
Protected Member Functions | |
void | connect_ () |
Implements the actual connection algorithm. More... | |
Protected Member Functions inherited from nest::ConnBuilder | |
void | single_connect_ (index, Node &, thread, librandom::RngPtr &) |
Create connection between given nodes, fill parameter values. More... | |
Private Attributes | |
long | indegree_ |
Additional Inherited Members | |
Protected Attributes inherited from nest::ConnBuilder | |
Network & | net_ |
const GIDCollection & | sources_ |
const GIDCollection & | targets_ |
bool | autapses_ |
bool | multapses_ |
std::vector< lockPTR < WrappedThreadException > > | exceptions_raised_ |
buffer for exceptions raised in threads More... | |
nest::FixedInDegreeBuilder::FixedInDegreeBuilder | ( | Network & | net, |
const GIDCollection & | sources, | ||
const GIDCollection & | targets, | ||
const DictionaryDatum & | conn_spec, | ||
const DictionaryDatum & | syn_spec | ||
) |
|
protectedvirtual |
Implements the actual connection algorithm.
Implements nest::ConnBuilder.
References nest::Node::get_thread(), nest::names::target, and nest::names::target_thread.
|
private |
Referenced by FixedInDegreeBuilder().