Home
last modified time | relevance | path

Searched refs:atomIndex (Results 1 – 12 of 12) sorted by relevance

/plugin/jmol2/jmol/
H A DJmolApplet0_Quantum.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_Quantum.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_ShapeSurface.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ShapeSurface.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_ReadersMore.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_ReadersMore.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DCHANGES.txt145 # bug fix: legacy code: Bond.getBondModelIndex returning atomIndex instead
817 # adpmax adpmin altloc atomID atomIndex atomName
840 # yes D yes atomIndex atom 0-based index; a unique number for each atom regardless of the number …
926 # %[atomIndex] %D
2922 # zap atomIndex=0 # ALL ATOMS IN FIRST MODEL deleted
3760 # with the first parameter (normally the atomIndex) being -2.
/plugin/processing/
H A Dscript.js12012 function(all, indexOrLength, index, atomIndex, equalsPart, rightSide) { argument
12014 var atom = atoms[atomIndex];
12698 var kind = m[4].charAt(1), atomIndex = m[5]; variable
12700 res.push(transformMethod(atoms[atomIndex]));
12702 res.push(transformClass(atoms[atomIndex]));
12704 res.push(transformFunction(atoms[atomIndex]));
12706 res.push(transformStatementsBlock(atoms[atomIndex]));