Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DAtomInfo.h451 void AtomInfoCombine(PyMOLGlobals * G, AtomInfoType * dst, AtomInfoType&& src, int mask);
H A DAtomInfo.cpp1119 void AtomInfoCombine(PyMOLGlobals * G, AtomInfoType * dst, AtomInfoType&& src_, int mask) in AtomInfoCombine() function
H A DObjectMolecule.cpp9056 AtomInfoCombine(G, I->AtomInfo + a2, std::move(ai[a1]), aic_mask); in ObjectMoleculeMerge()