OEInSamePart

class OEInSamePart : public OESystem::OEBinaryPredicate<OEChem::OEAtomBase, OEChem::OEAtomBase>

This class represents OEInSamePart.

The following methods are publicly inherited from OEBinaryPredicate:

operator()

CreateCopy

CreatePredicateCopy

The following methods are publicly inherited from OEBinaryFunction:

operator()

CreateCopy

Constructors

OEInSamePart(parts: int, boolval: bool = True) -> OEInSamePart
OEInSamePart(rhs: OEInSamePart) -> OEInSamePart

Default and copy constructors.

operator()

__call__(a1: OEAtomBase, a2: OEAtomBase) -> bool

CreateCopy

CreateCopy() -> OEInSamePart