#include <pdbread.h>
Collaboration diagram for Atom_:
Public Attributes | |
int | Atno |
atom serial number as in the PDB entry. | |
Str4_ | Id |
atom type like CA or OD2: 4 chars max. More... | |
char | Alt |
alternate location indicator. | |
char | Res1 |
1-letter residue code or ' ' for OXT or 'X' for unknown etc. | |
Residue_ | Res |
residue or hetgroup description. | |
float | X [3] |
the coordinates. | |
float | Occu |
float | Bfact |
occupancy and temperature factor. | |
Str4_ | Segid |
segment identifier, left justified. | |
Str2_ | Element |
element symbol, right justified. | |
int | Charge |
charge on atom. | |
long | Type |
holds macromolecule typing flag, determined by Res3. |
Definition at line 103 of file pdbread.h.
|
atom serial number as in the PDB entry.
|
|
atom type like CA or OD2: 4 chars max. + \0 |
|
alternate location indicator.
|
|
1-letter residue code or ' ' for OXT or 'X' for unknown etc.
|
|
residue or hetgroup description.
|
|
the coordinates.
|
|
|
|
occupancy and temperature factor.
|
|
segment identifier, left justified.
|
|
element symbol, right justified.
|
|
charge on atom.
|
|
holds macromolecule typing flag, determined by Res3.
|