public class MinAtom
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Atom |
atom |
(package private) int[] |
bondedAtoms |
private javajs.util.Lst<MinBond> |
bonds |
BS |
bs14 |
BS |
bsVdw |
double[] |
coord |
AtomType |
ffAtomType |
int |
ffType |
double[] |
force |
int |
hCount |
(package private) int |
index |
int |
nBonds |
double |
partialCharge |
java.lang.String |
sType |
java.lang.Integer |
vdwKey |
Constructor and Description |
---|
MinAtom(int index,
Atom atom,
double[] coord,
int ac) |
Modifier and Type | Method and Description |
---|---|
void |
addBond(MinBond bond,
int i) |
int[] |
getBondedAtomIndexes() |
int |
getBondIndex(int j) |
MinBond |
getBondTo(int iAtom) |
java.lang.String |
getIdentity() |
static boolean |
isLinear(MinAtom minAtom) |
(package private) void |
set() |
java.lang.String |
toString() |
int index
public java.lang.String sType
public Atom atom
public AtomType ffAtomType
public int ffType
public java.lang.Integer vdwKey
public double[] coord
public double[] force
private javajs.util.Lst<MinBond> bonds
public int nBonds
public int hCount
public double partialCharge
public BS bsVdw
public BS bs14
int[] bondedAtoms
MinAtom(int index, Atom atom, double[] coord, int ac)
public java.lang.String toString()
toString
in class java.lang.Object
void set()
public MinBond getBondTo(int iAtom)
public int[] getBondedAtomIndexes()
public java.lang.String getIdentity()
public void addBond(MinBond bond, int i)
public int getBondIndex(int j)
public static boolean isLinear(MinAtom minAtom)