$darkmode
DENOPTIM
|
Public Member Functions | |
TinkerBond (TinkerAtom a1, TinkerAtom a2) | |
Bond constructor. More... | |
TinkerAtom | getAtom (int index) |
Get the constituent TinkerAtom specified by index. More... | |
Private Attributes | |
TinkerAtom | atoms [] |
Definition at line 25 of file TinkerBond.java.
denoptim.integration.tinker.TinkerBond.TinkerBond | ( | TinkerAtom | a1, |
TinkerAtom | a2 | ||
) |
Bond constructor.
a1 | Atom number 1. |
a2 | Atom number 2. |
Definition at line 37 of file TinkerBond.java.
References denoptim.integration.tinker.TinkerBond.atoms, and denoptim.integration.tinker.TinkerAtom.getXYZIndex().
TinkerAtom denoptim.integration.tinker.TinkerBond.getAtom | ( | int | index | ) |
Get the constituent TinkerAtom specified by index.
index | a int. |
Definition at line 62 of file TinkerBond.java.
References denoptim.integration.tinker.TinkerBond.atoms.
|
private |
Definition at line 27 of file TinkerBond.java.
Referenced by denoptim.integration.tinker.TinkerBond.getAtom(), and denoptim.integration.tinker.TinkerBond.TinkerBond().