GLYLIB
0.3.0b
|
#include <molecules.h>
Public Attributes | |
ensindex | s |
"source" -- index to first atom in bond | |
ensindex | t |
"target" -- index to the other atom in the bond | |
double | o |
order of bond | |
bond_type * | typ |
pointer to type of bond | |
int | i |
index -- for example as alternative to *typ | |
char * | D |
free-form description |
Definition at line 63 of file molecules.h.
char* bond::D |
free-form description
Definition at line 69 of file molecules.h.
int bond::i |
index -- for example as alternative to *typ
Definition at line 68 of file molecules.h.
double bond::o |
order of bond
Definition at line 66 of file molecules.h.
Referenced by dprint_bond(), dXprint_bond(), and initialize_bond().
"source" -- index to first atom in bond
Definition at line 64 of file molecules.h.
Referenced by dprint_bond(), dXprint_bond(), and initialize_bond().
"target" -- index to the other atom in the bond
Definition at line 65 of file molecules.h.
Referenced by dprint_bond(), dXprint_bond(), and initialize_bond().