org.jmol.minimize
Class MinAtom

java.lang.Object
  extended by org.jmol.minimize.MinAtom

public class MinAtom
extends Object


Field Summary
 Atom atom
           
(package private)  int[] bondedAtoms
           
 List bonds
           
 double[] coord
           
 double[] force
           
 int hCount
           
(package private)  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()
           
(package private)  void set()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

int index

atom

public Atom atom

coord

public double[] coord

force

public double[] force

bonds

public List bonds

nBonds

public int nBonds

hCount

public int hCount

type

public String type

bondedAtoms

int[] bondedAtoms
Constructor Detail

MinAtom

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

toString

public String toString()
Overrides:
toString in class Object

set

void set()

getBondTo

public MinBond getBondTo(int iAtom)

getBondedAtomIndexes

public int[] getBondedAtomIndexes()

getIdentity

public String getIdentity()