org.jmol.util
public class ContactPair extends Object
Modifier and Type | Field and Description |
---|---|
float |
chord |
int |
contactType |
float |
d |
Atom[] |
myAtoms |
private int |
oldType |
Point3f |
pt |
float[] |
radii |
float |
score |
float[] |
vdws |
double |
vdwVolume |
double |
volume |
float |
xVdwClash |
Constructor and Description |
---|
ContactPair(Atom[] atoms,
int i1,
int i2,
float R,
float r,
float vdwA,
float vdwB) |
public float[] radii
public float[] vdws
public Atom[] myAtoms
public Point3f pt
public double volume
public double vdwVolume
public float score
public float d
public float chord
public int contactType
public float xVdwClash
private int oldType
public ContactPair(Atom[] atoms, int i1, int i2, float R, float r, float vdwA, float vdwB)