Package org.jmol.minimize
Class MinAtom
- java.lang.Object
-
- org.jmol.minimize.MinAtom
-
public class MinAtom extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description Atomatom(package private) int[]bondedAtomsprivate javajs.util.Lst<MinBond>bondsBSbs14BSbsVdwdouble[]coordAtomTypeffAtomTypeintffTypedouble[]forceinthCount(package private) intindexintnBondsdoublepartialChargejava.lang.StringsTypejava.lang.IntegervdwKey
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBond(MinBond bond, int i)int[]getBondedAtomIndexes()intgetBondIndex(int j)MinBondgetBondTo(int iAtom)java.lang.StringgetIdentity()static booleanisLinear(MinAtom minAtom)(package private) voidset()java.lang.StringtoString()
-
-
-
Field Detail
-
index
int index
-
sType
public java.lang.String sType
-
atom
public Atom atom
-
ffAtomType
public AtomType ffAtomType
-
ffType
public int ffType
-
vdwKey
public java.lang.Integer vdwKey
-
coord
public double[] coord
-
force
public double[] force
-
bonds
private javajs.util.Lst<MinBond> bonds
-
nBonds
public int nBonds
-
hCount
public int hCount
-
partialCharge
public double partialCharge
-
bsVdw
public BS bsVdw
-
bs14
public BS bs14
-
bondedAtoms
int[] bondedAtoms
-
-
Constructor Detail
-
MinAtom
MinAtom(int index, Atom atom, double[] coord, int ac)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
set
void set()
-
getBondTo
public MinBond getBondTo(int iAtom)
-
getBondedAtomIndexes
public int[] getBondedAtomIndexes()
-
getIdentity
public java.lang.String getIdentity()
-
addBond
public void addBond(MinBond bond, int i)
-
getBondIndex
public int getBondIndex(int j)
-
isLinear
public static boolean isLinear(MinAtom minAtom)
-
-