|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmeshi.util.RgCalculator
public class RgCalculator
| Field Summary | |
|---|---|
private AtomList |
atomList
|
private double |
cmx
|
private double |
cmy
|
private double |
cmz
|
private int |
numberOfUpdates
|
private double |
rg
|
| Constructor Summary | |
|---|---|
RgCalculator(AtomList atomList)
|
|
| Method Summary | |
|---|---|
double |
cmx()
|
double |
cmy()
|
double |
cmz()
|
double |
rg()
|
void |
update()
|
void |
update(int numberOfUpdates)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int numberOfUpdates
private AtomList atomList
private double cmx
private double cmy
private double cmz
private double rg
| Constructor Detail |
|---|
public RgCalculator(AtomList atomList)
| Method Detail |
|---|
public void update(int numberOfUpdates)
throws UpdateableException
update in interface UpdateableUpdateableExceptionpublic void update()
public double rg()
public double cmx()
public double cmy()
public double cmz()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||