Home
last modified time | relevance | path

Searched refs:LabPos (Results 1 – 5 of 5) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DDistSet.cpp62 if(!I->LabPos) in DistSetMoveLabel()
63 I->LabPos.resize(I->NLabel); in DistSetMoveLabel()
64 if(I->LabPos) { in DistSetMoveLabel()
66 lp = I->LabPos + a1; in DistSetMoveLabel()
262 ok_assert(1, CPythonVal_PConvPyListToLabPosVLA(G, val, &I->LabPos)); in DistSetFromPyList()
298 if(I->LabPos) { in DistSetAsPyList()
299 PyList_SetItem(result, 8, PConvLabPosVLAToPyList(I->LabPos, VLAGetSize(I->LabPos))); in DistSetAsPyList()
H A DRepDistLabel.cpp251 VLAFreeP(ds->LabPos); in RepDistLabelNew()
287 if(ok && ds->LabPos) { /* make sure this VLA covers all labels */ in RepDistLabelNew()
288 VLACheck(ds->LabPos, LabPosType, ds->NLabel); in RepDistLabelNew()
289 CHECKOK(ok, ds->LabPos); in RepDistLabelNew()
339 if(ds->LabPos) { in RepDistLabelNew()
340 LabPosType *lp = ds->LabPos + n; in RepDistLabelNew()
428 if(ds->LabPos) { in RepDistLabelNew()
429 LabPosType *lp = ds->LabPos + n; in RepDistLabelNew()
527 if(ds->LabPos) { in RepDistLabelNew()
528 LabPosType *lp = ds->LabPos + n; in RepDistLabelNew()
H A DCoordSet.cpp218 if (I->LabPos){ in CoordSetFromPyList()
431 if(cs->LabPos) { in CoordSetMerge()
432 if(!I->LabPos) in CoordSetMerge()
433 I->LabPos = pymol::vla<LabPosType>(nIndex); in CoordSetMerge()
435 VLACheck(I->LabPos, LabPosType, nIndex); in CoordSetMerge()
436 if(I->LabPos) { in CoordSetMerge()
437 UtilCopyMem(I->LabPos + I->NIndex, cs->LabPos, sizeof(LabPosType) * cs->NIndex); in CoordSetMerge()
439 } else if(I->LabPos) { in CoordSetMerge()
485 l0 = l1 = I->LabPos.data(); in CoordSetPurge()
549 if(I->LabPos) { in CoordSetPurge()
[all …]
H A DDistSet.h57 pymol::vla<LabPosType> LabPos; member
H A DCoordSet.h99 pymol::vla<LabPosType> LabPos; member