SpikeStream Library
0.2
|
Connection() | spikestream::Connection | |
Connection(unsigned fromNeuronID, unsigned toNeuronID, float delay, float weight) | spikestream::Connection | |
Connection(unsigned id, unsigned fromNeuronID, unsigned toNeuronID, float delay, float weight) | spikestream::Connection | |
Connection(const Connection &conn) | spikestream::Connection | |
getDelay() | spikestream::Connection | [inline] |
getFromNeuronID() | spikestream::Connection | [inline] |
getID() | spikestream::Connection | [inline] |
getTempWeight() | spikestream::Connection | [inline] |
getToNeuronID() | spikestream::Connection | [inline] |
getWeight() | spikestream::Connection | [inline] |
operator=(const Connection &rhs) | spikestream::Connection | |
print() | spikestream::Connection | |
setFromNeuronID(unsigned fromNeurID) | spikestream::Connection | [inline] |
setID(unsigned id) | spikestream::Connection | [inline] |
setTempWeight(float newTempWeight) | spikestream::Connection | [inline] |
setToNeuronID(unsigned toNeurID) | spikestream::Connection | [inline] |
setWeight(float newWeight) | spikestream::Connection | [inline] |