org.jmol.minimize
public class MinAtom extends Object
Modifier and Type | Field and Description |
---|---|
Atom |
atom |
(package private) int[] |
bondedAtoms |
List<MinBond> |
bonds |
double[] |
coord |
double[] |
force |
int |
hCount |
(package private) int |
index |
int |
nBonds |
String |
type |
Constructor and Description |
---|
MinAtom(int index,
Atom atom,
double[] coord,
String type) |
Modifier and Type | Method and Description |
---|---|
int[] |
getBondedAtomIndexes() |
MinBond |
getBondTo(int iAtom) |
String |
getIdentity() |
(package private) void |
set() |
String |
toString() |