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 class
Example code in Searching fast fingerprint database section