|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmol.minimize.MinAtom
public class MinAtom
Field Summary | |
---|---|
Atom |
atom
|
(package private) int[] |
bondedAtoms
|
List |
bonds
|
double[] |
coord
|
double[] |
force
|
int |
hCount
|
(package private) int |
index
|
int |
nBonds
|
String |
type
|
Constructor Summary | |
---|---|
MinAtom(int index,
Atom atom,
double[] coord,
String type)
|
Method Summary | |
---|---|
int[] |
getBondedAtomIndexes()
|
MinBond |
getBondTo(int iAtom)
|
String |
getIdentity()
|
(package private) void |
set()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
int index
public Atom atom
public double[] coord
public double[] force
public List bonds
public int nBonds
public int hCount
public String type
int[] bondedAtoms
Constructor Detail |
---|
MinAtom(int index, Atom atom, double[] coord, String type)
Method Detail |
---|
public String toString()
toString
in class Object
void set()
public MinBond getBondTo(int iAtom)
public int[] getBondedAtomIndexes()
public String getIdentity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |