Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
#include <PDB.h>
Public Member Functions | |
Line_format (const std::string &line) | |
bool | is_hetatm () const |
std::string | get_charge_str (const std::string &line) const |
int | get_charge (const std::string &line) const |
Helper class handle to extract fields from line of a PDB file.
Mandatory_fields | is a class indicating which fields are mandatory (see ESBTL::PDB::Mandatory_fields_default for requirements). |
|
inline |
Constructor.
line | is a line of a PDB file. |
|
inline |
extract the field charge as an integer.
|
inline |
extract the field charge as a string.
|
inline |
Indicates whether the line read is a coordinate line of an hetero-atom.