BALL::PDBFile::Default Struct Reference

#include <BALL/FORMAT/PDBFile.h>

List of all members.


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

Detailed Description

Default values for PDBFile options.


Member Data Documentation

Default model to read from file. 0 - read the first model from the file

See also:
Option::CHOOSE_MODEL

Ignore XPLOR pseudo atoms. true -- skip them.

Parse partial charges. false -- stick to the standard.

Store skipped records in info. true -- store everything we cannot interpret.

Default for strict line checking option. false - don't check lines lengths.

See also:
Option::STRICT_LINE_CHECKING

Default verbosity level. 0 - shut up!

See also:
Option::VERBOSITY