#include <PDBstructure.hpp>
Classes | |
| struct | Coordinates |
| atom id number More... | |
Public Member Functions | |
| float | VdW_Radius () |
| atomic radii | |
| int | Read_PDB_File () |
Public Attributes | |
| struct Atom::Coordinates | Coord |
| float | charge |
| float | radii |
| atomic charge | |
Private Member Functions | |
| Atom () | |
| ~Atom () | |
| Atom destructor. | |
Private Attributes | |
| std::string | Atom_Type |
| int | Atom_Number |
| Atom_type: H, C, O, etc. | |
Friends | |
| class | PDB |
| class | Residue |
This class store the parameters for each atom instance in a Residue
This class store the parameters for each residue instance in a PDB
|
inlineprivate |
|
private |
Atom destructor.
| int Atom::Read_PDB_File | ( | ) |
| float Atom::VdW_Radius | ( | ) |
atomic radii
Assign the vdW radius for a given atom.
|
private |
Atom_type: H, C, O, etc.
|
private |
| float Atom::charge |
| struct Atom::Coordinates Atom::Coord |
| float Atom::radii |
atomic charge
1.9.8
Imprint/Privacy