public class ContactPair
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
float |
chord |
|
int |
contactType |
|
float |
d |
|
Atom[] |
myAtoms |
|
private int |
oldType |
|
javajs.util.P3 |
pt |
|
float[] |
radii |
|
float |
score |
|
float[] |
vdws |
|
double |
vdwVolume |
|
double |
volume |
|
float |
xVdwClash |
Constructor | Description |
---|---|
ContactPair(Atom[] atoms,
int i1,
int i2,
float R,
float r,
float vdwA,
float vdwB) |
Modifier and Type | Method | Description |
---|---|---|
private void |
getVolume() |
|
boolean |
setForVdwClash(boolean isVdw) |
|
void |
switchAtoms() |
|
java.lang.String |
toString() |
public float[] radii
public float[] vdws
public Atom[] myAtoms
public javajs.util.P3 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)