VinaLC: Parallel Molecular Docking Program

Biochemical and Biophysical Systems Group
VinaLC version: 1.1.2

pdb.cpp File Reference
#include "pdb.h"
#include "parse_error.h"
#include "file.h"
#include "convert_substring.h"
Include dependency graph for pdb.cpp:

Functions

pdb_atom string_to_pdb_atom (const std::string &str)
 
pdb parse_pdb (const path &name)
 

Function Documentation

pdb_atom string_to_pdb_atom ( const std::string &  str)

References pdb_atom::b_factor, convert_substring< unsigned >(), pdb_atom::coords, pdb_atom::element, pdb_atom::id, pdb_atom::name, pdb_atom::residue_id, and pdb_atom::residue_name.

Referenced by parse_pdb().

Here is the call graph for this function:

Here is the caller graph for this function:

pdb parse_pdb ( const path name)

References pdb::atoms, starts_with(), and string_to_pdb_atom().

Here is the call graph for this function: