|
copasi API
0.1
|
#include <CModelValue.h>
Public Member Functions | |
| CModelValue (const std::string &name="NoName", const CCopasiContainer *pParent=NULL) | |
| CModelValue (const CModelValue &src, const CCopasiContainer *pParent=NULL) | |
| ~CModelValue () | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const CModelValue &d) |
CModelValue represents an entity in the model that has a value but is not a concentration (like species) or a volume (like compartments). It correspondents to global parameters in SBML
| CModelValue::CModelValue | ( | const std::string & | name = "NoName", |
| const CCopasiContainer * | pParent = NULL |
||
| ) |
Default constructor
| const | std::string & name (default: "NoName") |
| const | CCopasiContainer * pParent (default: NULL) |
| CModelValue::CModelValue | ( | const CModelValue & | src, |
| const CCopasiContainer * | pParent = NULL |
||
| ) |
Copy constructor
| const | CModelValue & src |
| const | CCopasiContainer * pParent (default: NULL) |
| CModelValue::~CModelValue | ( | ) |
Destructor.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const CModelValue & | d | ||
| ) | [friend] |
insert operator
1.7.5.1