OEUnaryPredicate

template<class Arg>
class OEUnaryPredicate : public OEUnaryFunction<Arg,bool>

This class represents OEUnaryPredicate.

The following methods are publicly inherited from OEUnaryFunction:

operator() CreateCopy  
The following classes derive from this class:

operator()

bool operator()(const Arg &a) const =0

CreateCopy

base_type *CreateCopy() const =0

CreatePredicateCopy

OEUnaryPredicate<Arg> *CreatePredicateCopy() const