org.jmol.minimize

Class MinAtom

public class MinAtom extends Object

Field Summary
Atomatom
int[]bondedAtoms
Vectorbonds
double[]coord
double[]force
intindex
intnBonds
Stringtype
Constructor Summary
MinAtom(int index, Atom atom, double[] coord, String type)
Method Summary
int[]getBondedAtomIndexes()
MinBondgetBondTo(int iAtom)
StringgetIdentity()
voidset()

Field Detail

atom

public Atom atom

bondedAtoms

int[] bondedAtoms

bonds

public Vector bonds

coord

public double[] coord

force

public double[] force

index

int index

nBonds

public int nBonds

type

public String type

Constructor Detail

MinAtom

MinAtom(int index, Atom atom, double[] coord, String type)

Method Detail

getBondedAtomIndexes

public int[] getBondedAtomIndexes()

getBondTo

public MinBond getBondTo(int iAtom)

getIdentity

public String getIdentity()

set

void set()