bool AddPair(const OEAtomBase *pattern, const OEAtomBase *target)
This method is used to add a matching pair of atoms to an OEMatch instance. The atom pair will be added to the end of any existing atom pairs in the OEMatch instance. No validity checks are performed on the pointers passed to the method. The method will return true if an atom pair is successfully added to the OEMatch instance.
bool AddPair(const OEBondBase *pattern, const OEBondBase *target)
This method is used to add a matching pair of bonds to an OEMatch instance. The bond pair will be added to the end of any existing bond pairs in the OEMatch instance. No validity checks are performed on the pointers passed to the method. The method will return true if a bond pair is successfully added to the OEMatch instance.