CSIM: linearneuron.h Source File

linearneuron.h

Go to the documentation of this file.
00001 
00005 #ifndef _LINEARNEURON_H_
00006 #define _LINEARNEURON_H_
00007 
00008 #include "analogneuron.h"
00009 
00011 class LinearNeuron : public AnalogNeuron {
00012 
00013   DO_REGISTERING
00014 
00015  public:
00016   LinearNeuron(void);
00017 
00019   double Iinject;
00021   double Vinit;
00022 
00023   virtual void reset(void);
00024   virtual double nextstate(void);
00025 
00026 };
00027 
00028 #endif

 
(C) 2003, Thomas Natschläger last modified 07/10/2006