#include <ForcingData.h>
Public Methods | |
CForcingData () | |
virtual | ~CForcingData () |
std::vector< CForceVectorPoint * > | GetForcingVector () |
void | AttachNewForcingData (ReactionNetwork *reactionNetwork, std::string fileName) |
void | SortForcingVector () |
double | GetNextForcingTime (double time) |
double | GetLatestForcingTime () |
Private Attributes | |
std::vector< CForceVectorPoint * > | m_vpForcingVector |
|
Definition at line 11 of file ForcingData.cpp. |
|
Definition at line 16 of file ForcingData.cpp. References m_vpForcingVector. |
|
Definition at line 34 of file ForcingData.cpp. References ReactionNetwork::GetChemical, Chemical::GetName, ReactionNetwork::GetNumberOfChemicals, m_vpForcingVector, and SortForcingVector. Referenced by Experiment::ReadForcingData. |
|
Definition at line 31 of file ForcingData.h. References m_vpForcingVector. Referenced by SingleNetworkMinimizable::ComputeResiduals. |
|
Definition at line 121 of file ForcingData.cpp. References m_vpForcingVector. Referenced by SingleNetworkMinimizable::ComputeResiduals. |
|
Definition at line 85 of file ForcingData.cpp. References m_vpForcingVector. |
|
Definition at line 73 of file ForcingData.cpp. References m_vpForcingVector. Referenced by AttachNewForcingData. |
|
Definition at line 37 of file ForcingData.h. Referenced by AttachNewForcingData, GetForcingVector, GetLatestForcingTime, GetNextForcingTime, SortForcingVector, and ~CForcingData. |