OEGetFPPatterns¶
OESystem::OEIterBase<OEFPPattern> *
OEGetFPPatterns(const OEChem::OEMolBase &mol, const OEFPTypeBase *fptype)
Returns an iterator over the patterns (OEFPPattern) that are generated when a fingerprint is constructed.
- mol
The OEMolBase objects from which the fingerprint patterns are generated.
- fptype
The type of the fingerprint that also stores the parameters that are used when the fingerprint is generated.
Note
The OEGetFPPatterns
function is not
available for the OEFPType::Lingo
and OEFPType::MACCS166
fingerprint types.
See also
Fingerprint Patterns chapter
OEGetFPCoverage
functionOEGetFPOverlap
function