#include <BALL/FORMAT/PDBFile.h>
Static Public Attributes | |
static const Index | VERBOSITY |
static const bool | STRICT_LINE_CHECKING |
static const Index | CHOOSE_MODEL |
static const bool | STORE_SKIPPED_RECORDS |
static const bool | IGNORE_XPLOR_PSEUDO_ATOMS |
static const bool | PARSE_PARTIAL_CHARGES |
Default values for PDBFile options.
const Index BALL::PDBFile::Default::CHOOSE_MODEL [static] |
Default model to read from file. 0 - read the first model from the file
const bool BALL::PDBFile::Default::IGNORE_XPLOR_PSEUDO_ATOMS [static] |
Ignore XPLOR pseudo atoms. true -- skip them.
const bool BALL::PDBFile::Default::PARSE_PARTIAL_CHARGES [static] |
Parse partial charges. false -- stick to the standard.
const bool BALL::PDBFile::Default::STORE_SKIPPED_RECORDS [static] |
Store skipped records in info. true -- store everything we cannot interpret.
const bool BALL::PDBFile::Default::STRICT_LINE_CHECKING [static] |
Default for strict line checking option. false - don't check lines lengths.
const Index BALL::PDBFile::Default::VERBOSITY [static] |
Default verbosity level. 0 - shut up!