|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.sdsc.mbt.util.AtomStats
public class AtomStats
The AtomStats class provides a number of static methods for computing useful information about a collection of Atom objects.
Atom| Constructor Summary | |
|---|---|
AtomStats()
|
|
| Method Summary | |
|---|---|
static double[] |
getAtomCoordinateAverage(Structure structure)
Return the coordinate average for a Structure's atom coordinates. |
static double[][] |
getAtomCoordinateBounds(Structure structure)
Return the coordinate bounds for given a Structure. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AtomStats()
| Method Detail |
|---|
public static double[][] getAtomCoordinateBounds(Structure structure)
double[0][0] = min x
double[0][1] = min y
double[0][2] = min z
double[1][0] = max x
double[1][1] = max y
double[1][2] = max z
public static double[] getAtomCoordinateAverage(Structure structure)
throws IllegalArgumentException
double[0] = x
double[1] = y
double[2] = z
IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||