OENbrs¶
struct OENbrs
This class represents OENbrs that stores an atom pair and the distance between them.
See also
OEGetNearestNbrs
functionOENearestNbrs
class
Constructors¶
OENbrs(const OEAtomBase *bgn, const OEAtomBase *end, double dist2)
Creates an OENbrs object.
GetDist2¶
double GetDist2() const
Returns the square of the distance between the ‘bgn’ and ‘end’ atoms.