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