Module pypcsim :: Class ConnectionsProjection
[hide private]
[frames] | no frames]

Class ConnectionsProjection

 object --+    
          |    
??.instance --+
              |
             ConnectionsProjection

Help on ConnectionsProjection [class]: Class for making connections between populations of SimObjects

\sa ConnectionIterator, SimObjectPopulation, WiringMethod \nosubgrouping

Instance Methods [hide private]
 
__call__(...)
Help on SimObject::ID ConnectionsProjection::operator()(int idx) const [member operator]
 
__getitem__(...)
Help on long long int ConnectionsProjection::operator[](int idx) const [member operator]
 
__init__(...)
Help on ConnectionsProjection::ConnectionsProjection(boost::shared_ptr<SimObjectPopulation> source, boost::shared_ptr<SimObjectPopulation> destination, SimObjectFactory & connector, ConnectionIterator & iterator, WiringMethod * wiring=0, bool collectIDs=false, bool collectPairs=false) [constructor]
 
idVector(...)
Help on std::vector<long long, std::allocator<long long> > const & ConnectionsProjection::idVector() const [member function]
 
object(...)
Help on SimObject * ConnectionsProjection::object(int idx) const [member function]
 
prePostPair(...)
Help on std::pair<SimObject::ID, SimObject::ID> ConnectionsProjection::prePostPair(int idx) const [member function]
 
size(...)
Help on size_t ConnectionsProjection::size() const [member function]

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 36
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on ConnectionsProjection::ConnectionsProjection(boost::shared_ptr<SimObjectPopulation> source, boost::shared_ptr<SimObjectPopulation> destination, SimObjectFactory & connector, ConnectionIterator & iterator, WiringMethod * wiring=0, bool collectIDs=false, bool collectPairs=false) [constructor]

Help on ConnectionsProjection::ConnectionsProjection(boost::shared_ptr<SimObjectPopulation> source, boost::shared_ptr<SimObjectPopulation> destination, ConnObjectFactory & connector, ConnectionIterator & iterator, WiringMethod * wiring=0, bool collectIDs=false, bool collectPairs=false) [constructor]

Help on ConnectionsProjection::ConnectionsProjection(SimObjectPopulation const & source, SimObjectPopulation const & destination, ConnectionIterator & iterator, WiringMethod * wiring=0, bool collectPairs=false) [constructor]

Help on ConnectionsProjection::ConnectionsProjection(SimObjectPopulation const & source, SimObjectPopulation const & destination, Time & delay, bool collectPairs=false) [constructor]

Overrides: object.__init__