OEHighestComboScore

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

Note

This deprecated class will not be developed further, as it was developed based on a nonstandard score.

Predicate to compare OEBestOverlayScore based on a combination of shape Tanimoto and color score.

operator()

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

CreateCopy

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