OEQBondBase¶
class OEQBondBase : public OEBondBase , public OEQBase
The OEQBondBase class is the abstract interface
for representing bonds and bond matching expressions within
OpenEye’s Toolkits.
For a description of query expressions and their utility in graph
matching refer to the OEExprOpts Namespace section.
An OEQBondBase object is created by calling the
OEMolBase.NewBond
method on the parent molecule.
The following methods are publicly inherited from OEBondBase:
The following methods are publicly inherited from OEQBase:
The following methods are publicly inherited from OEBase:
GetParentBond¶
OEBondBase *GetParentBond() const =0
IsDataType¶
bool IsDataType(const void *) const