Package org.jmol.util
Class ContactPair
- java.lang.Object
-
- org.jmol.util.ContactPair
-
public class ContactPair extends Object
-
-
Constructor Summary
Constructors Constructor Description ContactPair(Atom[] atoms, int i1, int i2, float R, float r, float vdwA, float vdwB)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
getVolume()
boolean
setForVdwClash(boolean isVdw)
void
switchAtoms()
String
toString()
-
-
-
Field Detail
-
radii
public float[] radii
-
vdws
public float[] vdws
-
myAtoms
public Atom[] myAtoms
-
pt
public javajs.util.P3 pt
-
volume
public double volume
-
vdwVolume
public double vdwVolume
-
score
public float score
-
d
public float d
-
chord
public float chord
-
contactType
public int contactType
-
xVdwClash
public float xVdwClash
-
oldType
private int oldType
-
-
Constructor Detail
-
ContactPair
public ContactPair(Atom[] atoms, int i1, int i2, float R, float r, float vdwA, float vdwB)
-
-