org.jmol.minimize
public class MinAtom extends Object
Field Summary | |
---|---|
Atom | atom |
int[] | bondedAtoms |
Vector | bonds |
double[] | coord |
double[] | force |
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() |
void | set() |