|
string | intToStr (int v) |
|
string | douToStr (double v) |
|
bool | getIntPara (const paraMap ¶, const string &name, int &data) |
| get integer parameter from the paremeter map, returns whether the given parameter name is in the map. More...
|
|
bool | getDouPara (const paraMap ¶, const string &name, double &data) |
| get double parameter from the paremeter map, returns whether the given parameter name is in the map. More...
|
|
bool | getStrPara (const paraMap ¶, const string &name, string &data) |
| get string parameter from the paremeter map, returns whether the given parameter name is in the map. More...
|
|
void | paraMissingWarning (DispUI &ui, const string &name) |
|
void | addCompRes (compResMap &compRes, const int value, const string &name) |
| add a computed result of int type to the computed result map. More...
|
|
void | addCompRes (compResMap &compRes, const double value, const string &name) |
| add a computed result of double type to the computed result map. More...
|
|
void | addCompRes (compResMap &compRes, const string &value, const string &name) |
| add a computed result of string type to the computed result map. More...
|
|
string | getFormattedStr (const paraMap &inputPara, const compResMap &compRes, string formatFN) |
| Put the parameters and computed results into a formatted string whose format is given by a text file. More...
|
|
double | bEntro (double p) |
| Binary Entropy function. More...
|
|
void | getConf (const string &confFN, string &workingDir, string &relative_profileFN, string &tempFN, string &formatFN, int &queueSize, int &nThreads) |
|