#include <habond.h>
Public Member Functions | |
| HaHBond (HaAtom *new_src, HaAtom *new_dst) | |
| HaHBond (const HaHBond &ref) | |
| bool | operator== (const HaHBond &rhs) const |
| bool | operator< (const HaHBond &rhs) const |
| void | Select () |
| void | UnSelect () |
| int | Selected () const |
| void | SetNotDraw () |
| Set H-bond not to be displayed. | |
| int | IsToDraw () const |
| Check if the bond is set to be displayed. | |
Public Attributes | |
| HaAtom * | srcCA |
| Source Alpha Carbon. | |
| HaAtom * | dstCA |
| Destination Alpha Carbon. | |
| HaAtom * | dst |
| Acceptor [=CO] Atom Ptr. | |
| HaAtom * | src |
| Donor [=NH] Atom Ptr. | |
| short | energy |
| Hydrogen bond energy. | |
| double | radius |
| World Radius in Bohrs. | |
| short | irad |
| Image Radius. | |
| char | offset |
| Signed difference between residue numbers of the atoms forming hydrogen bond. | |
| Byte | flag |
| Database flags. | |
| short | col |
| Hydrogen bond colour. | |
1.3.6