Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

Synapse Class Reference

Container for synaptic properties (weight, axonal transmition delay, and pointer to the postsynaptic neuron). More...

#include <amygdala/neuron.h>

Inheritance diagram for Synapse:

SMPSynapse List of all members.

Public Methods

 Synapse (Neuron *_postNrn, float _weight, AmTimeInt _delay=0)
 ~Synapse ()
float GetWeight ()
void SetWeight (float _weight)
const AmTimeInt & GetOffset () const
AmTimeInt GetDelay () const
NeuronGetPostNeuron () const

Protected Attributes

float weight
NeuronpostNrn
AmTimeInt offset

Friends

class CompareSynapse

Detailed Description

Container for synaptic properties (weight, axonal transmition delay, and pointer to the postsynaptic neuron).


The documentation for this class was generated from the following file:
Generated on Wed Sep 4 02:30:37 2002 for Amygdala by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002