template<class T>
class OEPartPredT : public OESystem::OEUnaryPredicate<T>
This class represents OEPartPredT.
The following methods are publicly inherited from OEUnaryPredicate:
| operator() | CreateCopy | CreatePredicateCopy |
The following methods are publicly inherited from OEUnaryFunction:
| operator() | CreateCopy |
OEPartPredT(const OEPartPredT &rhs)
OEPartPredT(unsigned int *parts, unsigned int size)
Default and copy constructors.
OEPartPredT &operator=(const OEPartPredT &rhs)
bool operator()(const T &t) const
OESystem::OEUnaryFunction<T, bool> *CreateCopy() const
void SelectPart(unsigned int part)