template<class Arg>
class OENot : public OEUnaryPredicate<Arg>
This class represents OENot.
The following methods are publicly inherited from OEUnaryPredicate:
| operator() | CreateCopy | CreatePredicateCopy |
The following methods are publicly inherited from OEUnaryFunction:
| operator() | CreateCopy |
OENot()
OENot(const OENot<Arg> &rhs)
OENot(const OEUnaryPredicate<Arg> &func)
Default and copy constructors.
OENot &operator=(const OENot<Arg> &rhs)
bool operator()(const Arg &arg) const
OEUnaryFunction<Arg, bool> *CreateCopy() const