Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
biogears::SEEndocrineSystem Class Reference
#include <SEEndocrineSystem.h>
Inheritance diagram for biogears::SEEndocrineSystem:

Public Member Functions | |
SEEndocrineSystem (Logger *logger) | |
~SEEndocrineSystem () override | |
const char * | classname () const override |
size_t | hash_code () const override |
void | Clear () override |
const SEScalar * | GetScalar (const char *name) override |
const SEScalar * | GetScalar (const std::string &name) override |
bool | Load (const CDM::EndocrineSystemData &in) |
CDM::EndocrineSystemData * | Unload () const override |
Tree< const char * > | GetPhysiologyRequestGraph () const override |
bool | HasInsulinSynthesisRate () const |
SEScalarAmountPerTime & | GetInsulinSynthesisRate () |
double | GetInsulinSynthesisRate (const AmountPerTimeUnit &unit) const |
bool | HasGlucagonSynthesisRate () const |
SEScalarAmountPerTime & | GetGlucagonSynthesisRate () |
double | GetGlucagonSynthesisRate (const AmountPerTimeUnit &unit) const |
![]() | |
SESystem (Logger *logger) | |
virtual | ~SESystem () |
bool | Load (const CDM::SystemData &in) |
![]() | |
Loggable () | |
Loggable (Logger *log) | |
virtual | ~Loggable () |
virtual Logger * | GetLogger () const |
Static Public Member Functions | |
static size_t | TypeHash () |
static constexpr char const *const | TypeTag () |
![]() | |
static const SEScalar * | GetScalar (const char *name, std::vector< SESystem * > *systems) |
static const SEScalar * | GetScalar (const std::string &name, std::vector< SESystem * > *systems) |
Protected Member Functions | |
void | Unload (CDM::EndocrineSystemData &data) const |
![]() | |
void | Unload (CDM::SystemData &data) const |
![]() | |
virtual void | Debug (const char *msg, const char *origin="") const |
virtual void | Debug (const std::string &msg, const std::string &origin=empty) const |
virtual void | Debug (std::ostream &msg, const std::string &origin=empty) const |
virtual void | Info (const char *msg, const char *origin="") const |
virtual void | Info (const std::string &msg, const std::string &origin=empty) const |
virtual void | Info (std::ostream &msg, const std::string &origin=empty) const |
virtual void | Warning (const char *msg, const char *origin="") const |
virtual void | Warning (const std::string &msg, const std::string &origin=empty) const |
virtual void | Warning (std::ostream &msg, const std::string &origin=empty) const |
virtual void | Error (const char *msg, const char *origin="") const |
virtual void | Error (const std::string msg, const std::string origin=empty) const |
virtual void | Error (std::ostream &msg, const std::string &origin=empty) const |
virtual void | Fatal (const char *msg, const char *origin="") const |
virtual void | Fatal (const std::string &msg, const std::string &origin=empty) const |
virtual void | Fatal (std::ostream &msg, const std::string &origin=empty) const |
Protected Attributes | |
SEScalarAmountPerTime * | m_InsulinSynthesisRate |
SEScalarAmountPerTime * | m_GlucagonSynthesisRate |
![]() | |
std::stringstream | m_ss |
![]() | |
Logger * | m_Logger |
Additional Inherited Members | |
![]() | |
static const std::string | empty |
static const char * | empty_cStr |
Constructor & Destructor Documentation
biogears::SEEndocrineSystem::SEEndocrineSystem | ( | Logger * | logger | ) |
|
override |
Member Function Documentation
|
inlineoverridevirtual |
Implements biogears::SESystem.
Reimplemented in biogears::Endocrine.
|
overridevirtual |
Reimplemented from biogears::SESystem.
Reimplemented in biogears::Endocrine.
SEScalarAmountPerTime & biogears::SEEndocrineSystem::GetGlucagonSynthesisRate | ( | ) |
double biogears::SEEndocrineSystem::GetGlucagonSynthesisRate | ( | const AmountPerTimeUnit & | unit | ) | const |
SEScalarAmountPerTime & biogears::SEEndocrineSystem::GetInsulinSynthesisRate | ( | ) |
double biogears::SEEndocrineSystem::GetInsulinSynthesisRate | ( | const AmountPerTimeUnit & | unit | ) | const |
|
overridevirtual |
Implements biogears::SESystem.
|
overridevirtual |
Implements biogears::SESystem.
|
overridevirtual |
Implements biogears::SESystem.
bool biogears::SEEndocrineSystem::HasGlucagonSynthesisRate | ( | ) | const |
|
inlineoverridevirtual |
Implements biogears::SESystem.
Reimplemented in biogears::Endocrine.
bool biogears::SEEndocrineSystem::HasInsulinSynthesisRate | ( | ) | const |
bool biogears::SEEndocrineSystem::Load | ( | const CDM::EndocrineSystemData & | in | ) |
|
inlinestatic |
|
inlinestatic |
|
overridevirtual |
Implements biogears::SESystem.
Reimplemented in biogears::Endocrine.
|
protected |
Member Data Documentation
|
protected |
|
protected |