|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmeshi.energy.EnergyElement
meshi.applications.prediction.beautify.unWarpEnergy.UnWarpEnergyElement
public class UnWarpEnergyElement
| Field Summary | |
|---|---|
private FreeDistance |
distance
|
private Atom |
first
|
private boolean |
on
|
private Atom |
second
|
private double |
targetDistance
|
private double |
weight
|
| Fields inherited from class meshi.energy.EnergyElement |
|---|
atoms, dFormatSrt, dFormatStd, DX, frozen, relativeDiffTolerance, VERY_SMALL, XYZ |
| Constructor Summary | |
|---|---|
UnWarpEnergyElement(Atom first,
Atom second,
double targetDistance,
double weight)
|
|
| Method Summary | |
|---|---|
double |
evaluate()
|
void |
off()
|
protected void |
setAtoms()
|
void |
update()
|
| Methods inherited from class meshi.energy.EnergyElement |
|---|
atoms, evaluateAtoms, frozen, test, updateFrozen |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private FreeDistance distance
private Atom first
private Atom second
private double weight
private boolean on
private double targetDistance
| Constructor Detail |
|---|
public UnWarpEnergyElement(Atom first,
Atom second,
double targetDistance,
double weight)
| Method Detail |
|---|
public void update()
public double evaluate()
evaluate in class EnergyElementprotected void setAtoms()
setAtoms in class EnergyElementpublic void off()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||