Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

PDBFile::Default Struct Reference

Default values for PDBFile options. More...

#include <PDBFile.h>

List of all members.

Static Public Attributes

const Index VERBOSITY
 Default verbosity level.
const bool STRICT_LINE_CHECKING
 Default for strict line checking option.
const Index CHOOSE_MODEL
 Default model to read from file.
const bool STORE_SKIPPED_RECORDS
 Store skipped records in info.
const bool IGNORE_XPLOR_PSEUDO_ATOMS
 Ignore XPLOR pseudo atoms.
const bool PARSE_PARTIAL_CHARGES
 Parse partial charges.


Detailed Description

Default values for PDBFile options.


Member Data Documentation

const Index PDBFile::Default::CHOOSE_MODEL [static]
 

Default model to read from file.

0 - read the first model from the file

See also:
Option::CHOOSE_MODEL

const bool PDBFile::Default::IGNORE_XPLOR_PSEUDO_ATOMS [static]
 

Ignore XPLOR pseudo atoms.

true -- skip them.

const bool PDBFile::Default::PARSE_PARTIAL_CHARGES [static]
 

Parse partial charges.

false -- stick to the standard.

const bool PDBFile::Default::STORE_SKIPPED_RECORDS [static]
 

Store skipped records in info.

true -- store everything we cannot interpret.

const bool PDBFile::Default::STRICT_LINE_CHECKING [static]
 

Default for strict line checking option.

false - don't check lines lengths.

See also:
Option::STRICT_LINE_CHECKING

const Index PDBFile::Default::VERBOSITY [static]
 

Default verbosity level.

0 - shut up!

See also:
Option::VERBOSITY