#include <PDBFile.h>
Static Public Attributes | |
const char * | VERBOSITY |
The verbosity level. | |
const char * | STRICT_LINE_CHECKING |
Enable strict line checking. | |
const char * | CHOOSE_MODEL |
Choose a model. | |
const char * | STORE_SKIPPED_RECORDS |
Store skipped records in info. | |
const char * | IGNORE_XPLOR_PSEUDO_ATOMS |
Ignore XPLOR pseudo atoms. | |
const char * | PARSE_PARTIAL_CHARGES |
Parse partial charges in columns 76-80. |
This struct contains a symbolic name for each recognized key in PDBFile::options.
|
Choose a model. If a PDB file contains several models, choose the model you want to have read via this option. Default is the first model appearing, denoted by Index 0. If you want to read all models, choose index -1.
|
|
Ignore XPLOR pseudo atoms. If this option is set XPLOR pseudo atoms (recognized by their x/y/z coordinates of 9999.0) will be dropped.
|
|
Parse partial charges in columns 76-80. Some variants of PDB like to store atom partial charges in these columns (according to the standard, these columns contain the element symbol and formal charges). |
|
Store skipped records in info. If this option is set, all unparsed records will end up in the skipped record list of info.
|
|
Enable strict line checking. [Not yet implemented] This option turns line checking on or off. Line checking is a very simple test for the correct length of input lines. The default is to keep line checking turned off.
|
|
The verbosity level. Use integer values with this option. 0 = terse
|