![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <FileParsers.h>
Public Attributes | |
| bool | sanitize = true |
| bool | removeHs = true |
| bool | proximityBonding = true |
| unsigned int | flavor = 0 |
Definition at line 409 of file FileParsers.h.
| unsigned int RDKit::v2::FileParsers::PDBParserParams::flavor = 0 |
flavor to use
Definition at line 414 of file FileParsers.h.
| bool RDKit::v2::FileParsers::PDBParserParams::proximityBonding = true |
if set to true, proximity bonding will be performed
Definition at line 412 of file FileParsers.h.
| bool RDKit::v2::FileParsers::PDBParserParams::removeHs = true |
remove Hs after constructing the molecule
Definition at line 411 of file FileParsers.h.
| bool RDKit::v2::FileParsers::PDBParserParams::sanitize = true |
sanitize the molecule after building it
Definition at line 410 of file FileParsers.h.