Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

RateConstant Class Reference

#include <RateConstant.h>

List of all members.

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


Constructor & Destructor Documentation

RateConstant::RateConstant double    initialValue,
std::string    name
 

Definition at line 16 of file RateConstant.cpp.

References errorInInitialValue, initialValue, name, SetTeXName, and value.

RateConstant::RateConstant double    initialValue = 0,
double    errorInInitialValue = 1,
std::string    name = ""
 

Definition at line 26 of file RateConstant.cpp.

References errorInInitialValue, initialValue, name, SetTeXName, and value.

RateConstant::~RateConstant   [virtual]
 

Definition at line 35 of file RateConstant.cpp.


Member Function Documentation

double RateConstant::GetErrorInInitialValue   const
 

Definition at line 50 of file RateConstant.cpp.

References errorInInitialValue.

Referenced by SingleNetworkMinimizable::ComputeResiduals.

double RateConstant::GetInitialValue   const
 

Definition at line 45 of file RateConstant.cpp.

References initialValue.

Referenced by SingleNetworkMinimizable::Initialize.

std::string RateConstant::GetName   const
 

Definition at line 55 of file RateConstant.cpp.

References name.

Referenced by CSharedParametersMinimizableDirector::SetIntersectionLists, and CCoupledReplicasMinimizableDirector::SetIntersectionLists.

std::string RateConstant::GetTeXName   const
 

Definition at line 60 of file RateConstant.cpp.

References m_sTeXName.

double RateConstant::GetValue   const
 

Definition at line 40 of file RateConstant.cpp.

References value.

void RateConstant::Reset  
 

Definition at line 75 of file RateConstant.cpp.

References initialValue, and SetRateConstant.

Referenced by ReactionNetwork::RateConstantReset, and CMixedReactionNetwork::RateConstantReset.

void RateConstant::SetErrorInInitialValue double    errorInInitialValue
 

Definition at line 65 of file RateConstant.cpp.

References errorInInitialValue.

void RateConstant::SetRateConstant double    value
 

Definition at line 70 of file RateConstant.cpp.

References value.

Referenced by SingleNetworkMinimizable::ComputeResiduals, and Reset.

void RateConstant::SetTeXName  
 

Definition at line 80 of file RateConstant.cpp.

References m_sTeXName, and name.

Referenced by RateConstant.


Member Data Documentation

double RateConstant::errorInInitialValue [private]
 

Definition at line 39 of file RateConstant.h.

Referenced by GetErrorInInitialValue, RateConstant, and SetErrorInInitialValue.

double RateConstant::initialValue [private]
 

Definition at line 38 of file RateConstant.h.

Referenced by GetInitialValue, RateConstant, and Reset.

std::string RateConstant::m_sTeXName [private]
 

Definition at line 41 of file RateConstant.h.

Referenced by GetTeXName, and SetTeXName.

std::string RateConstant::name [private]
 

Definition at line 40 of file RateConstant.h.

Referenced by GetName, RateConstant, and SetTeXName.

int RateConstant::rateConstantNumber [private]
 

Definition at line 36 of file RateConstant.h.

double RateConstant::value [private]
 

Definition at line 37 of file RateConstant.h.

Referenced by GetValue, RateConstant, and SetRateConstant.


The documentation for this class was generated from the following files:
Generated on Mon Nov 3 10:07:51 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002