#include <openbabel/generic.h>
Public Member Functions | |
OBExternalBond () | |
OBExternalBond (OBAtom *, OBBond *, int) | |
OBExternalBond (const OBExternalBond &) | |
~OBExternalBond () | |
int | GetIdx () const |
OBAtom * | GetAtom () const |
OBBond * | GetBond () const |
void | SetIdx (int idx) |
void | SetAtom (OBAtom *atom) |
void | SetBond (OBBond *bond) |
OBExternalBond | ( | ) | [inline] |
OBExternalBond | ( | OBAtom * | atom, | |
OBBond * | bond, | |||
int | idx | |||
) |
OBExternalBond | ( | const OBExternalBond & | src | ) |
~OBExternalBond | ( | ) | [inline] |
int GetIdx | ( | ) | const [inline] |
OBAtom* GetAtom | ( | ) | const [inline] |
OBBond* GetBond | ( | ) | const [inline] |
void SetIdx | ( | int | idx | ) | [inline] |
void SetAtom | ( | OBAtom * | atom | ) | [inline] |
void SetBond | ( | OBBond * | bond | ) | [inline] |