CSIM: hh_neuron.h Source File

hh_neuron.h

Go to the documentation of this file.
00001 
00005 #ifndef _HH_NEURON_H_
00006 #define _HH_NEURON_H_
00007 
00008 #include "cbneuron.h"
00009 
00010 class HH_K_Channel;
00011 class HH_Na_Channel;
00012 
00014 
00020 class HHNeuron : public CbNeuron {
00021 
00022  DO_REGISTERING  
00023 
00024  public:
00025 
00026   HHNeuron(void);
00027 
00028   virtual ~HHNeuron();
00029 
00030   virtual int init(Advancable *a);
00031 
00032   virtual int updateInternal(void);
00033 
00034 private:
00035 
00036   HH_K_Channel  *k;
00037 
00038   HH_Na_Channel *na;
00039 
00040 
00041 };
00042 
00043 #endif

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