![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <FileParsers.h>
Public Attributes | |
bool | sanitize = true |
bool | removeHs = true |
bool | strictParsing = true |
bool | expandAttachmentPoints |
bool | parsingSCSRMol = false |
Definition at line 48 of file FileParsers.h.
bool RDKit::v2::FileParsers::MolFileParserParams::expandAttachmentPoints |
toggle conversion of attachment points into dummy atoms
Definition at line 53 of file FileParsers.h.
if true, we are parsing a SCSR mol file
Definition at line 55 of file FileParsers.h.
remove Hs after constructing the molecule
Definition at line 50 of file FileParsers.h.
Referenced by RDKit::v1::ForwardSDMolSupplier::ForwardSDMolSupplier(), RDKit::v1::SDMolSupplier::SDMolSupplier(), RDKit::v1::SDMolSupplier::SDMolSupplier(), RDKit::v1::SDMolSupplier::setData(), and RDKit::v1::SDMolSupplier::setData().
sanitize the molecule after building it
Definition at line 49 of file FileParsers.h.
Referenced by RDKit::FileParserUtils::finishMolProcessing(), RDKit::v1::ForwardSDMolSupplier::ForwardSDMolSupplier(), RDKit::GeneralMolSupplier::getSupplier(), RDKit::v1::SDMolSupplier::SDMolSupplier(), RDKit::v1::SDMolSupplier::SDMolSupplier(), RDKit::v1::SDMolSupplier::setData(), and RDKit::v1::SDMolSupplier::setData().
if set to false, the parser is more lax about correctness of the contents.
Definition at line 51 of file FileParsers.h.
Referenced by RDKit::v1::ForwardSDMolSupplier::ForwardSDMolSupplier(), RDKit::v1::SDMolSupplier::SDMolSupplier(), RDKit::v1::SDMolSupplier::SDMolSupplier(), and RDKit::v1::SDMolSupplier::setData().