#include <PDBFile.h>
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. |
|
Default model to read from file. 0 - read the first model from the file
|
|
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.
|
|
Default verbosity level. 0 - shut up!
|