OEHighestTanimoto¶
struct OEHighestTanimoto : public OESystem::OEBinaryPredicate<OEBestOverlayScore, OEBestOverlayScore>
This class represents OEHighestTanimoto, predicate to compare OEBestOverlayScore based on shape tanimoto.
operator()¶
bool operator()(const OEBestOverlayScore &s1,
const OEBestOverlayScore &s2) const
CreateCopy¶
OESystem::OEBinaryFunction<OEBestOverlayScore , OEBestOverlayScore , bool> *
CreateCopy() const