meshi.energy
Class TotalEnergy.SortedAtoms

java.lang.Object
  extended by meshi.energy.TotalEnergy.SortedAtoms
Enclosing class:
TotalEnergy

private class TotalEnergy.SortedAtoms
extends java.lang.Object


Field Summary
private  Atom[] atoms
           
(package private)  double avg
           
(package private)  double std
           
 
Constructor Summary
TotalEnergy.SortedAtoms()
           
 
Method Summary
 double avg()
           
private  AtomList highestEnergyAtoms(double stdThreshold)
           
private  AtomList lowestEnergyAtoms(double stdThreshold)
           
 double std()
           
 double sum(double stdThreshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

atoms

private Atom[] atoms

avg

double avg

std

double std
Constructor Detail

TotalEnergy.SortedAtoms

public TotalEnergy.SortedAtoms()
Method Detail

avg

public double avg()

std

public double std()

sum

public double sum(double stdThreshold)

lowestEnergyAtoms

private AtomList lowestEnergyAtoms(double stdThreshold)

highestEnergyAtoms

private AtomList highestEnergyAtoms(double stdThreshold)