#include <habond.h>
Public Member Functions | |
| HaBond (const HaBond &ref) | |
| HaBond (HaAtom *src, HaAtom *dst, const int new_flag) | |
| bool | SetParamFrom (const HaBond &ref) |
| HaBond * | assign (HaAtom *src, HaAtom *dst, const int new_flag) |
| bool | operator== (const HaBond &rhs) const |
| bool | operator< (const HaBond &rhs) const |
| void | Select () |
| void | UnSelect () |
| int | Selected () const |
| void | SetNotDraw () |
| Set bond not to be displayed. | |
| void | DrawWire () |
| Set to display bond as a wire. | |
| void | DrawDashed () |
| Set to display bond as a dashed line. | |
| void | DrawCylinder (double rad) |
| Set to display bond as a cylinder , rad in Bohrs. | |
| int | IsToDraw () const |
| Check if the bond is set to be displayed. | |
Public Attributes | |
| HaAtom * | srcatom |
| Source Atom Ptr. | |
| HaAtom * | dstatom |
| Destination Atom Ptr. | |
| double | radius |
| Radius of the bond stick in Bohrs (for images). | |
| short | irad |
| Image Radius. | |
| short | col |
| Bond Colour. | |
| Byte | flag |
| Database flags. | |
1.3.6