#include <pdbread.h>
Collaboration diagram for Pdbentry_:
Public Attributes | |
char | Header [41] |
header info: function description. | |
char | Date [10] |
date of deposition: "20-AUG-64" format. | |
Str4_ | Pdbcode |
standard PDB code "0XXX". | |
char* | Title |
entry title. | |
char* | Compound |
compound descriptor string. | |
char* | Source |
species, organ, tissue, mutant. | |
char | Expdta [61] |
experimental technique: default "X-RAY DIFFRACTION". | |
char* | Author |
authors: not parsed further. | |
float | Resol |
resolution; <0 means "NOT APPLICABLE". | |
Seqinfo_* | Seqs |
sequence information for each chain. | |
int | Seqno |
number of sequence information records. | |
Chain_* | Chains |
array of chain records. | |
int | Chainno |
no. More... | |
Ssbond_* | Ssbs |
array of interchain S-S bonds. | |
int | Ssbno |
no, of interchain S-S bonds. | |
Hetgroup_* | Hets |
array of hetero groups. | |
int | Hetsno |
no. More... | |
Hetnamformul_* | Hetnams |
array of HETNAM records. | |
int | Hetnamsno |
no. More... | |
Hetnamformul_* | Hetforms |
array of FORMUL records. | |
int | Hetformsno |
no. More... | |
Site_* | Sites |
array of sites. | |
int | Siteno |
number of sites. | |
Connect_* | Connects |
connection record array. | |
int | Conno |
number of connection records. |
Definition at line 210 of file pdbread.h.
|
header info: function description.
|
|
date of deposition: "20-AUG-64" format.
|
|
standard PDB code "0XXX".
|
|
entry title.
|
|
compound descriptor string.
|
|
species, organ, tissue, mutant.
|
|
experimental technique: default "X-RAY DIFFRACTION".
|
|
authors: not parsed further.
|
|
resolution; <0 means "NOT APPLICABLE".
|
|
sequence information for each chain.
|
|
number of sequence information records.
|
|
array of chain records.
|
|
no. of chains |
|
array of interchain S-S bonds.
|
|
no, of interchain S-S bonds.
|
|
array of hetero groups.
|
|
no. of hetero groups |
|
array of HETNAM records.
|
|
no. of HETNAM records |
|
array of FORMUL records.
|
|
no. of FORMUL records |
|
array of sites.
|
|
number of sites.
|
|
connection record array.
|
|
number of connection records.
|