![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Geometry/point.h>Go to the source code of this file.
Classes | |
| struct | RDKit::DrawColour |
| struct | RDKit::MolDrawOptions |
Namespaces | |
| namespace | RDKit |
| Std stuff. | |
| namespace | RDKit::MolDraw2D_detail |
Typedefs | |
| typedef std::map< int, DrawColour > | RDKit::ColourPalette |
| typedef std::vector< double > | RDKit::DashPattern |
Enumerations | |
| enum class | RDKit::MolDraw2D_detail::OrientType : unsigned char { RDKit::MolDraw2D_detail::C = 0 , RDKit::MolDraw2D_detail::N , RDKit::MolDraw2D_detail::E , RDKit::MolDraw2D_detail::S , RDKit::MolDraw2D_detail::W } |
| enum class | RDKit::MolDraw2D_detail::TextAlignType : unsigned char { RDKit::MolDraw2D_detail::MIDDLE = 0 , RDKit::MolDraw2D_detail::START , RDKit::MolDraw2D_detail::END } |
Functions | |
| void | RDKit::assignDefaultPalette (ColourPalette &palette) |
| use the RDKit's default palette r More... | |
| void | RDKit::assignAvalonPalette (ColourPalette &palette) |
| use the color palette from the Avalon renderer More... | |
| void | RDKit::assignCDKPalette (ColourPalette &palette) |
| use (part of) the CDK color palette More... | |
| void | RDKit::assignDarkModePalette (ColourPalette &palette) |
| void | RDKit::assignBWPalette (ColourPalette &palette) |
Variables | |
| static const double | RDKit::lineWidthScaleFactor = 0.02 |