![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <DrawShape.h>
Public Attributes | |
| DashPattern | dashPattern_ |
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 102 of file DrawShape.h.
| RDKit::MolDraw2D_detail::DrawShapeSimpleLine::DrawShapeSimpleLine | ( | const std::vector< Point2D > & | points, |
| double | lineWidth = 2.0, |
||
| bool | scaleLineWidth = false, |
||
| DrawColour | lineColour = DrawColour(0, 0, 0), |
||
| int | atom1 = -1, |
||
| int | atom2 = -1, |
||
| int | bond = -1, |
||
| DashPattern | dashPattern = noDash |
||
| ) |
|
delete |
|
delete |
|
default |
|
overridevirtual |
Reimplemented from RDKit::MolDraw2D_detail::DrawShape.
|
overridevirtual |
Implements RDKit::MolDraw2D_detail::DrawShape.
|
delete |
|
delete |
| DashPattern RDKit::MolDraw2D_detail::DrawShapeSimpleLine::dashPattern_ |
Definition at line 117 of file DrawShape.h.