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

#include <conn_builder.h>

Inheritance diagram for nest::FixedTotalNumberBuilder:
nest::ConnBuilder

Public Member Functions

 FixedTotalNumberBuilder (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 N_
 

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

Member Function Documentation

void nest::FixedTotalNumberBuilder::connect_ ( )
protectedvirtual

Member Data Documentation

long nest::FixedTotalNumberBuilder::N_
private

Referenced by FixedTotalNumberBuilder().


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