MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <GapJunction.h>
Public Member Functions | |
GapJunction () | |
double | getGk () const |
void | process (const Eref &e, ProcPtr p) |
void | reinit (const Eref &e, ProcPtr p) |
void | setGk (double g) |
void | setVm1 (double Vm) |
void | setVm2 (double Vm) |
~GapJunction () | |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
Protected Attributes | |
double | Gk_ |
double | Vm1_ |
double | Vm2_ |
Definition at line 48 of file GapJunction.h.
GapJunction::GapJunction | ( | ) |
Definition at line 170 of file GapJunction.cpp.
GapJunction::~GapJunction | ( | ) |
Definition at line 175 of file GapJunction.cpp.
double GapJunction::getGk | ( | ) | const |
Definition at line 185 of file GapJunction.cpp.
References Gk_.
Referenced by initCinfo().
|
static |
Initializes the class info.
Definition at line 67 of file GapJunction.cpp.
References channel1Out(), channel2Out(), gapJunctionCinfo, getGk(), Neutral::initCinfo(), process(), reinit(), setGk(), setVm1(), and setVm2().
The process function does the object updating and sends out messages to channels, nernsts, and so on.
Definition at line 200 of file GapJunction.cpp.
References channel1Out(), channel2Out(), Gk_, Vm1_, and Vm2_.
Referenced by initCinfo().
The reinit function reinitializes all fields.
Definition at line 206 of file GapJunction.cpp.
Referenced by initCinfo().
void GapJunction::setGk | ( | double | g | ) |
Definition at line 180 of file GapJunction.cpp.
References Gk_.
Referenced by initCinfo().
void GapJunction::setVm1 | ( | double | Vm | ) |
Definition at line 190 of file GapJunction.cpp.
References Vm1_.
Referenced by initCinfo().
void GapJunction::setVm2 | ( | double | Vm | ) |
Definition at line 195 of file GapJunction.cpp.
References Vm2_.
Referenced by initCinfo().
|
protected |
Definition at line 78 of file GapJunction.h.
|
protected |
Definition at line 76 of file GapJunction.h.
|
protected |
Definition at line 77 of file GapJunction.h.