![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <MolDraw2D.h>
Public Member Functions | |
MolDrawOptions () | |
Public Attributes | |
bool | dummiesAreAttachments |
bool | circleAtoms |
DrawColour | highlightColour |
bool | continuousHighlight |
int | flagCloseContactsDist |
bool | includeAtomTags |
std::map< int, std::string > | atomLabels |
std::vector< std::vector< int > > | atomRegions |
Definition at line 40 of file MolDraw2D.h.
|
inline |
Definition at line 50 of file MolDraw2D.h.
std::map<int,std::string> RDKit::MolDrawOptions::atomLabels |
Definition at line 47 of file MolDraw2D.h.
std::vector<std::vector<int> > RDKit::MolDrawOptions::atomRegions |
Definition at line 48 of file MolDraw2D.h.
bool RDKit::MolDrawOptions::circleAtoms |
Definition at line 42 of file MolDraw2D.h.
bool RDKit::MolDrawOptions::continuousHighlight |
Definition at line 44 of file MolDraw2D.h.
bool RDKit::MolDrawOptions::dummiesAreAttachments |
Definition at line 41 of file MolDraw2D.h.
int RDKit::MolDrawOptions::flagCloseContactsDist |
Definition at line 45 of file MolDraw2D.h.
DrawColour RDKit::MolDrawOptions::highlightColour |
Definition at line 43 of file MolDraw2D.h.
bool RDKit::MolDrawOptions::includeAtomTags |
Definition at line 46 of file MolDraw2D.h.