Home
last modified time | relevance | path

Searched refs:ITERNEIGHBORBONDS (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DMol2Typing.cpp45 ITERNEIGHBORBONDS(obj->Neighbor, atm, bnd, tmp) { in isAromaticAtom()
H A DObjectMolecule.h283 #define ITERNEIGHBORBONDS(N, a, b, i) for(i = N[a] + 1; (b = N[i + 1]), N[i] > -1; i += 2) macro
H A DObjectMolecule.cpp6592 ITERNEIGHBORBONDS(I->Neighbor, atom, b, i) { in ObjectMoleculeGetTotalAtomValence()