OEHighestRefTversky

struct OEHighestRefTversky : public OESystem::OEBinaryPredicate<OEBestOverlayScore, OEBestOverlayScore>

This class represents OEHighestRefTversky, predicte to compare OEBestOverlayScore based on reference molecule shape Tversky.

operator()

bool operator()(const OEBestOverlayScore &s1,
                const OEBestOverlayScore &s2) const

CreateCopy

OESystem::OEBinaryFunction<OEBestOverlayScore , OEBestOverlayScore , bool> *
  CreateCopy() const