|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sdsc.mbt.util.BondFactory
Constructor Summary | |
BondFactory()
|
Method Summary | |
static double |
distance(Atom atomA,
Atom atomB)
Return the coordinate distance between two Atom objects. |
static java.util.Vector |
generateBonds(Structure structure)
Return a vector of Bond objects extracted from a Structure using 1.8 as the bondLimit distance. |
static java.util.Vector |
generateBonds(Structure structure,
double bondLimit)
Return a vector of Bond objects extracted from a Structure using the specified bondLimit distance. |
static java.util.Vector |
generateCovalentBonds(java.util.Vector atoms)
Given a vector of Atom objects, return a Vector of Bond objects. |
static java.util.Vector |
generateCovalentBonds(java.util.Vector atoms,
double cutOffDistance,
boolean useCovalentRestrictions)
Given a vector of Atom objects, return a Vector of Bond objects. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BondFactory()
Method Detail |
public static java.util.Vector generateBonds(Structure structure)
public static java.util.Vector generateBonds(Structure structure, double bondLimit)
public static java.util.Vector generateCovalentBonds(java.util.Vector atoms, double cutOffDistance, boolean useCovalentRestrictions)
public static java.util.Vector generateCovalentBonds(java.util.Vector atoms)
public static double distance(Atom atomA, Atom atomB)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |