OEOverlayScoreCutoff

class OEOverlayScoreCutoff : public OESystem::OEUnaryPredicate<OEBestOverlayScore>

The OEOverlayScoreCutoff is an abstract base class. This class defines an interface specifying cutoff criteria for finding OEROCS hits.

The following methods are publicly inherited from OEUnaryPredicate:
The OEOverlayScoreCutoff class defines the following public methods:

operator()

__call__(score: OEBestOverlayScore) -> bool

Method returns True if the specified score satisfies the cutoff criteria.

CreateCopy

CreateCopy() -> OEOverlayScoreCutoff

Returns a new copied instance of this unary function.