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.

This class represents OEHighestComboScore, predicte 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