![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <RDGeneral/export.h>
#include <vector>
#include <Geometry/point.h>
#include <GraphMol/RDKitBase.h>
#include <boost/tuple/tuple.hpp>
Go to the source code of this file.
Namespaces | |
RDKit | |
Std stuff. | |
RDKit::MolDraw2D_detail | |
Functions | |
RDKIT_MOLDRAW2D_EXPORT void | RDKit::MolDraw2D_detail::arcPoints (const Point2D &cds1, const Point2D &cds2, std::vector< Point2D > &res, float startAng=0, float extent=360) |
RDKIT_MOLDRAW2D_EXPORT void | RDKit::MolDraw2D_detail::addStereoAnnotation (const ROMol &mol) |
add R/S and E/Z annotation to atoms and bonds respectively. More... | |
RDKIT_MOLDRAW2D_EXPORT void | RDKit::MolDraw2D_detail::addAtomIndices (const ROMol &mol) |
add annotations with atom indices. More... | |
RDKIT_MOLDRAW2D_EXPORT void | RDKit::MolDraw2D_detail::addBondIndices (const ROMol &mol) |
add annotations with bond indices. More... | |
Variables | |
const int | RDKit::MolDraw2D_detail::char_widths [] |