|
Pteros
2.0
Molecular modeling library for human beings!
|
float mass
Atom mass
Definition: atom.h:71
std::string name
Atom name (CA, O, N, etc.)
Definition: atom.h:47
int atomic_number
Element atomic number zero means particle, which is not real atom (for example dummy)
Definition: atom.h:64
char chain
Chain. Single letter (A,B,Z)
Definition: atom.h:49
std::string tag
Arbitrary textual tag.
Definition: atom.h:53
int resindex
Unique residue ID.
Definition: atom.h:61
float occupancy
Occupancy field.
Definition: atom.h:55
float beta
B-factor field.
Definition: atom.h:57
int resid
Residue ID (unique only inside given chain)
Definition: atom.h:45
std::string resname
Residue name in 3-letters code (ALA, GLY, MET, etc.)
Definition: atom.h:51
float charge
Atom charge
Definition: atom.h:73
int type
Atom type code. -1 means unknown.
Definition: atom.h:75
Class which represents a single atom.
Definition: atom.h:39
std::string type_name
Atom type name - textual representation of the atom type
Definition: atom.h:77