OEInSamePart
class OEInSamePart : public OESystem::OEBinaryPredicate<OEChem::OEAtomBase, OEChem::OEAtomBase>
This class represents OEInSamePart.
The following methods are publicly inherited from OEBinaryPredicate:
The following methods are publicly inherited from OEBinaryFunction:
Constructors
OEInSamePart(const OEInSamePart& rhs)
OEInSamePart(unsigned int* parts, unsigned int size,
bool boolval = true)
Default and copy constructors.
operator=
OEInSamePart &operator=(const OEInSamePart &rhs)
Assignment operator.
operator()
bool operator()(const OEAtomBase& a1, const OEAtomBase& a2) const
CreateCopy
OESystem::OEBinaryFunction<OEChem::OEAtomBase , OEChem::OEAtomBase , bool>* CreateCopy() const