Home
last modified time | relevance | path

Searched refs:cObjectMap (Results 1 – 6 of 6) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DExecutivePython.cpp64 if (origObj->type != cObjectMap) { in ExecutiveLoadObject()
86 if (origObj->type != cObjectMap) { in ExecutiveLoadObject()
H A DExecutive.cpp1478 case cObjectMap: in ExecutiveUpdateGridSlots()
4211 new_type = cObjectMap; in ExecutiveGetExistingCompatible()
4618 case cObjectMap: in ExecutiveGetVolumeField()
4643 case cObjectMap: in ExecutiveGetHistogram()
4988 case cObjectMap: in ExecutiveRampNew()
5101 case cObjectMap: in ExecutiveSetNamedEntries()
5305 case cObjectMap: in ExecutiveGetExecObjectAsPyList()
9781 case cObjectMap: in ExecutiveCopy()
12972 case cObjectMap: in ExecutiveGetExtent()
14936 case cObjectMap: in click()
[all …]
H A DPlugIOManager.cpp907 if (obj && obj->type != cObjectMap) { in PlugIOManagerLoad()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DPyMOLObject.h37 cObjectMap = 2, enumerator
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DObjectGadgetRamp.cpp478 if(!ExecutiveValidateObjectPtr(I->G, (CObject *) I->Map, cObjectMap)) in ObjectGadgetRampInterVertex()
H A DObjectMap.cpp2061 I->type = cObjectMap; in ObjectMap()