Home
last modified time | relevance | path

Searched refs:DistSet (Results 1 – 14 of 14) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DDistSet.h39 struct DistSet : CObjectState { struct
40 DistSet(PyMOLGlobals *);
41 ~DistSet();
69 #define DistSetNew(G) (new DistSet(G)) argument
70 PyObject *DistSetAsPyList(DistSet * I);
71 int DistSetFromPyList(PyMOLGlobals * G, PyObject * list, DistSet ** cs);
72 int DistSetGetExtent(DistSet * I, float *mn, float *mx);
73 int DistSetMoveLabel(DistSet * I, int at, float *v, int mode);
74 int DistSetGetLabelVertex(DistSet * I, int at, float *v);
76 int DistSetMoveWithObject(DistSet* I, struct ObjectMolecule * O);
H A DDistSet.cpp156 decltype(DistSet::MeasureInfo) I; in MeasureInfoListFromPyList()
194 decltype(DistSet::MeasureInfo) const& list) in MeasureInfoListAsPyList()
224 DistSet *I = NULL; in DistSetFromPyList()
279 PyObject *DistSetAsPyList(DistSet * I) in DistSetAsPyList()
363 void DistSet::invalidateRep(int type, int level) in invalidateRep()
391 void DistSet::update(int state) in update()
393 DistSet * I = this; in update()
426 void DistSet::render(RenderInfo * info) in render()
428 DistSet * I = this; in render()
469 DistSet::DistSet(PyMOLGlobals* G) in DistSet() function in DistSet
[all …]
H A DObjectDist.cpp55 DistSet *ds = I->DSet[state]; in ObjectDistGetLabelTxfVertex()
71 DistSet *ds; in ObjectDistMoveLabel()
107 DistSet* ds; in ObjectDistMoveWithObject()
136 DistSet *ds; in ObjectDistUpdateExtents()
173 VLACheck(I->DSet, DistSet *, I->NDSet); in ObjectDistDSetFromPyList()
296 DistSet * ds = I->DSet[iter.state]; in render()
317 DistSet * ds = I->DSet[iter.state]; in invalidate()
424 VLACheck(I->DSet, DistSet *, a); in ObjectDistNewFromSele()
537 VLACheck(I->DSet, DistSet *, a+1); in ObjectDistNewFromAngleSele()
632 VLACheck(I->DSet, DistSet *, a); in ObjectDistNewFromDihedralSele()
H A DObjectDist.h23 struct DistSet;
28 pymol::vla<DistSet*> DSet;
H A DRepDistDash.h23 Rep *RepDistDashNew(DistSet * ds, int state);
H A DRepAngle.h22 Rep *RepAngleNew(DistSet * ds, int state);
H A DRepDihedral.h23 Rep *RepDihedralNew(DistSet * ds, int state);
H A DRepDistLabel.h23 Rep *RepDistLabelNew(DistSet * ds, int state);
H A DRepDistDash.cpp43 DistSet *ds;
332 Rep *RepDistDashNew(DistSet * ds, int state) in RepDistDashNew()
H A DRepAngle.cpp40 DistSet *ds;
306 Rep *RepAngleNew(DistSet * ds, int state) in RepAngleNew()
H A DRepDihedral.cpp40 DistSet *ds;
315 Rep *RepDihedralNew(DistSet * ds, int state) in RepDihedralNew()
H A DRepDistLabel.cpp47 DistSet *ds;
231 Rep *RepDistLabelNew(DistSet * ds, int state) in RepDistLabelNew()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DSelector.h94 DistSet *SelectorGetDistSet(PyMOLGlobals * G, DistSet * ds,
97 DistSet *SelectorGetAngleSet(PyMOLGlobals * G, DistSet * ds,
102 DistSet *SelectorGetDihedralSet(PyMOLGlobals * G, DistSet * ds,
H A DSelector.cpp10432 DistSet *SelectorGetDistSet(PyMOLGlobals * G, DistSet * ds, in SelectorGetDistSet()
10753 DistSet *SelectorGetAngleSet(PyMOLGlobals * G, DistSet * ds, in SelectorGetAngleSet()
10994 DistSet *SelectorGetDihedralSet(PyMOLGlobals * G, DistSet * ds, in SelectorGetDihedralSet()