#include "NFinput.hh"
Functions | |
bool | createLocalFunction (string name, string expression, vector< string > &argNames, vector< string > &refNames, vector< string > &refTypes, System *s, map< string, double > ¶meter, TiXmlElement *pListOfObservables, map< string, int > &allowedStates, bool verbose) |
bool | createCompositeFunction (string name, string expression, vector< string > &argNames, vector< string > &refNames, vector< string > &refTypes, vector< string > ¶mNames, System *s, bool verbose) |
bool | createFunction (string name, string expression, vector< string > &argNames, vector< string > &refNames, vector< string > &refTypes, System *s, map< string, double > ¶meter, TiXmlElement *pListOfObservables, map< string, int > &allowedStates, bool verbose) |
bool | NFinput::initFunctions (TiXmlElement *pListOfFunctions, System *system, map< string, double > ¶meter, TiXmlElement *pListOfObservables, map< string, int > &allowedStates, bool verbose) |
Reads the Function XML block and adds the Functions to the system. |
bool createCompositeFunction | ( | string | name, | |
string | expression, | |||
vector< string > & | argNames, | |||
vector< string > & | refNames, | |||
vector< string > & | refTypes, | |||
vector< string > & | paramNames, | |||
System * | s, | |||
bool | verbose | |||
) |
bool createFunction | ( | string | name, | |
string | expression, | |||
vector< string > & | argNames, | |||
vector< string > & | refNames, | |||
vector< string > & | refTypes, | |||
System * | s, | |||
map< string, double > & | parameter, | |||
TiXmlElement * | pListOfObservables, | |||
map< string, int > & | allowedStates, | |||
bool | verbose | |||
) |
bool createLocalFunction | ( | string | name, | |
string | expression, | |||
vector< string > & | argNames, | |||
vector< string > & | refNames, | |||
vector< string > & | refTypes, | |||
System * | s, | |||
map< string, double > & | parameter, | |||
TiXmlElement * | pListOfObservables, | |||
map< string, int > & | allowedStates, | |||
bool | verbose | |||
) |