Molmodel
|
Base class for atoms having exactly three covalent bonds. More...
#include <Compound.h>
Public Member Functions | |
TrivalentAtom (const Compound::AtomName &atomName, const Element &element, Angle angle1=120 *Deg2Rad, Angle angle2=120 *Deg2Rad) |
Base class for atoms having exactly three covalent bonds.
Initial default configuration is planar. Bond centers are named "bond1", "bond2", and "bond3"
SimTK::TrivalentAtom::TrivalentAtom | ( | const Compound::AtomName & | atomName, |
const Element & | element, | ||
Angle | angle1 = 120*Deg2Rad , |
||
Angle | angle2 = 120*Deg2Rad |
||
) | [inline] |
atomName | name for new atom |
element | chemical element for new atom |
angle1 | angle between first and second BondCenters |
angle2 | angle between first and third BondCenters |