#include <pdbread.h>
Public Attributes | |
Sectype_ | Sectype |
type of secondary structure. | |
int | No |
serial number of structure. | |
Str4_ | Id |
identifier string. | |
int | Beg |
int | End |
residue nos (1..N). | |
char | Chid |
chain ID, for begin only. | |
char | Begaa |
char | Endaa |
amino acid 1-letter codes. | |
char | Begrid |
char | Endrid |
insertion codes. | |
int | Type |
1..10 for helices, -1..1 for sheets, PDB numbering used. | |
int | Strandno |
number of strands in this sheet. | |
Str4_ | Thisat |
Str4_ | Otherat |
atom names for beta registration. | |
char | Thisaa |
char | Otheraa |
amino acid codes for beta regs. | |
int | This |
int | Other |
registration AA positions. | |
char | Thisrid |
char | Otherid |
char | Otherchid |
ins codes and chain ID for the OTHER. |
Definition at line 131 of file pdbread.h.
|
type of secondary structure.
|
|
serial number of structure.
|
|
identifier string.
|
|
|
|
residue nos (1..N).
|
|
chain ID, for begin only.
|
|
|
|
amino acid 1-letter codes.
|
|
|
|
insertion codes.
|
|
1..10 for helices, -1..1 for sheets, PDB numbering used.
|
|
number of strands in this sheet.
|
|
|
|
atom names for beta registration.
|
|
|
|
amino acid codes for beta regs.
|
|
|
|
registration AA positions.
|
|
|
|
|
|
ins codes and chain ID for the OTHER.
|