Home
last modified time | relevance | path

Searched refs:AtomInfoGetNewUniqueID (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DAtomInfo.cpp126 int AtomInfoGetNewUniqueID(PyMOLGlobals * G) in AtomInfoGetNewUniqueID() function
150 ai->unique_id = AtomInfoGetNewUniqueID(G); in AtomInfoCheckUniqueID()
157 bi->unique_id = AtomInfoGetNewUniqueID(G); in AtomInfoCheckUniqueBondID()
1037 dst->unique_id = AtomInfoGetNewUniqueID(G); in AtomInfoCopy()
1064 dst->unique_id = AtomInfoGetNewUniqueID(G); in AtomInfoBondCopy()
H A DAtomInfo.h371 int AtomInfoGetNewUniqueID(PyMOLGlobals * G);
H A DCoordSet.cpp1759 I->atom_state_setting_id[at] = AtomInfoGetNewUniqueID(G); in CoordSetCheckUniqueID()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DSetting.cpp629 unique_id = AtomInfoGetNewUniqueID(G); in SettingUniqueConvertOldSessionID()