amount | Chemical | [protected] |
Chemical() | Chemical | |
Chemical(int chemicalNumber, double amount=0, std::string name="") | Chemical | |
Chemical(int chemicalNumber, double amount, double errorInInitialAmount, std::string name) | Chemical | |
chemicalNumber | Chemical | [protected] |
errorInInitialAmount | Chemical | [protected] |
GetAmount() const | Chemical | |
GetChemicalNumber() | Chemical | |
GetErrorInInitialAmount() const | Chemical | |
GetInitialAmount() const | Chemical | |
GetName() const | Chemical | |
GetReactions() const | Chemical | |
GetTeXName() const | Chemical | [inline] |
IncrementAmount(double change) | Chemical | [virtual] |
initialAmount | Chemical | [protected] |
m_sTeXName | Chemical | [protected] |
name | Chemical | [protected] |
reactions | Chemical | [protected] |
Reset() | Chemical | [virtual] |
SetAmount(double amount) | Chemical | [virtual] |
SetErrorInInitialAmount(double errorInInitialAmount) | Chemical | [virtual] |
SetInitialAmount(double initialAmount) | Chemical | [virtual] |
SetTeXName() | Chemical | |
~Chemical() | Chemical | [virtual] |