CSIM: Traubs_HH_h_Gate Class Reference
Traubs_HH_h_Gate Class Reference#include <TraubsHHNeuron.h>
Inheritance diagram for Traubs_HH_h_Gate:
List of all members.
Detailed Description
h gate for the fast Traubs modified HH sodium Na channel
Used in the TraubsHHNeuron neuron model.
see Traubs_HH_Na_Channel.
alpha_h = 0.128 * exp((17-v2)/18) beta_h = 4 / ( 1 + exp((40-v2)/5) )
Public Member Functions
Protected Member Functions
- virtual double * getC1 (void)
Static Protected Attributes
- static double * C1 = 0
- static double * C2 = 0
Constructor & Destructor Documentation
Traubs_HH_h_Gate::~Traubs_HH_h_Gate |
( |
void |
|
) |
[inline] |
|
|
(at least with gcc 2.95) the virtuals are not called correctly within the destructor |
Member Function Documentation
virtual double* Traubs_HH_h_Gate::getC1 |
( |
void |
|
) |
[inline, protected, virtual] |
|
|
virtual methods to correctly acces the static members C1 and C2
Reimplemented from VIonGate. |
Member Data Documentation
|
The look up table for the exponential Euler integration 'constant'
Reimplemented from VIonGate. |
|
The look up table for the exponential Euler integration 'constant'
Reimplemented from VIonGate. |
|