Bsoft object

struct Batom

Source:

include/rwmolecule.h

Description:

Atom property structure.

Features:

PDB line data structure: items labeled extra not in the PDB specification.

Code:

struct Batom {
Batom* next; // Next atom in linked list
int num; // Atom number
char el[4]; // Atom type
char type[8]; // Atom type
int tnum; // Atom type number (for reference purposes)
Vector3 coord; // Coordinates
float q,b; // Occupancy and temperature factor
float mass; // Atom mass
float chrg; // Charge on atom
int sel; // Select flag - extra
Vector3 vel; // Velocities (for molecular dynamics)
Vector3 F; // Force vector (for molecular dynamics)
} ;

Other objects included:

struct Batom


Generated by bdoc.pl on Wed May 9 11:41:56 2012


Back to the Bsoft home