OEDockMethodConfigure¶
bool OEDockMethodConfigure(OESystem::OEInterface& itf, std::string flagName)
This function is used in conjunction with the
OEDockMethodGetValue
. It adds a command line flag to
the itf to specify a dock method to use. Once the command line has been
parsed (OEParseCommandLine
) the itf and flagName
are passed to OEDockMethodGetValue
that will
return the constant from the OEDockMethod
namespace
associated with the dock method 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 dock method.