The Gnome Chemistry Utils
0.14.0
|
#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.
bool gcu::SymbolResidue::ambiguous |
whether the symbol is ambiguous.
Definition at line 55 of file gcu/residue.h.
Residue* gcu::SymbolResidue::res |
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.