![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <RDGeneral/export.h>#include <vector>#include <Geometry/point.h>#include <GraphMol/RDKitBase.h>#include <GraphMol/ChemReactions/Reaction.h>Go to the source code of this file.
Classes | |
| struct | RDKit::DrawColour |
| struct | RDKit::StringRect |
| struct | RDKit::MolDrawOptions |
| class | RDKit::MolDraw2D |
| MolDraw2D is the base class for doing 2D renderings of molecules. More... | |
Namespaces | |
| RDKit | |
| Std stuff. | |
Typedefs | |
| typedef std::map< int, DrawColour > | RDKit::ColourPalette |
| typedef std::vector< unsigned int > | RDKit::DashPattern |
Functions | |
| void | RDKit::assignDefaultPalette (ColourPalette &palette) |
| void | RDKit::assignBWPalette (ColourPalette &palette) |
| RDKIT_MOLDRAW2D_EXPORT bool | RDKit::doLinesIntersect (const Point2D &l1s, const Point2D &l1f, const Point2D &l2s, const Point2D &l2f, Point2D *ip=nullptr) |
| RDKIT_MOLDRAW2D_EXPORT bool | RDKit::doesLineIntersectLabel (const Point2D &ls, const Point2D &lf, const StringRect &lab_rect, double padding=0.0) |