Bsoft object
enum SecondaryType
Source:
include/rwmolecule.h
Description:
Protein secondary structure type specifier.
Features:
This is derived from the PDB definitions of secondary structure.
Code:
| enum SecondaryType {
|
| RightHandedAlpha = 1,
| |
| RightHandedOmega = 2,
| |
| RightHandedPi = 3,
| |
| RightHandedGamma = 4,
| |
| RightHanded310 = 5,
| |
| LeftHandedAlpha = 6,
| |
| LeftHandedOmega = 7,
| |
| LeftHandedGamma = 8,
| |
| TwoSevenRibbon = 9,
| |
| Polyproline = 10,
| |
| Strand = 11,
| |
| Turn = 12
| |
| } ;
| |
Generated by bdoc.pl on Mon Jun 15 11:55:12 2009
Back to the Bsoft home