OENegativeImageTypeConfigure

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

This function is used in conjunction with the OENegativeImageTypeGetValue. It adds a command line flag to the itf to specify a negative image type to use. Once the command line has been parsed (OEParseCommandLine) the itf and flagName are passed to OENegativeImageTypeGetValue that will return the constant from the OENegativeImageType namespace associated with the negative image type 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 negative image type.