RDKit
Open-source cheminformatics and machine learning.
RDKit::MolDraw2DUtils::ContourParams Struct Reference

#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< DrawColourcolourMap
 

Detailed Description

Definition at line 79 of file MolDraw2DUtils.h.

Member Data Documentation

◆ colourMap

std::vector<DrawColour> RDKit::MolDraw2DUtils::ContourParams::colourMap
Initial value:
= {
{0.557, 0.004, 0.322, 0.5},
{1, 1, 1, 0.5},
{0.153, 0.392, 0.098, 0.5}}

Definition at line 88 of file MolDraw2DUtils.h.

◆ contourColour

DrawColour RDKit::MolDraw2DUtils::ContourParams::contourColour
Initial value:
= {0.5, 0.5, 0.5,
0.5}

Definition at line 86 of file MolDraw2DUtils.h.

◆ contourWidth

double RDKit::MolDraw2DUtils::ContourParams::contourWidth = 1.0

Definition at line 84 of file MolDraw2DUtils.h.

◆ dashNegative

bool RDKit::MolDraw2DUtils::ContourParams::dashNegative = true

Definition at line 81 of file MolDraw2DUtils.h.

◆ extraGridPadding

double RDKit::MolDraw2DUtils::ContourParams::extraGridPadding = 0.0

Definition at line 85 of file MolDraw2DUtils.h.

◆ fillGrid

bool RDKit::MolDraw2DUtils::ContourParams::fillGrid = false

Definition at line 82 of file MolDraw2DUtils.h.

◆ gridResolution

double RDKit::MolDraw2DUtils::ContourParams::gridResolution = 0.15

Definition at line 83 of file MolDraw2DUtils.h.

◆ setScale

bool RDKit::MolDraw2DUtils::ContourParams::setScale = true

Definition at line 80 of file MolDraw2DUtils.h.


The documentation for this struct was generated from the following file: