Home
last modified time | relevance | path

Searched refs:getAtomMinMax (Results 1 – 4 of 4) sorted by relevance

/dports/science/jmol/jmol-14.32.7/src/org/jmol/jvxl/readers/
H A DIsoIntersectAtomReader.java68 getAtomMinMax(myBsA, bsAtomMinMax[0] = new BS[nPointsX]); in readVolumeParameters()
69 getAtomMinMax(myBsB, bsAtomMinMax[1] = new BS[nPointsX]); in readVolumeParameters()
H A DIsoIntersectReader.java68 getAtomMinMax(myBsA, bsAtomMinMax[0] = new BS[nPointsX]); in readVolumeParameters()
69 getAtomMinMax(myBsB, bsAtomMinMax[1] = new BS[nPointsX]); in readVolumeParameters()
H A DAtomDataReader.java158 boolean getAtomMinMax, float marginAtoms, M4 modelInvRotation) { in getAtoms() argument
480 protected void getAtomMinMax(BS bs, BS[] bsAtomMinMax) { in getAtomMinMax() method in AtomDataReader
H A DIsoSolventReader.java181 getAtomMinMax(null, bsAtomMinMax); in readVolumeParameters()