OEAreCompatibleDatabasesΒΆ
bool OEAreCompatibleDatabases(const OEChem::OEMolDatabase &moldb,
const OEFastFPDatabase &fpdb)
Returns whether a molecule database and a fingerprint database are constructed from the same molecule file.
- moldb
The
OEMolDatabase
object.- fpdb
The
OEFastFPDatabase
object.
See also
OECreateFastFPDatabaseFile
functionOEFastFPDatabaseParams
classExample code in Searching fast fingerprint database section