![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <DrawShape.h>
Public Attributes | |
| DrawColour | col2_ |
| bool | oneLessDash_ |
| std::vector< DrawColour > | lineColours_ |
| Point2D | at1Cds_ |
| Point2D | end1Cds_ |
| Point2D | end2Cds_ |
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 169 of file DrawShape.h.
| RDKit::MolDraw2D_detail::DrawShapeDashedWedge::DrawShapeDashedWedge | ( | const std::vector< Point2D > | points, |
| const DrawColour & | col1, | ||
| const DrawColour & | col2, | ||
| bool | oneLessDash = true, |
||
| double | lineWidth = 1.0, |
||
| int | atom1 = -1, |
||
| int | atom2 = -1, |
||
| int | bond = -1 |
||
| ) |
|
delete |
|
delete |
|
default |
| void RDKit::MolDraw2D_detail::DrawShapeDashedWedge::buildLines | ( | ) |
|
overridevirtual |
Reimplemented from RDKit::MolDraw2D_detail::DrawShape.
|
overridevirtual |
Reimplemented from RDKit::MolDraw2D_detail::DrawShape.
Reimplemented from RDKit::MolDraw2D_detail::DrawShape.
|
overridevirtual |
Implements RDKit::MolDraw2D_detail::DrawShape.
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from RDKit::MolDraw2D_detail::DrawShape.
| Point2D RDKit::MolDraw2D_detail::DrawShapeDashedWedge::at1Cds_ |
Definition at line 197 of file DrawShape.h.
| DrawColour RDKit::MolDraw2D_detail::DrawShapeDashedWedge::col2_ |
Definition at line 192 of file DrawShape.h.
| Point2D RDKit::MolDraw2D_detail::DrawShapeDashedWedge::end1Cds_ |
Definition at line 197 of file DrawShape.h.
| Point2D RDKit::MolDraw2D_detail::DrawShapeDashedWedge::end2Cds_ |
Definition at line 197 of file DrawShape.h.
| std::vector<DrawColour> RDKit::MolDraw2D_detail::DrawShapeDashedWedge::lineColours_ |
Definition at line 194 of file DrawShape.h.
| bool RDKit::MolDraw2D_detail::DrawShapeDashedWedge::oneLessDash_ |
Definition at line 193 of file DrawShape.h.