BALL  1.4.79
Public Attributes | List of all members
BALL::PDB::RecordATOM Struct Reference

#include <BALL/FORMAT/PDBdefs.h>

Public Attributes

RecordType record_type
 
RecordName record_name
 
Integer serial_number
 
Atom atom_name
 
Character alternate_location_indicator
 
Residue residue
 
Real orthogonal_vector [3]
 
Real occupancy
 
Real temperature_factor
 
LString4 segment_ID
 
LString2 element_symbol
 
LString2 charge
 
LString4 partial_charge
 

Detailed Description

Definition at line 396 of file PDBdefs.h.

Member Data Documentation

◆ alternate_location_indicator

Character BALL::PDB::RecordATOM::alternate_location_indicator

Definition at line 402 of file PDBdefs.h.

◆ atom_name

Atom BALL::PDB::RecordATOM::atom_name

Definition at line 401 of file PDBdefs.h.

◆ charge

LString2 BALL::PDB::RecordATOM::charge

Definition at line 409 of file PDBdefs.h.

◆ element_symbol

LString2 BALL::PDB::RecordATOM::element_symbol

Definition at line 408 of file PDBdefs.h.

◆ occupancy

Real BALL::PDB::RecordATOM::occupancy

Definition at line 405 of file PDBdefs.h.

◆ orthogonal_vector

Real BALL::PDB::RecordATOM::orthogonal_vector[3]

Definition at line 404 of file PDBdefs.h.

◆ partial_charge

LString4 BALL::PDB::RecordATOM::partial_charge

Definition at line 410 of file PDBdefs.h.

◆ record_name

RecordName BALL::PDB::RecordATOM::record_name

Definition at line 399 of file PDBdefs.h.

◆ record_type

RecordType BALL::PDB::RecordATOM::record_type

Definition at line 398 of file PDBdefs.h.

◆ residue

Residue BALL::PDB::RecordATOM::residue

Definition at line 403 of file PDBdefs.h.

◆ segment_ID

LString4 BALL::PDB::RecordATOM::segment_ID

Definition at line 407 of file PDBdefs.h.

◆ serial_number

Integer BALL::PDB::RecordATOM::serial_number

Definition at line 400 of file PDBdefs.h.

◆ temperature_factor

Real BALL::PDB::RecordATOM::temperature_factor

Definition at line 406 of file PDBdefs.h.