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()¶
bool operator()(const OEBestOverlayScore&) const
Method returns True if the specified score satisfies the cutoff criteria.
CreateCopy¶
OESystem::OEUnaryFunction<OEBestOverlayScore, bool>* CreateCopy() const
Returns a new copied instance of this unary function.