![]() |
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 |
| bool | drawAsLines |
| double | coordScaleForQuantization |
| double | isovalScaleForQuantization |
| bool | useFillThreshold |
| double | fillThreshold = 0.01 |
| bool | fillThresholdIsFraction = true |
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.
| double RDKit::MolDraw2DUtils::ContourParams::coordScaleForQuantization |
Definition at line 100 of file MolDraw2DUtils.h.
| bool RDKit::MolDraw2DUtils::ContourParams::dashNegative = true |
Definition at line 87 of file MolDraw2DUtils.h.
| bool RDKit::MolDraw2DUtils::ContourParams::drawAsLines |
Definition at line 98 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::fillThreshold = 0.01 |
Definition at line 108 of file MolDraw2DUtils.h.
| bool RDKit::MolDraw2DUtils::ContourParams::fillThresholdIsFraction = true |
Definition at line 109 of file MolDraw2DUtils.h.
| double RDKit::MolDraw2DUtils::ContourParams::gridResolution = 0.15 |
Definition at line 89 of file MolDraw2DUtils.h.
| double RDKit::MolDraw2DUtils::ContourParams::isovalScaleForQuantization |
Definition at line 103 of file MolDraw2DUtils.h.
| bool RDKit::MolDraw2DUtils::ContourParams::setScale = true |
Definition at line 86 of file MolDraw2DUtils.h.
| bool RDKit::MolDraw2DUtils::ContourParams::useFillThreshold |
Definition at line 106 of file MolDraw2DUtils.h.