![]() |
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 79 of file MolDraw2DUtils.h.
std::vector<DrawColour> RDKit::MolDraw2DUtils::ContourParams::colourMap |
Definition at line 88 of file MolDraw2DUtils.h.
DrawColour RDKit::MolDraw2DUtils::ContourParams::contourColour |
Definition at line 86 of file MolDraw2DUtils.h.
double RDKit::MolDraw2DUtils::ContourParams::contourWidth = 1.0 |
Definition at line 84 of file MolDraw2DUtils.h.
bool RDKit::MolDraw2DUtils::ContourParams::dashNegative = true |
Definition at line 81 of file MolDraw2DUtils.h.
double RDKit::MolDraw2DUtils::ContourParams::extraGridPadding = 0.0 |
Definition at line 85 of file MolDraw2DUtils.h.
bool RDKit::MolDraw2DUtils::ContourParams::fillGrid = false |
Definition at line 82 of file MolDraw2DUtils.h.
double RDKit::MolDraw2DUtils::ContourParams::gridResolution = 0.15 |
Definition at line 83 of file MolDraw2DUtils.h.
bool RDKit::MolDraw2DUtils::ContourParams::setScale = true |
Definition at line 80 of file MolDraw2DUtils.h.