Bsoft object

struct Bresidue_type

Source:

include/rwresprop.h

Description:

Residue type property structure.

Features:

A residue type may be identified by either a one- or three-letter code.

Code:

struct Bresidue_type {
Bresidue_type* next; // Link to next residue type if not NULL
char c; // Single letter representation
char cod[3]; // Three-letter representation
float mass; // Residue mass
float vol; // Residue volume
float ext; // Residue extension
float extsd; // Residue extension standard deviation
float charge; // Residue charge
float hphob; // Residue hydrophobicity
} ;

Other objects included:

struct Bangle


Generated by bdoc.pl on Mon Jun 15 11:55:12 2009


Back to the Bsoft home