OEConfigureFPDatabaseOptions¶
bool OEConfigureFPDatabaseOptions(OESystem::OEInterface &itf,
const OEFPDatabaseOptions &defopts)
Configures the given interface to add parameters for fingerprint database search options.
- itf
The interface being configured.
- defopts
The default fingerprint database search options.
bool OEConfigureFPDatabaseOptions(OESystem::OEInterface &itf,
unsigned int config=OEFPDatabaseOptionsSetup::All)
Configures the given interface to add parameters for default fingerprint database search options.
- itf
The interface being configured.
- config
The option that specifies which parameters will be added to the interface. This value has to be from the
OEFPDatabaseOptionsSetup
namespace.
See also
OEInterface class in the OEChem TK manual
OEFPDatabaseOptions class
OESetupFPDatabaseOptions
functionExample code in Building and searching fingerprint database section
Example code in Searching fast fingerprint database section