RDKit
Open-source cheminformatics and machine learning.
|
#include <FileWriters.h>
Public Attributes | |
bool | includeStereo = true |
bool | kekulize = true |
bool | forceV3000 = false |
unsigned int | precision = 6 |
Definition at line 21 of file FileWriters.h.
force generation a V3000 mol block (happens automatically with more than 999 atoms or bonds)
Definition at line 26 of file FileWriters.h.
Referenced by RDKit::MolToV3KMolBlock(), and RDKit::MolToV3KMolFile().
toggles inclusion of stereochemistry information
Definition at line 22 of file FileWriters.h.
triggers kekulization of the molecule before it is written
Definition at line 24 of file FileWriters.h.
precision of coordinates (only available in V3000)
Definition at line 29 of file FileWriters.h.