biogears::SECircuit< CIRCUIT_TEMPLATE > Class Template Reference
#include <SECircuit.h>
Inheritance diagram for biogears::SECircuit< CIRCUIT_TEMPLATE >:

Public Member Functions | |
SECircuit (const char *name, Logger *logger) | |
SECircuit (const std::string &name, Logger *logger) | |
virtual | ~SECircuit () |
virtual void | Clear () |
virtual bool | Load (const CircuitBindType &in, const std::map< std::string, NodeType * > &nodes, const std::map< std::string, PathType * > &paths) |
virtual CircuitBindType * | Unload () const |
virtual std::string | GetName () const |
virtual const char * | GetName_cStr () const |
virtual bool | HasReferenceNode () const |
virtual bool | IsReferenceNode (NodeType &node) const |
virtual const std::vector< NodeType * > & | GetReferenceNodes () const |
virtual void | AddReferenceNode (NodeType &node) |
virtual void | AddNode (NodeType &node) |
virtual bool | HasNode (NodeType &node) |
virtual bool | HasNode (const char *name) |
virtual bool | HasNode (const std::string &name) |
virtual NodeType * | GetNode (const char *name) |
virtual NodeType * | GetNode (const std::string &name) |
virtual const NodeType * | GetNode (const char *name) const |
virtual const NodeType * | GetNode (const std::string &name) const |
virtual const std::vector< NodeType * > & | GetNodes () const |
virtual void | RemoveNode (const NodeType &node) |
virtual void | RemoveNode (const char *name) |
virtual void | RemoveNode (const std::string &name) |
size_t | GetCalculatorIndex (const NodeType &node) const |
virtual void | AddPath (PathType &node) |
virtual bool | HasPath (PathType &node) |
virtual bool | HasPath (const char *name) |
virtual bool | HasPath (const std::string &name) |
virtual PathType * | GetPath (const char *name) |
virtual PathType * | GetPath (const std::string &name) |
virtual const PathType * | GetPath (const char *name) const |
virtual const PathType * | GetPath (const std::string &name) const |
virtual const std::vector< PathType * > & | GetPaths () const |
virtual void | RemovePath (const PathType &path) |
virtual void | RemovePath (const char *name) |
virtual void | RemovePath (const std::string &name) |
virtual const std::vector< PathType * > & | GetValvePaths () |
virtual const std::vector< PathType * > & | GetPolarizedElementPaths () |
virtual const std::vector< PathType * > * | GetTargetPaths (const NodeType &node) const |
virtual const std::vector< PathType * > * | GetSourcePaths (const NodeType &node) const |
virtual const std::vector< PathType * > * | GetConnectedPaths (const NodeType &node) const |
virtual void | StateChange () |
virtual void | SetNextAndCurrentFromBaselines () |
![]() | |
Loggable () | |
Loggable (Logger *log) | |
virtual | ~Loggable () |
virtual Logger * | GetLogger () const |
Protected Member Functions | |
virtual void | Unload (CircuitBindType &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 | |
std::string | m_Name |
std::stringstream | m_ss |
std::vector< NodeType * > | m_ReferenceNodes |
std::vector< NodeType * > | m_Nodes |
std::vector< PathType * > | m_Paths |
std::map< const NodeType *, std::vector< PathType * > * > | m_TargetPathMap |
std::map< const NodeType *, std::vector< PathType * > * > | m_SourcePathMap |
std::map< const NodeType *, std::vector< PathType * > * > | m_ConnectedPathMap |
std::vector< PathType * > | m_ValvePaths |
std::vector< PathType * > | m_PolarizedElementPaths |
std::map< const NodeType *, size_t > | m_CalculatorIndex |
![]() | |
Logger * | m_Logger |
Additional Inherited Members | |
![]() | |
static const std::string | empty |
static const char * | empty_cStr |
Constructor & Destructor Documentation
template<CIRCUIT_TEMPLATE >
biogears::SECircuit< CIRCUIT_TEMPLATE >::SECircuit | ( | const char * | name, |
Logger * | logger | ||
) |
template<CIRCUIT_TEMPLATE >
biogears::SECircuit< CIRCUIT_TEMPLATE >::SECircuit | ( | const std::string & | name, |
Logger * | logger | ||
) |
template<CIRCUIT_TEMPLATE >
|
virtual |
Member Function Documentation
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
size_t biogears::SECircuit< CIRCUIT_TEMPLATE >::GetCalculatorIndex | ( | const NodeType & | node | ) | const |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
virtual |
template<CIRCUIT_TEMPLATE >
|
protectedvirtual |
Member Data Documentation
template<CIRCUIT_TEMPLATE >
|
protected |
template<CIRCUIT_TEMPLATE >
|
protected |
template<CIRCUIT_TEMPLATE >
|
protected |
template<CIRCUIT_TEMPLATE >
|
protected |
template<CIRCUIT_TEMPLATE >
|
protected |
template<CIRCUIT_TEMPLATE >
|
protected |
template<CIRCUIT_TEMPLATE >
|
protected |
template<CIRCUIT_TEMPLATE >
|
protected |
template<CIRCUIT_TEMPLATE >
|
protected |
template<CIRCUIT_TEMPLATE >
|
protected |
template<CIRCUIT_TEMPLATE >
|
protected |