RDKit
Open-source cheminformatics and machine learning.
|
#include <DrawShape.h>
Public Attributes | |
DrawColour | col2_ |
double | offset_ |
Public Attributes inherited from RDKit::MolDraw2D_detail::DrawShape | |
std::vector< Point2D > | points_ |
double | lineWidth_ |
bool | scaleLineWidth_ |
DrawColour | lineColour_ |
bool | fill_ |
int | atom1_ |
int | atom2_ |
int | bond_ |
Definition at line 200 of file DrawShape.h.
RDKit::MolDraw2D_detail::DrawShapeWavyLine::DrawShapeWavyLine | ( | const std::vector< Point2D > | points, |
double | lineWidth = 2.0 , |
||
bool | scaleLineWidth = false , |
||
const DrawColour & | col1 = DrawColour(0, 0, 0) , |
||
const DrawColour & | col2 = DrawColour(0, 0, 0) , |
||
double | offset = 0.05 , |
||
int | atom1 = -1 , |
||
int | atom2 = -1 , |
||
int | bond = -1 |
||
) |
|
delete |
|
delete |
|
default |
|
overridevirtual |
Reimplemented from RDKit::MolDraw2D_detail::DrawShape.
Implements RDKit::MolDraw2D_detail::DrawShape.
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from RDKit::MolDraw2D_detail::DrawShape.
DrawColour RDKit::MolDraw2D_detail::DrawShapeWavyLine::col2_ |
Definition at line 217 of file DrawShape.h.
double RDKit::MolDraw2D_detail::DrawShapeWavyLine::offset_ |
Definition at line 218 of file DrawShape.h.