OEScoreTypeConfigure

bool OEScoreTypeConfigure(OESystem::OEInterface& itf, std::string flagName)

This function is used in conjunction with the OEScoreTypeGetValue. It adds a command line flag to the itf to specify a scoring function to use. Once the command line has been parsed (OEParseCommandLine) the itf and flagName are passed to OEScoreTypeGetValue that will return the constant from this namespace associated with the scoring function the user selected (or the default scoring function if the user didn’t specify one).

Note

The parameter added to itf will be of type string, name flagName, and have legal values associated with the scoring functions.