PDB::AdditionalAtomInfo Struct Reference
A structure tracking the current values of all auxiliary information required to write ATOM or HETATM records.
More...
#include <PDBdefs.h>
List of all members.
|
Public Attributes |
const Chain * | current_chain |
const ::Residue * | current_residue |
Integer | residue_id |
AChar | residue_insertion_code |
AChar | chain_id |
LString3 | residue_name |
LString4 | pdb_id |
Position | number |
Detailed Description
A structure tracking the current values of all auxiliary information required to write ATOM or HETATM records.
This is used for keeping track of chain and residue names while writing multiple atoms.