#include <RateConstant.h>
Public Methods | |
std::string | GetName () const |
std::string | GetTeXName () const |
double | GetValue () const |
double | GetInitialValue () const |
double | GetErrorInInitialValue () const |
RateConstant (double initialValue, std::string name) | |
RateConstant (double initialValue=0, double errorInInitialValue=1, std::string name="") | |
virtual | ~RateConstant () |
void | SetRateConstant (double value) |
void | Reset () |
void | SetErrorInInitialValue (double errorInInitialValue) |
void | SetTeXName () |
Private Attributes | |
int | rateConstantNumber |
double | value |
double | initialValue |
double | errorInInitialValue |
std::string | name |
std::string | m_sTeXName |
|
Definition at line 16 of file RateConstant.cpp. References errorInInitialValue, initialValue, name, SetTeXName, and value. |
|
Definition at line 26 of file RateConstant.cpp. References errorInInitialValue, initialValue, name, SetTeXName, and value. |
|
Definition at line 35 of file RateConstant.cpp. |
|
Definition at line 50 of file RateConstant.cpp. References errorInInitialValue. Referenced by SingleNetworkMinimizable::ComputeResiduals. |
|
Definition at line 45 of file RateConstant.cpp. References initialValue. Referenced by SingleNetworkMinimizable::Initialize. |
|
Definition at line 55 of file RateConstant.cpp. References name. Referenced by CSharedParametersMinimizableDirector::SetIntersectionLists, and CCoupledReplicasMinimizableDirector::SetIntersectionLists. |
|
Definition at line 60 of file RateConstant.cpp. References m_sTeXName. |
|
Definition at line 40 of file RateConstant.cpp. References value. |
|
Definition at line 75 of file RateConstant.cpp. References initialValue, and SetRateConstant. Referenced by ReactionNetwork::RateConstantReset, and CMixedReactionNetwork::RateConstantReset. |
|
Definition at line 65 of file RateConstant.cpp. References errorInInitialValue. |
|
Definition at line 70 of file RateConstant.cpp. References value. Referenced by SingleNetworkMinimizable::ComputeResiduals, and Reset. |
|
Definition at line 80 of file RateConstant.cpp. References m_sTeXName, and name. Referenced by RateConstant. |
|
Definition at line 39 of file RateConstant.h. Referenced by GetErrorInInitialValue, RateConstant, and SetErrorInInitialValue. |
|
Definition at line 38 of file RateConstant.h. Referenced by GetInitialValue, RateConstant, and Reset. |
|
Definition at line 41 of file RateConstant.h. Referenced by GetTeXName, and SetTeXName. |
|
Definition at line 40 of file RateConstant.h. Referenced by GetName, RateConstant, and SetTeXName. |
|
Definition at line 36 of file RateConstant.h. |
|
Definition at line 37 of file RateConstant.h. Referenced by GetValue, RateConstant, and SetRateConstant. |