Public Member Functions |
Protected Member Functions |
Protected Attributes |
Friends |
List of all members
SECompartmentNodes< COMPARTMENT_NODE_TEMPLATE > Class Template Reference
#include <SECompartmentNodes.h>
Inheritance diagram for SECompartmentNodes< COMPARTMENT_NODE_TEMPLATE >:
Public Member Functions | |
| SECompartmentNodes (Logger *logger) | |
| virtual | ~SECompartmentNodes () |
| virtual void | Clear () |
| virtual void | StateChange () |
| virtual bool | HasMapping () const |
| virtual bool | HasMapping (const NodeType &n) const |
| virtual const std::vector< NodeType * > & | GetNodes () const |
| virtual const std::vector< NodeType * > & | GetQuantityNodes () const |
| virtual void | RemoveNode (NodeType &node) |
| virtual void | MapNode (NodeType &node) |
| virtual bool | HasQuantity () const |
| virtual QuantityScalar & | GetQuantity () |
| virtual double | GetQuantity (const QuantityUnit &unit) const |
| virtual bool | HasPotential () const |
| virtual PotentialScalar & | GetPotential () |
| virtual double | GetPotential (const PotentialUnit &unit) const |
Public Member Functions inherited from Loggable | |
| Loggable (Logger *logger=nullptr) | |
| Loggable (std::string const &logfile) | |
| virtual | ~Loggable () |
| virtual Logger * | GetLogger () const |
| virtual void | SetLogger (Logger &logger) |
| virtual void | Debug (std::string const &msg) const |
| virtual void | Debug (std::stringstream &msg) const |
| virtual void | Debug (std::ostream &msg) const |
| virtual void | Info (std::string const &msg) const |
| virtual void | Info (std::stringstream &msg) const |
| virtual void | Info (const std::stringstream &msg) const |
| virtual void | Info (std::ostream &msg) const |
| virtual void | Warning (std::string const &msg) const |
| virtual void | Warning (std::stringstream &msg) const |
| virtual void | Warning (std::ostream &msg) const |
| virtual void | Error (std::string const &msg) const |
| virtual void | Error (std::stringstream &msg) const |
| virtual void | Error (std::ostream &msg) const |
| virtual void | Fatal (std::string const &msg) const |
| virtual void | Fatal (std::stringstream &msg) const |
| virtual void | Fatal (std::ostream &msg) const |
Protected Member Functions | |
| void | SortNode (NodeType &node) |
Protected Attributes | |
| std::vector< NodeType * > | m_QuantityNodes |
| std::vector< NodeType * > | m_AllNodes |
| QuantityScalar * | m_Quantity |
| PotentialScalar * | m_Potential |
Protected Attributes inherited from Loggable | |
| bool | myLogger |
| Logger * | m_Logger |
Friends | |
| class | PBCompartment |
Constructor & Destructor Documentation
◆ SECompartmentNodes()
template<COMPARTMENT_NODE_TEMPLATE >
| SECompartmentNodes< COMPARTMENT_NODE_TEMPLATE >::SECompartmentNodes | ( | Logger * | logger | ) |
◆ ~SECompartmentNodes()
template<COMPARTMENT_NODE_TEMPLATE >
|
virtual |
Member Function Documentation
◆ Clear()
template<COMPARTMENT_NODE_TEMPLATE >
|
virtual |
◆ GetNodes()
template<COMPARTMENT_NODE_TEMPLATE >
|
inlinevirtual |
◆ GetPotential() [1/2]
template<COMPARTMENT_NODE_TEMPLATE >
|
virtual |
◆ GetPotential() [2/2]
template<COMPARTMENT_NODE_TEMPLATE >
|
virtual |
◆ GetQuantity() [1/2]
template<COMPARTMENT_NODE_TEMPLATE >
|
virtual |
◆ GetQuantity() [2/2]
template<COMPARTMENT_NODE_TEMPLATE >
|
virtual |
◆ GetQuantityNodes()
template<COMPARTMENT_NODE_TEMPLATE >
|
inlinevirtual |
◆ HasMapping() [1/2]
template<COMPARTMENT_NODE_TEMPLATE >
|
inlinevirtual |
◆ HasMapping() [2/2]
template<COMPARTMENT_NODE_TEMPLATE >
|
inlinevirtual |
◆ HasPotential()
template<COMPARTMENT_NODE_TEMPLATE >
|
virtual |
◆ HasQuantity()
template<COMPARTMENT_NODE_TEMPLATE >
|
inlinevirtual |
◆ MapNode()
template<COMPARTMENT_NODE_TEMPLATE >
|
virtual |
◆ RemoveNode()
template<COMPARTMENT_NODE_TEMPLATE >
|
virtual |
◆ SortNode()
template<COMPARTMENT_NODE_TEMPLATE >
|
protected |
◆ StateChange()
template<COMPARTMENT_NODE_TEMPLATE >
|
virtual |
Friends And Related Function Documentation
◆ PBCompartment
template<COMPARTMENT_NODE_TEMPLATE >
|
friend |
Member Data Documentation
◆ m_AllNodes
template<COMPARTMENT_NODE_TEMPLATE >
|
protected |
◆ m_Potential
template<COMPARTMENT_NODE_TEMPLATE >
|
protected |
◆ m_Quantity
template<COMPARTMENT_NODE_TEMPLATE >
|
protected |
◆ m_QuantityNodes
template<COMPARTMENT_NODE_TEMPLATE >
|
protected |

Public Member Functions inherited from