#include <SECompartment.h>

Public Member Functions | |
virtual | ~SECompartment () override |
virtual void | Clear () |
virtual bool | Load (const CDM::CompartmentData &in, SECircuitManager *circuits=nullptr) |
virtual CDM::CompartmentData * | Unload ()=0 |
virtual std::string | GetName () const |
virtual const char * | GetName_cStr () const |
virtual const SEScalar * | GetScalar (const char *name)=0 |
virtual const SEScalar * | GetScalar (const std::string &name)=0 |
virtual bool | HasChildren () const =0 |
virtual void | StateChange ()=0 |
![]() | |
Loggable () | |
Loggable (Logger *log) | |
virtual | ~Loggable () |
virtual Logger * | GetLogger () const |
Static Public Member Functions | |
template<typename CompartmentType > | |
static void | FindLeaves (CompartmentType &cmpt, std::vector< CompartmentType * > &leaves) |
Protected Member Functions | |
SECompartment (const char *name, Logger *logger) | |
SECompartment (const std::string &name, Logger *logger) | |
virtual void | Unload (CDM::CompartmentData &data) |
![]() | |
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 | |
std::string | m_Name |
![]() | |
Logger * | m_Logger |
Additional Inherited Members | |
![]() | |
static const std::string | empty |
static const char * | empty_cStr |
Constructor & Destructor Documentation
|
protected |
|
protected |
|
overridevirtual |
Member Function Documentation
|
virtual |
Reimplemented in biogears::SEFluidCompartment< FLUID_COMPARTMENT_TEMPLATE >, biogears::SEFluidCompartment< SELiquidCompartmentLink, SELiquidTransportVertex, SELiquidTransportSubstance, SELiquidSubstanceQuantity >, biogears::SEFluidCompartment< SEGasCompartmentLink, SEGasTransportVertex, SEGasTransportSubstance, SEGasSubstanceQuantity >, biogears::SETissueCompartment, biogears::SELiquidCompartment, and biogears::SEThermalCompartment.
|
inlinestatic |
|
virtual |
Reimplemented in biogears::SEFluidCompartment< FLUID_COMPARTMENT_TEMPLATE >, biogears::SEFluidCompartment< SELiquidCompartmentLink, SELiquidTransportVertex, SELiquidTransportSubstance, SELiquidSubstanceQuantity >, and biogears::SEFluidCompartment< SEGasCompartmentLink, SEGasTransportVertex, SEGasTransportSubstance, SEGasSubstanceQuantity >.
|
virtual |
Reimplemented in biogears::SEFluidCompartment< FLUID_COMPARTMENT_TEMPLATE >, biogears::SEFluidCompartment< SELiquidCompartmentLink, SELiquidTransportVertex, SELiquidTransportSubstance, SELiquidSubstanceQuantity >, and biogears::SEFluidCompartment< SEGasCompartmentLink, SEGasTransportVertex, SEGasTransportSubstance, SEGasSubstanceQuantity >.
|
pure virtual |
Implemented in biogears::SEFluidCompartment< FLUID_COMPARTMENT_TEMPLATE >, biogears::SEFluidCompartment< SELiquidCompartmentLink, SELiquidTransportVertex, SELiquidTransportSubstance, SELiquidSubstanceQuantity >, biogears::SEFluidCompartment< SEGasCompartmentLink, SEGasTransportVertex, SEGasTransportSubstance, SEGasSubstanceQuantity >, biogears::SETissueCompartment, biogears::SELiquidCompartment, and biogears::SEThermalCompartment.
|
pure virtual |
Implemented in biogears::SEFluidCompartment< FLUID_COMPARTMENT_TEMPLATE >, biogears::SEFluidCompartment< SELiquidCompartmentLink, SELiquidTransportVertex, SELiquidTransportSubstance, SELiquidSubstanceQuantity >, biogears::SEFluidCompartment< SEGasCompartmentLink, SEGasTransportVertex, SEGasTransportSubstance, SEGasSubstanceQuantity >, biogears::SETissueCompartment, biogears::SELiquidCompartment, and biogears::SEThermalCompartment.
|
pure virtual |
Implemented in biogears::SEFluidCompartment< FLUID_COMPARTMENT_TEMPLATE >, biogears::SEFluidCompartment< SELiquidCompartmentLink, SELiquidTransportVertex, SELiquidTransportSubstance, SELiquidSubstanceQuantity >, biogears::SEFluidCompartment< SEGasCompartmentLink, SEGasTransportVertex, SEGasTransportSubstance, SEGasSubstanceQuantity >, biogears::SETissueCompartment, and biogears::SEThermalCompartment.
|
virtual |
|
pure virtual |
|
pure virtual |
Implemented in biogears::SEFluidCompartment< FLUID_COMPARTMENT_TEMPLATE >, biogears::SEFluidCompartment< SELiquidCompartmentLink, SELiquidTransportVertex, SELiquidTransportSubstance, SELiquidSubstanceQuantity >, biogears::SEFluidCompartment< SEGasCompartmentLink, SEGasTransportVertex, SEGasTransportSubstance, SEGasSubstanceQuantity >, biogears::SETissueCompartment, biogears::SELiquidCompartment, biogears::SEThermalCompartment, and biogears::SEGasCompartment.
|
protectedvirtual |
Member Data Documentation
|
protected |