|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <ConcChanInfo.h>
Collaboration diagram for ConcChanInfo:Public Member Functions | |
| ConcChanInfo () | |
| ConcChanInfo (unsigned int my, unsigned int other, unsigned int chan, double perm, bool isSwapped) | |
Public Attributes | |
| unsigned int | chanPool |
| unsigned int | myPool |
| unsigned int | otherPool |
| double | permeability |
| bool | swapped |
Definition at line 15 of file ConcChanInfo.h.
| ConcChanInfo::ConcChanInfo | ( | ) |
|
inline |
Definition at line 19 of file ConcChanInfo.h.
| unsigned int ConcChanInfo::chanPool |
Definition at line 28 of file ConcChanInfo.h.
Referenced by Dsolve::calcJnChan(), and Dsolve::calcOtherJnChan().
| unsigned int ConcChanInfo::myPool |
Definition at line 26 of file ConcChanInfo.h.
Referenced by Dsolve::calcJnChan(), and Dsolve::calcOtherJnChan().
| unsigned int ConcChanInfo::otherPool |
Definition at line 27 of file ConcChanInfo.h.
Referenced by Dsolve::calcJnChan(), and Dsolve::calcOtherJnChan().
| double ConcChanInfo::permeability |
Definition at line 32 of file ConcChanInfo.h.
Referenced by Dsolve::calcJnChan(), and Dsolve::calcOtherJnChan().
| bool ConcChanInfo::swapped |
Definition at line 29 of file ConcChanInfo.h.