#include <pdb_io.hh>
Static Public Member Functions | |
| static void | PushFlags (unsigned int flags) |
| static unsigned int | Flags () |
| static void | PopFlags () |
| static PDB & | Instance () |
| static void | PushFlags (unsigned int flags) |
| static unsigned int | Flags () |
| static void | PopFlags () |
| static PDB & | Instance () |
Data Fields | |
| std::stack< unsigned int > | fstack |
Static Public Attributes | |
| static const unsigned int | SKIP_FAULTY_RECORDS |
| static const unsigned int | NO_HETATMS |
| static const unsigned int | WRITE_MULTIPLE_MODELS |
| static const unsigned int | PQR_FORMAT |
| static const unsigned int | JOIN_SPREAD_ATOM_RECORDS |
| static const unsigned int | CALPHA_ONLY |
Definition at line 29 of file pdb_io.hh.
| static unsigned int Flags | ( | ) | [static] |
| static unsigned int Flags | ( | ) | [static] |
| static PDB& Instance | ( | ) | [static] |
| static PDB& Instance | ( | ) | [static] |
| static void PopFlags | ( | ) | [static] |
| static void PopFlags | ( | ) | [static] |
| static void PushFlags | ( | unsigned int | flags | ) | [static] |
| static void PushFlags | ( | unsigned int | flags | ) | [static] |
static const unsigned int CALPHA_ONLY [static] |
static const unsigned int JOIN_SPREAD_ATOM_RECORDS [static] |
Join atom records into one residue, even if the atom records are not sequential.
This is useful in the following case:
/// ATOM 43 N AALA P 4
/// ATOM 45 CA AALA P 4
/// ATOM 47 C AALA P 4
/// ATOM 48 O AALA P 4
/// ATOM 49 N APRO P 5
/// ATOM 50 CD APRO P 5
/// ATOM 53 CA APRO P 5
/// ATOM 55 CB APRO P 5
/// ATOM 58 CG APRO P 5
/// ATOM 61 C APRO P 5
/// ATOM 62 O APRO P 5
/// ATOM 550 CB AALA P 4
/// By default, the atom 550 will start a new residue instead of being joined with atoms 43-48 into one residue.
static const unsigned int NO_HETATMS [static] |
static const unsigned int PQR_FORMAT [static] |
static const unsigned int SKIP_FAULTY_RECORDS [static] |
static const unsigned int WRITE_MULTIPLE_MODELS [static] |
1.5.8