|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jmol.util.ContactPair
public class ContactPair
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ContactPair(Atom[] atoms,
int i1,
int i2,
float R,
float r,
float vdwA,
float vdwB)
|
|
| Method Summary | |
|---|---|
private void |
getVolume()
|
boolean |
setForVdwClash(boolean isVdw)
|
void |
switchAtoms()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public ContactPair(Atom[] atoms,
int i1,
int i2,
float R,
float r,
float vdwA,
float vdwB)
| Method Detail |
|---|
private void getVolume()
public boolean setForVdwClash(boolean isVdw)
public void switchAtoms()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||