13 #ifndef PROTEINDATABANKSTRUCTURE_HPP_    14 #define PROTEINDATABANKSTRUCTURE_HPP_    96     int Center_of_Geometry();
    98     int Get_Coordinates();  
 atom id number 
Definition: PDBstructure.hpp:38
float Z
y coordinate of the atom 
Definition: PDBstructure.hpp:42
Definition: PDBstructure.hpp:77
~Atom()
Atom destructor. 
Definition: PDBstructure.cpp:19
Atom * Atoms
total number of items of the residue 
Definition: PDBstructure.hpp:68
Definition: PDBstructure.hpp:57
float charge
Definition: PDBstructure.hpp:46
Atom::Coordinates CoG
Definition: PDBstructure.hpp:97
std::string Atom_Type
Definition: PDBstructure.hpp:34
float VdW_Radius()
atomic radii 
Definition: PDBstructure.cpp:281
int Number_of_Residues
Definition: PDBstructure.hpp:88
int Atom_Number
Atom_type: H, C, O, etc. 
Definition: PDBstructure.hpp:35
float Y
x coordinate of the atom 
Definition: PDBstructure.hpp:41
Atom()
Definition: PDBstructure.hpp:29
float max_vdw
the toral number of atoms in the structure 
Definition: PDBstructure.hpp:90
int Number_of_Atoms
type of residue: ala, ser, tyr, etc.. 
Definition: PDBstructure.hpp:67
struct Atom::Coordinates Coord
int Number_of_Atoms
the total number of residues in the structure 
Definition: PDBstructure.hpp:89
Residue * Residues
the maximum van der Waals value of any atom in the input pdb file. 
Definition: PDBstructure.hpp:91
Residue()
Definition: PDBstructure.hpp:59
std::string Residue_Type
Definition: PDBstructure.hpp:64
int Center_of_Geometry()
Measure center of geometry of the structure. 
Definition: PDBstructure.cpp:211
Definition: PDBstructure.hpp:27
bool pqr
Definition: PDBstructure.hpp:80
float radii
atomic charge 
Definition: PDBstructure.hpp:47
float X
Definition: PDBstructure.hpp:40
Residue Dummy
Definition: PDBstructure.hpp:92
friend class PDB
Definition: PDBstructure.hpp:31