The Gnome Chemistry Utils 0.13.3
|
#include <gcu/residue.h>
Public Attributes | |
Residue * | res |
bool | ambiguous |
Structure used to store a collection of standard atoms groups, ndexed by symbol.
Definition at line 45 of file gcu/residue.h.
whether the symbol is ambiguous.
Definition at line 55 of file gcu/residue.h.
The Residue* representing the atoms group. A symbol is ambiguous if it can also represent a single atom, such as Ac, or Pr. Two Residue instances can't share the same symbol.
Definition at line 51 of file gcu/residue.h.