#include <Compound.h>
Initial default configuration is planar. Bond centers are named "bond1", "bond2", and "bond3"
Public Member Functions | |
TrivalentAtom (const Compound::AtomName &atomName, const Element &element, Angle angle1=120 *Deg2Rad, Angle angle2=120 *Deg2Rad) |
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 |
References Compound::addFirstBondCenter(), Compound::addPlanarBondCenter(), Compound::addSecondBondCenter(), Compound::setCompoundName(), and Compound::setInboardBondCenter().