MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ConcChanInfo Class Reference

#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
 

Detailed Description

Definition at line 15 of file ConcChanInfo.h.

Constructor & Destructor Documentation

ConcChanInfo::ConcChanInfo ( )
ConcChanInfo::ConcChanInfo ( unsigned int  my,
unsigned int  other,
unsigned int  chan,
double  perm,
bool  isSwapped 
)
inline

Definition at line 19 of file ConcChanInfo.h.

21  : myPool( my ), otherPool( other ), chanPool( chan ),
22  swapped( isSwapped ),
23  permeability( perm )
24  {;}
unsigned int chanPool
Definition: ConcChanInfo.h:28
unsigned int otherPool
Definition: ConcChanInfo.h:27
double permeability
Definition: ConcChanInfo.h:32
unsigned int myPool
Definition: ConcChanInfo.h:26

Member Data Documentation

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.


The documentation for this class was generated from the following file: