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

#include <conn_builder.h>

Inheritance diagram for nest::AllToAllBuilder:
nest::ConnBuilder

Public Member Functions

 AllToAllBuilder (Network &net, const GIDCollection &sources, const GIDCollection &targets, const DictionaryDatum &conn_spec, const DictionaryDatum &syn_spec)
 
- 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...
 

Additional Inherited Members

- Protected Attributes inherited from nest::ConnBuilder
Networknet_
 
const GIDCollectionsources_
 
const GIDCollectiontargets_
 
bool autapses_
 
bool multapses_
 
std::vector< lockPTR
< WrappedThreadException > > 
exceptions_raised_
 buffer for exceptions raised in threads More...
 

Constructor & Destructor Documentation

nest::AllToAllBuilder::AllToAllBuilder ( Network net,
const GIDCollection sources,
const GIDCollection targets,
const DictionaryDatum conn_spec,
const DictionaryDatum syn_spec 
)
inline

Member Function Documentation

void nest::AllToAllBuilder::connect_ ( )
protectedvirtual

Implements the actual connection algorithm.

Implements nest::ConnBuilder.

References nest::Node::get_thread(), nest::names::target, and nest::names::target_thread.


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