#include <GapJunction.h>
Public Member Functions | |
GapJunction () | |
~GapJunction () | |
void | setVm1 (double Vm) |
void | setVm2 (double Vm) |
void | setGk (double g) |
double | getGk () const |
void | process (const Eref &e, ProcPtr p) |
void | reinit (const Eref &e, ProcPtr p) |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
Protected Attributes | |
double | Vm1_ |
double | Vm2_ |
double | Gk_ |
GapJunction::GapJunction | ( | ) |
GapJunction::~GapJunction | ( | ) |
double GapJunction::getGk | ( | ) | const |
References Gk_.
Referenced by initCinfo().
const Cinfo * GapJunction::initCinfo | ( | ) | [static] |
The process function does the object updating and sends out messages to channels, nernsts, and so on.
References Gk_, Vm1_, and Vm2_.
Referenced by initCinfo().
void GapJunction::setGk | ( | double | g | ) |
References Gk_.
Referenced by initCinfo().
void GapJunction::setVm1 | ( | double | Vm | ) |
References Vm1_.
Referenced by initCinfo().
void GapJunction::setVm2 | ( | double | Vm | ) |
References Vm2_.
Referenced by initCinfo().
double GapJunction::Gk_ [protected] |
double GapJunction::Vm1_ [protected] |
double GapJunction::Vm2_ [protected] |