![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <DrawShape.h>
Public Attributes | |
double | frac_ |
double | angle_ |
Point2D | origPts_ [4] {{0.0, 0.0}, {0.0, 0.0}, {0.0, 0.0}, {0.0, 0.0}} |
![]() | |
std::vector< Point2D > | points_ |
double | lineWidth_ |
bool | scaleLineWidth_ |
DrawColour | lineColour_ |
bool | fill_ |
int | atom1_ |
int | atom2_ |
int | bond_ |
Definition at line 63 of file DrawShape.h.
RDKit::MolDraw2D_detail::DrawShapeArrow::DrawShapeArrow | ( | const std::vector< Point2D > & | points, |
double | lineWidth = 2.0 , |
||
bool | scaleLineWidth = false , |
||
DrawColour | lineColour = DrawColour(0, 0, 0) , |
||
bool | fill = false , |
||
int | atom1 = -1 , |
||
int | atom2 = -1 , |
||
int | bond = -1 , |
||
double | frac = 0.2 , |
||
double | angle = M_PI/6 |
||
) |
|
delete |
|
delete |
|
overridedefault |
|
overridevirtual |
Reimplemented from RDKit::MolDraw2D_detail::DrawShape.
|
overridevirtual |
Reimplemented from RDKit::MolDraw2D_detail::DrawShape.
Reimplemented from RDKit::MolDraw2D_detail::DrawShape.
Implements RDKit::MolDraw2D_detail::DrawShape.
|
delete |
|
delete |
Reimplemented from RDKit::MolDraw2D_detail::DrawShape.
double RDKit::MolDraw2D_detail::DrawShapeArrow::angle_ |
Definition at line 83 of file DrawShape.h.
double RDKit::MolDraw2D_detail::DrawShapeArrow::frac_ |
Definition at line 82 of file DrawShape.h.
Point2D RDKit::MolDraw2D_detail::DrawShapeArrow::origPts_[4] {{0.0, 0.0}, {0.0, 0.0}, {0.0, 0.0}, {0.0, 0.0}} |
Definition at line 84 of file DrawShape.h.