RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::v2::FileParsers::MolFileParserParams Struct Reference

#include <FileParsers.h>

Public Attributes

bool sanitize = true
 
bool removeHs = true
 
bool strictParsing = true
 
bool expandAttachmentPoints
 

Detailed Description

Definition at line 48 of file FileParsers.h.

Member Data Documentation

◆ expandAttachmentPoints

bool RDKit::v2::FileParsers::MolFileParserParams::expandAttachmentPoints
Initial value:
=
false

toggle conversion of attachment points into dummy atoms

Definition at line 53 of file FileParsers.h.

◆ removeHs

bool RDKit::v2::FileParsers::MolFileParserParams::removeHs = true

◆ sanitize

◆ strictParsing

bool RDKit::v2::FileParsers::MolFileParserParams::strictParsing = true

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().


The documentation for this struct was generated from the following file: