![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <MolDraw2DUtils.h>
Public Attributes | |
bool | setScale = true |
bool | dashNegative = true |
bool | fillGrid = false |
double | gridResolution = 0.15 |
double | contourWidth = 1.0 |
double | extraGridPadding = 0.0 |
DrawColour | contourColour |
std::vector< DrawColour > | colourMap |
Definition at line 85 of file MolDraw2DUtils.h.
std::vector<DrawColour> RDKit::MolDraw2DUtils::ContourParams::colourMap |
Definition at line 94 of file MolDraw2DUtils.h.
DrawColour RDKit::MolDraw2DUtils::ContourParams::contourColour |
Definition at line 92 of file MolDraw2DUtils.h.
double RDKit::MolDraw2DUtils::ContourParams::contourWidth = 1.0 |
Definition at line 90 of file MolDraw2DUtils.h.
bool RDKit::MolDraw2DUtils::ContourParams::dashNegative = true |
Definition at line 87 of file MolDraw2DUtils.h.
double RDKit::MolDraw2DUtils::ContourParams::extraGridPadding = 0.0 |
Definition at line 91 of file MolDraw2DUtils.h.
bool RDKit::MolDraw2DUtils::ContourParams::fillGrid = false |
Definition at line 88 of file MolDraw2DUtils.h.
double RDKit::MolDraw2DUtils::ContourParams::gridResolution = 0.15 |
Definition at line 89 of file MolDraw2DUtils.h.
bool RDKit::MolDraw2DUtils::ContourParams::setScale = true |
Definition at line 86 of file MolDraw2DUtils.h.