#include <amygdala/neuron.h>
Inheritance diagram for Synapse:
Public Methods | |
Synapse (Neuron *_postNrn, float _weight, AmTimeInt _delay=0) | |
~Synapse () | |
float | GetWeight () |
void | SetWeight (float _weight) |
const AmTimeInt & | GetOffset () const |
AmTimeInt | GetDelay () const |
Neuron * | GetPostNeuron () const |
Protected Attributes | |
float | weight |
Neuron * | postNrn |
AmTimeInt | offset |
Friends | |
class | CompareSynapse |