Basic Electrophysiology Relacs Plugins
0.9.8
|
#include <spikingneuron.h>
Public Member Functions | |
Crook (void) | |
virtual string | name (void) const |
virtual int | dimension (void) const |
virtual void | variables (vector< string > &varnames) const |
virtual void | units (vector< string > &u) const |
virtual void | operator() (double t, double s, double *x, double *dxdt, int n) |
virtual void | init (double *x) const |
virtual void | conductances (vector< string > &conductancenames) const |
virtual void | conductances (double *g) const |
virtual void | currents (vector< string > ¤tnames) const |
virtual void | currents (double *c) const |
virtual void | add (void) |
virtual void | notify (void) |
Public Member Functions inherited from HodgkinHuxley | |
HodgkinHuxley (void) | |
Public Member Functions inherited from SpikingNeuron | |
SpikingNeuron (void) | |
virtual | ~SpikingNeuron (void) |
virtual string | conductanceUnit (void) const |
virtual string | currentUnit (void) const |
virtual string | inputUnit (void) const |
double | gain (void) const |
double | offset (void) const |
Public Member Functions inherited from ConfigClass | |
ConfigClass (const string &ident, int group=0, int mode=0xffff, int selectmask=0) | |
ConfigClass (const ConfigClass &C) | |
virtual | ~ConfigClass (void) |
const string & | configIdent (void) const |
void | setConfigIdent (const string &ident) |
int | configGroup (void) const |
void | setConfigGroup (int group) |
int | configMode (void) const |
void | setConfigMode (int mode) |
void | addConfigMode (int mode) |
void | delConfigMode (int mode) |
int | configSelectMask (void) const |
void | setConfigSelectMask (int mask) |
void | addConfig (void) |
void | readConfig (void) |
virtual void | readConfig (StrQueue &sq) |
virtual void | saveConfig (ofstream &str) |
virtual int | configSize (void) const |
virtual void | config (void) |
virtual void | preConfig (void) |
Protected Attributes | |
double | ECa |
double | GCa |
double | GKAHP |
double | GKM |
double | GLD |
double | GDS |
double | GCaGates |
double | GKAHPGates |
double | GKMGates |
double | GDSGates |
double | GSDGates |
double | ICa |
double | IKAHP |
double | IKM |
double | IDS |
double | ILD |
double | ISD |
double | SFrac |
double | CaA |
double | CaTau |
Protected Attributes inherited from HodgkinHuxley | |
double | C |
double | PT |
double | ENa |
double | EK |
double | EL |
double | GNa |
double | GK |
double | GL |
double | GNaGates |
double | GKGates |
double | INa |
double | IK |
double | IL |
Protected Attributes inherited from SpikingNeuron | |
double | Gain |
double | Offset |
Additional Inherited Members | |
Public Types inherited from ConfigClass | |
enum | Action |
Static Public Member Functions inherited from ConfigClass | |
static void | setConfigureClasses (ConfigureClasses *cfg) |
Static Public Attributes inherited from SpikingNeuron | |
static const int | ScalingFlag = 16 |
static const int | ModelFlag = 32 |
static const int | DescriptionFlag = 64 |
[ModelLib] The two-compartment Crook model with adaptation currents.
(Sharon M. Crook and G. Bard Ermentrout and James M. Bower (1998): Spike frequency adaptation affects the synchronization properties of networks of cortical oscillators. Neural. Comput. 10, pp. 837-854)
Crook | ( | void | ) |
References HodgkinHuxley::C, Crook::CaA, Crook::CaTau, Crook::ECa, HodgkinHuxley::EK, HodgkinHuxley::EL, HodgkinHuxley::ENa, Crook::GCa, Crook::GCaGates, Crook::GDS, Crook::GDSGates, HodgkinHuxley::GK, Crook::GKAHP, Crook::GKAHPGates, HodgkinHuxley::GKGates, Crook::GKM, Crook::GKMGates, HodgkinHuxley::GL, Crook::GLD, HodgkinHuxley::GNa, HodgkinHuxley::GNaGates, Crook::GSDGates, Crook::ICa, Crook::IDS, HodgkinHuxley::IK, Crook::IKAHP, Crook::IKM, HodgkinHuxley::IL, Crook::ILD, HodgkinHuxley::INa, Crook::ISD, HodgkinHuxley::PT, and Crook::SFrac.
|
virtual |
Reimplemented from HodgkinHuxley.
|
virtual |
Reimplemented from HodgkinHuxley.
|
virtual |
[out] | varnames | the names of each of the dimension() variables. Gating variables (ranging between 0 and 1) should be a single lower-case character, potentials and equivalent potentials a single upper-case character, and concentrations should be in brackets (e.g. [Ca]). |
Reimplemented from HodgkinHuxley.
References HodgkinHuxley::variables().
|
virtual |
[out] | u | the units of the variables returned by variables(). |
Reimplemented from HodgkinHuxley.
References HodgkinHuxley::units().
|
virtual |
Computes the derivative dxdt at time t with stimulus s given the state x.
Reimplemented from HodgkinHuxley.
References HodgkinHuxley::C, Crook::CaA, Crook::CaTau, Crook::ECa, HodgkinHuxley::EK, HodgkinHuxley::EL, HodgkinHuxley::ENa, relacs::exp(), Crook::GCa, Crook::GCaGates, Crook::GDS, Crook::GDSGates, HodgkinHuxley::GK, Crook::GKAHP, Crook::GKAHPGates, HodgkinHuxley::GKGates, Crook::GKM, Crook::GKMGates, HodgkinHuxley::GL, Crook::GLD, HodgkinHuxley::GNa, HodgkinHuxley::GNaGates, Crook::GSDGates, Crook::ICa, Crook::IDS, HodgkinHuxley::IK, Crook::IKAHP, Crook::IKM, HodgkinHuxley::IL, Crook::ILD, HodgkinHuxley::INa, Crook::ISD, and Crook::SFrac.
|
virtual |
Initialize the state x with usefull inital conditions.
Reimplemented from HodgkinHuxley.
|
virtual |
Returns in conductancenames the names of the individual ionic conductances that conductances(double*) const would return.
Reimplemented from HodgkinHuxley.
|
virtual |
Returns in g the values of the individual ionic conductances. The number of conductances is defined by the size of conductancenames the function conductances(vector<string>&) const returns.
Reimplemented from HodgkinHuxley.
References Crook::GCaGates, Crook::GDSGates, Crook::GKAHPGates, HodgkinHuxley::GKGates, Crook::GKMGates, HodgkinHuxley::GL, Crook::GLD, HodgkinHuxley::GNaGates, and Crook::GSDGates.
|
virtual |
Returns in currentnames the names of the individual ionic currents that currents(double*) const would return.
Reimplemented from HodgkinHuxley.
|
virtual |
Returns in c the values of the individual ionic currents. The number of currents is defined by the size of currentnames the function currents(vector<string>&) const returns.
Reimplemented from HodgkinHuxley.
References Crook::ICa, Crook::IDS, HodgkinHuxley::IK, Crook::IKAHP, Crook::IKM, HodgkinHuxley::IL, Crook::ILD, HodgkinHuxley::INa, and Crook::ISD.
|
virtual |
Add parameters as options.
Reimplemented from HodgkinHuxley.
References SpikingNeuron::add(), HodgkinHuxley::C, Crook::CaA, Crook::CaTau, SpikingNeuron::conductanceUnit(), Crook::ECa, HodgkinHuxley::EK, HodgkinHuxley::EL, HodgkinHuxley::ENa, Crook::GCa, Crook::GDS, HodgkinHuxley::GK, Crook::GKAHP, Crook::GKM, HodgkinHuxley::GL, Crook::GLD, HodgkinHuxley::GNa, SpikingNeuron::ModelFlag, and Crook::SFrac.
|
virtual |
Read out the current values from the list of Options.
Reimplemented from HodgkinHuxley.
References Crook::CaA, Crook::CaTau, Crook::ECa, Crook::GCa, Crook::GKAHP, Crook::GKM, Crook::GLD, SpikingNeuron::notify(), HodgkinHuxley::notify(), and Crook::SFrac.
|
protected |
Referenced by Crook::add(), Crook::Crook(), Crook::notify(), and Crook::operator()().
|
protected |
Referenced by Crook::add(), Crook::Crook(), Crook::notify(), and Crook::operator()().
|
protected |
Referenced by Crook::add(), Crook::Crook(), Crook::notify(), and Crook::operator()().
|
protected |
Referenced by Crook::add(), Crook::Crook(), Crook::notify(), and Crook::operator()().
|
protected |
Referenced by Crook::add(), Crook::conductances(), Crook::Crook(), Crook::notify(), and Crook::operator()().
|
protected |
Referenced by Crook::add(), Crook::Crook(), and Crook::operator()().
|
protected |
Referenced by Crook::conductances(), Crook::Crook(), and Crook::operator()().
|
protected |
Referenced by Crook::conductances(), Crook::Crook(), and Crook::operator()().
|
protected |
Referenced by Crook::conductances(), Crook::Crook(), and Crook::operator()().
|
protected |
Referenced by Crook::conductances(), Crook::Crook(), and Crook::operator()().
|
protected |
Referenced by Crook::conductances(), Crook::Crook(), and Crook::operator()().
|
protected |
Referenced by Crook::Crook(), Crook::currents(), and Crook::operator()().
|
protected |
Referenced by Crook::Crook(), Crook::currents(), and Crook::operator()().
|
protected |
Referenced by Crook::Crook(), Crook::currents(), and Crook::operator()().
|
protected |
Referenced by Crook::Crook(), Crook::currents(), and Crook::operator()().
|
protected |
Referenced by Crook::Crook(), Crook::currents(), and Crook::operator()().
|
protected |
Referenced by Crook::Crook(), Crook::currents(), and Crook::operator()().
|
protected |
Referenced by Crook::add(), Crook::Crook(), Crook::notify(), and Crook::operator()().
|
protected |
Referenced by Crook::add(), Crook::Crook(), Crook::notify(), and Crook::operator()().
|
protected |
Referenced by Crook::add(), Crook::Crook(), Crook::notify(), and Crook::operator()().