![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <MolDraw2D.h>
Public Member Functions | |
MolDrawOptions () | |
Public Attributes | |
bool | atomLabelDeuteriumTritium |
bool | dummiesAreAttachments |
bool | circleAtoms |
DrawColour | highlightColour |
bool | continuousHighlight |
bool | fillHighlights |
int | flagCloseContactsDist |
bool | includeAtomTags |
bool | clearBackground |
DrawColour | backgroundColour |
int | legendFontSize |
DrawColour | legendColour |
double | multipleBondOffset |
double | padding |
double | additionalAtomLabelPadding |
std::map< int, std::string > | atomLabels |
std::vector< std::vector< int > > | atomRegions |
DrawColour | symbolColour |
std::vector< DrawColour > | highlightColourPalette |
ColourPalette | atomColourPalette |
Definition at line 63 of file MolDraw2D.h.
|
inline |
Definition at line 100 of file MolDraw2D.h.
References RDKit::assignDefaultPalette().
double RDKit::MolDrawOptions::additionalAtomLabelPadding |
Definition at line 86 of file MolDraw2D.h.
ColourPalette RDKit::MolDrawOptions::atomColourPalette |
Definition at line 96 of file MolDraw2D.h.
bool RDKit::MolDrawOptions::atomLabelDeuteriumTritium |
Definition at line 64 of file MolDraw2D.h.
std::map<int, std::string> RDKit::MolDrawOptions::atomLabels |
Definition at line 89 of file MolDraw2D.h.
std::vector<std::vector<int> > RDKit::MolDrawOptions::atomRegions |
Definition at line 90 of file MolDraw2D.h.
DrawColour RDKit::MolDrawOptions::backgroundColour |
Definition at line 79 of file MolDraw2D.h.
bool RDKit::MolDrawOptions::circleAtoms |
Definition at line 66 of file MolDraw2D.h.
bool RDKit::MolDrawOptions::clearBackground |
Definition at line 76 of file MolDraw2D.h.
bool RDKit::MolDrawOptions::continuousHighlight |
Definition at line 68 of file MolDraw2D.h.
bool RDKit::MolDrawOptions::dummiesAreAttachments |
Definition at line 65 of file MolDraw2D.h.
bool RDKit::MolDrawOptions::fillHighlights |
Definition at line 70 of file MolDraw2D.h.
int RDKit::MolDrawOptions::flagCloseContactsDist |
Definition at line 72 of file MolDraw2D.h.
DrawColour RDKit::MolDrawOptions::highlightColour |
Definition at line 67 of file MolDraw2D.h.
std::vector<DrawColour> RDKit::MolDrawOptions::highlightColourPalette |
Definition at line 93 of file MolDraw2D.h.
bool RDKit::MolDrawOptions::includeAtomTags |
Definition at line 74 of file MolDraw2D.h.
DrawColour RDKit::MolDrawOptions::legendColour |
Definition at line 82 of file MolDraw2D.h.
int RDKit::MolDrawOptions::legendFontSize |
Definition at line 80 of file MolDraw2D.h.
double RDKit::MolDrawOptions::multipleBondOffset |
Definition at line 83 of file MolDraw2D.h.
double RDKit::MolDrawOptions::padding |
Definition at line 85 of file MolDraw2D.h.
DrawColour RDKit::MolDrawOptions::symbolColour |
Definition at line 92 of file MolDraw2D.h.