16 #ifndef RDKIT_DRAWMOLMCH_H
17 #define RDKIT_DRAWMOLMCH_H
23 namespace MolDraw2D_detail {
53 const std::map<
int, std::vector<DrawColour>> &highlight_atom_map,
54 const std::map<
int, std::vector<DrawColour>> &highlight_bond_map,
55 const std::map<int, double> &highlight_radii,
56 const std::map<int, int> &highlight_linewidth_multipliers,
69 double &yradius)
const;
const std::map< int, std::vector< DrawColour > > mcHighlightAtomMap_
DrawMolMCH(const ROMol &mol, const std::string &legend, int width, int height, MolDrawOptions &drawOptions, DrawText &textDrawer, const std::map< int, std::vector< DrawColour >> &highlight_atom_map, const std::map< int, std::vector< DrawColour >> &highlight_bond_map, const std::map< int, double > &highlight_radii, const std::map< int, int > &highlight_linewidth_multipliers, int confId=-1)
void extractHighlights() override
DrawMolMCH(DrawMol &&)=delete
DrawMolMCH(const DrawMol &)=delete
DrawMolMCH & operator=(DrawMol &&)=delete
DrawMolMCH & operator=(const DrawMol &)=delete
const std::map< int, std::vector< DrawColour > > & mcHighlightBondMap_
void makeBondHighlights()
void makeAtomHighlights()
void adjustLineEndForHighlight(int at_idx, Point2D p1, Point2D &p2) const
void extractMCHighlights()
const std::map< int, int > & highlightLinewidthMultipliers_
void calcSymbolEllipse(unsigned int atomIdx, Point2D ¢re, double &xradius, double &yradius) const