![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Functions | |
| RDKIT_MOLDRAW2D_EXPORT void | prepareMolForDrawing (RWMol &mol, bool kekulize=true, bool addChiralHs=true, bool wedgeBonds=true, bool forceCoords=false) |
| Does some cleanup operations on the molecule to prepare it to draw nicely. More... | |
| RDKIT_MOLDRAW2D_EXPORT void | updateDrawerParamsFromJSON (MolDraw2D &drawer, const char *json) |
| RDKIT_MOLDRAW2D_EXPORT void | updateDrawerParamsFromJSON (MolDraw2D &drawer, const std::string &json) |
| RDKIT_MOLDRAW2D_EXPORT void RDKit::MolDraw2DUtils::prepareMolForDrawing | ( | RWMol & | mol, |
| bool | kekulize = true, |
||
| bool | addChiralHs = true, |
||
| bool | wedgeBonds = true, |
||
| bool | forceCoords = false |
||
| ) |
Does some cleanup operations on the molecule to prepare it to draw nicely.
| RDKIT_MOLDRAW2D_EXPORT void RDKit::MolDraw2DUtils::updateDrawerParamsFromJSON | ( | MolDraw2D & | drawer, |
| const char * | json | ||
| ) |
| RDKIT_MOLDRAW2D_EXPORT void RDKit::MolDraw2DUtils::updateDrawerParamsFromJSON | ( | MolDraw2D & | drawer, |
| const std::string & | json | ||
| ) |