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.

operator()

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

CreateCopy

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