This struct temporarily holds the information for each cell.
-
vector<Synapse *> Syn
- Object on receiving side
-
vector<int> Node
- Receiving node
-
vector<void *> Addr
- Memory Address on sending side
-
vector<int> Delay
- delay on sending side
Documentation
This struct temporarily holds the information for each cell. The use of
vectors allow collection of an arbitrary number of connections: when all
the connections have been determined, the vectors will be converted to
plain arrays for speed & space efficiency.
vector<Synapse *> Syn
- Object on receiving side
vector<int> Node
- Receiving node
vector<void *> Addr
- Memory Address on sending side
vector<int> Delay
- delay on sending side
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.