OEPartPredT

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  

Constructors

OEPartPredT(const OEPartPredT &rhs)
OEPartPredT(unsigned int *parts, unsigned int size)

Default and copy constructors.

operator=

OEPartPredT &operator=(const OEPartPredT &rhs)

operator()

bool operator()(const T &t) const

CreateCopy

OESystem::OEUnaryFunction<T, bool> *CreateCopy() const

SelectPart

void SelectPart(unsigned int part)