Home
last modified time | relevance | path

Searched defs:bsA (Results 1 – 24 of 24) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Ddefinesvalidator.h32 std::bitset<32> bsA, bsB; in Validate() local
/dports/science/jmol/jmol-14.32.7/src/org/jmol/jvxl/readers/
H A DIsoIntersectAtomReader.java88 BS bsA = params.intersection[0]; in setup() local
H A DIsoIntersectReader.java88 BS bsA = params.intersection[0]; in setup() local
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelsetbio/
H A DNucleicPolymer.java94 public void calcRasmolHydrogenBonds(BioPolymer polymer, BS bsA, in calcRasmolHydrogenBonds()
H A DBioModelSet.java71 public void calcAllRasmolHydrogenBonds(BS bsA, BS bsB, Lst<Bond> vHBonds, in calcAllRasmolHydrogenBonds()
460 BS bsA = new BS(); in getFullProteinStructureState() local
644 BS bsA = null; in getAllBasePairBits() local
H A DAminoPolymer.java189 public void calcRasmolHydrogenBonds(BioPolymer polymer, BS bsA, BS bsB, in calcRasmolHydrogenBonds()
H A DBioModel.java311 void getRasmolHydrogenBonds(BS bsA, BS bsB, Lst<Bond> vHBonds, in getRasmolHydrogenBonds()
H A DBioPolymer.java484 public void calcRasmolHydrogenBonds(BioPolymer polymer, BS bsA, in calcRasmolHydrogenBonds()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DBond.java168 public void setAtropisomerOptions(BS bsA, BS bsB) { in setAtropisomerOptions()
H A DModelSet.java586 int connectOperation, BS bsA, BS bsB, in makeConnections()
2382 BS bsA = new BS(); in deleteBonds() local
2399 int connectOperation, BS bsA, BS bsB, in makeConnections2()
2537 public int autoBondBs4(BS bsA, BS bsB, BS bsExclude, BS bsBonds, short mad, in autoBondBs4()
2673 private int autoBond_Pre_11_9_24(BS bsA, BS bsB, BS bsExclude, BS bsBonds, in autoBond_Pre_11_9_24()
2768 public int autoHbond(BS bsA, BS bsB, boolean onlyIfHaveCalculated) { in autoHbond()
3988 public void calcRasmolHydrogenBonds(BS bsA, BS bsB, Lst<Bond> vHBonds, in calcRasmolHydrogenBonds()
H A DBondCollection.java249 BS bsA, BS bsB, boolean isBonds, in deleteConnections()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/api/
H A DJmolPropertyManager.java40 String getPdbData(int modelIndex, String type, BS bsA, Object[] parameters, in getPdbData()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/shapesurface/
H A DContact.java119 BS bsA = (BS) value[4]; in setContacts() local
396 private Lst<ContactPair> getPairs(BS bsA, BS bsB, RadiusData rd, in getPairs()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/scriptext/
H A DSmilesExt.java78 public float getSmilesCorrelation(BS bsA, BS bsB, String smiles, Lst<P3> ptsA, in getSmilesCorrelation()
H A DIsoExt.java3309 BS bsA = null; in contact() local
H A DMathExt.java4256 public BS setContactBitSets(BS bsA, BS bsB, boolean localOnly, float distance, in setContactBitSets()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/quantum/
H A DNMRCalculation.java119 private Lst<Tensor> getInteractionTensorList(String type, BS bsA) { in getInteractionTensorList()
149 private BS getAtomSiteBS(BS bsA) { in getAtomSiteBS()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DScriptManager.java750 BS bsA = vwr.getModelUndeletedAtomsBitSet(modelIndex); in addHydrogensInline() local
/dports/science/jmol/jmol-14.32.7/src/org/jmol/symmetry/
H A DCIPChirality.java2354 BS bsA = getBetter4bList(); in compareRule4b5() local
2544 private BS compareLikeUnlike(BS bsA, BS bsB) { in compareLikeUnlike()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DMeshSlicer.java175 BS bsA = (bs == null ? null : BSUtil.copy(m.bsSlabDisplay)); in slabPolygons() local
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/src/algorithm/
H A Ddistance3d.cpp596 std::vector<Sphere> bsA; in distanceGeometryCollectionToGeometry3D() local
/dports/science/jmol/jmol-14.32.7/src/org/jmol/smiles/
H A DSmilesSearch.java389 …void setRingData(BS bsA, Lst<BS>[] vRings, boolean doProcessAromatic) throws InvalidSmilesExceptio… in setRingData()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelkit/
H A DModelKitPopup.java1045 BS bsA = BSUtil.newAndSetBit(atomIndex); in assignAtom() local
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DViewer.java2397 public BS bsA() { in bsA() method in Viewer
7482 int connectOperation, BS bsA, BS bsB, BS bsBonds, in makeConnections()