meshi.geometry
Class BondedDistance

java.lang.Object
  extended by meshi.geometry.Distance
      extended by meshi.geometry.BondedDistance
All Implemented Interfaces:
Attributable

public class BondedDistance
extends Distance


Field Summary
 
Fields inherited from class meshi.geometry.Distance
atom1, atom1Number, atom2, atom2Number, distance, dx, dy, dz, INFINITE_DISTANCE, invDistance, largeType, mode, smallType
 
Constructor Summary
BondedDistance(Atom atom1, Atom atom2, double dx, double dy, double dz, double distance)
           
 
Method Summary
protected  void update()
           
 
Methods inherited from class meshi.geometry.Distance
addAttribute, atom1, atom2, atom2Number, dDistanceDx, dDistanceDy, dDistanceDz, dead, distance, dx, dy, dz, getAttribute, invDistance, mode, setMode, toString, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BondedDistance

public BondedDistance(Atom atom1,
                      Atom atom2,
                      double dx,
                      double dy,
                      double dz,
                      double distance)
Method Detail

update

protected void update()