![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <FileParsers.h>
Public Attributes | |
bool | sanitize = true |
bool | removeHs = true |
Mol2Type | variant = Mol2Type::CORINA |
bool | cleanupSubstructures |
Definition at line 268 of file FileParsers.h.
bool RDKit::v2::FileParsers::Mol2ParserParams::cleanupSubstructures |
toggles recognition and cleanup of common substructures
Definition at line 272 of file FileParsers.h.
remove Hs after constructing the molecule
Definition at line 270 of file FileParsers.h.
sanitize the molecule after building it
Definition at line 269 of file FileParsers.h.
Mol2Type RDKit::v2::FileParsers::Mol2ParserParams::variant = Mol2Type::CORINA |
the atom type definitions to use
Definition at line 271 of file FileParsers.h.