#include <ZombieBufPool.h>
Public Member Functions | |
ZombieBufPool () | |
~ZombieBufPool () | |
void | vSetN (const Eref &e, double v) |
The 'get' functions are simply inherited from ZombiePool. | |
void | vSetNinit (const Eref &e, double v) |
void | vSetConc (const Eref &e, double v) |
void | vSetConcInit (const Eref &e, double v) |
Static Public Member Functions | |
static const Cinfo * | initCinfo () |
ZombieBufPool::ZombieBufPool | ( | ) |
ZombieBufPool::~ZombieBufPool | ( | ) |
const Cinfo * ZombieBufPool::initCinfo | ( | ) | [static] |
Reimplemented from ZombiePool.
References ZombiePool::initCinfo().
void ZombieBufPool::vSetConc | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
Reimplemented from ZombiePool.
References lookupVolumeFromMesh(), NA, and vSetN().
Referenced by vSetConcInit().
void ZombieBufPool::vSetConcInit | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
void ZombieBufPool::vSetN | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
The 'get' functions are simply inherited from ZombiePool.
Reimplemented from ZombiePool.
References vSetNinit().
Referenced by vSetConc(), and vSetNinit().
void ZombieBufPool::vSetNinit | ( | const Eref & | e, | |
double | v | |||
) | [virtual] |
Reimplemented from ZombiePool.
References vSetN().
Referenced by vSetN().