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