Home
last modified time | relevance | path

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

/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DExecutive.h513 float ExecutiveSculptIterate(PyMOLGlobals * G, const char *name, int state=-1, int n_cycle=10);
H A DExecutive.cpp6990 float ExecutiveSculptIterate(PyMOLGlobals * G, const char *name, int state, int n_cycle) in ExecutiveSculptIterate() function
/dports/science/py-pymol/pymol-open-source-2.4.0/layer4/
H A DCmd.cpp1392 total_strain = ExecutiveSculptIterate(G, str1, int1, int2); in CmdSculptIterate()