template<class Arg>
class OEUnaryPredicate : public OEUnaryFunction<Arg,bool>
This class represents OEUnaryPredicate.
The following methods are publicly inherited from OEUnaryFunction:
| operator() | CreateCopy |
bool operator()(const Arg &a) const =0
base_type *CreateCopy() const =0
OEUnaryPredicate<Arg> *CreatePredicateCopy() const