COPASI API
4.40.278
|
#include <CParameterEstimationUtils.h>
Static Public Member Functions | |
static std::vector< ResultData * > | fromFile (const std::string &fileName, CDataModel *dataModel=NULL) |
static std::string & | ltrim (std::string &s) |
static std::vector< ResultData * > | parseContent (const std::string &content) |
static std::vector< ResultData * > | parseFile (const std::string &fileName, CDataModel *dataModel=NULL) |
static FittingItem * | parseItem (const std::string &line) |
static std::vector< ResultData * > | parseStream (std::istream &reader, CDataModel *dataModel=NULL) |
static CheckPoint * | parseValue (const std::string &line) |
static std::vector< FittingItem * > | readItems (std::istream &reader, bool &flag) |
static std::vector< CheckPoint * > | readValues (std::istream &reader) |
static std::string & | rtrim (std::string &s) |
static double | saveToDouble (const std::string &doubleString, double defaultValue=0) |
static bool | skipTo (std::istream &reader, const std::string &lineStart) |
static bool | skipTo (std::istream &reader, const std::string &lineStart, bool &flag, bool(*eval)(const std::string &)=NULL) |
static std::vector< std::string > | split (const std::string &s, char delim, bool removeEmpty=true) |
static std::vector< std::string > & | split (const std::string &s, char delim, std::vector< std::string > &elems, bool removeEmpty=true) |
static std::vector< std::string > & | split (const std::string &s, const std::string &delims, std::vector< std::string > &elems) |
static int | toInt32 (const std::string &str) |
static std::string | trim (const std::string &s1) |
static std::string & | trim_in_place (std::string &s) |
|
static |
References parseFile().
|
inlinestatic |
Referenced by trim(), and trim_in_place().
|
static |
References parseStream().
|
static |
References parseStream().
Referenced by fromFile().
|
static |
References FittingItem::mLowerBound, FittingItem::mName, FittingItem::mStartValue, FittingItem::mUpperBound, sanitizeName(), saveToDouble(), and trim().
Referenced by readItems().
|
static |
References readItems(), and readValues().
Referenced by parseContent(), and parseFile().
|
static |
References CheckPoint::mBestValue, CheckPoint::mFunctionEvaluations, CheckPoint::mParameters, saveToDouble(), split(), and toInt32().
Referenced by readValues().
|
static |
References containsOptimization(), FittingItem::mAffectedExperiments, parseItem(), skipTo(), split(), and trim().
Referenced by parseStream().
|
static |
References FUNCTION_EVAL, parseValue(), and skipTo().
Referenced by parseStream().
|
inlinestatic |
Referenced by trim(), and trim_in_place().
|
static |
References trim().
Referenced by CScanItemLinear::CScanItemLinear(), CSEDMLExporter::exportNthScanItem(), CTrajectoryProblem::getValues(), parseItem(), parseValue(), and CDataModel::reparameterizeFromIniFile().
|
static |
Referenced by readItems(), and readValues().
|
static |
References trim().
|
static |
|
static |
References trim().
|
static |
|
static |
Referenced by parseValue().
|
static |
References ltrim(), and rtrim().
Referenced by parseItem(), readItems(), CDataModel::reparameterizeFromIniFile(), saveToDouble(), skipTo(), and split().
|
inlinestatic |