Bsoft object
struct Bresidue
Source:
include/rwmolecule.h
Description:
Residue definition and property structure.
Features:
A residue is viewed as equivalent to the monomeric units incorportated
into a polymer (amino acids for proteins and nucleotides for nucleic
acids). For small molecules, the residue and molecule definitions
are identical.
Code:
struct Bresidue {
Bresidue* next;
// Next residue in linked list
int num;
// Residue number
char insert[2];
// Insertion code
char type[6];
// Residue type
Batom* atom;
// First atom in residue
} ;
Other objects included:
struct Batom
struct Bcomponent
Generated by bdoc.pl on Mon Jun 15 11:55:12 2009
Back to the Bsoft home