RDKit
Open-source cheminformatics and machine learning.
|
#include <DrawShape.h>
Public Attributes | |
DrawColour | col2_ |
bool | splitBonds_ |
std::vector< Point2D > | otherBondVecs_ |
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 138 of file DrawShape.h.
RDKit::MolDraw2D_detail::DrawShapeSolidWedge::DrawShapeSolidWedge | ( | const std::vector< Point2D > | points, |
const DrawColour & | col1, | ||
const DrawColour & | col2, | ||
bool | splitBonds, | ||
std::vector< Point2D > & | otherBondVecs, | ||
double | lineWidth = 1.0 , |
||
int | atom1 = -1 , |
||
int | atom2 = -1 , |
||
int | bond = -1 |
||
) |
|
delete |
|
delete |
|
default |
void RDKit::MolDraw2D_detail::DrawShapeSolidWedge::buildSingleColorTriangles | ( | ) |
void RDKit::MolDraw2D_detail::DrawShapeSolidWedge::buildTriangles | ( | ) |
void RDKit::MolDraw2D_detail::DrawShapeSolidWedge::buildTwoColorTriangles | ( | ) |
|
overridevirtual |
Reimplemented from RDKit::MolDraw2D_detail::DrawShape.
|
overridevirtual |
Implements RDKit::MolDraw2D_detail::DrawShape.
|
delete |
|
delete |
void RDKit::MolDraw2D_detail::DrawShapeSolidWedge::orderOtherBondVecs | ( | ) |
void RDKit::MolDraw2D_detail::DrawShapeSolidWedge::trimOtherBondVecs | ( | ) |
DrawColour RDKit::MolDraw2D_detail::DrawShapeSolidWedge::col2_ |
Definition at line 164 of file DrawShape.h.
std::vector<Point2D> RDKit::MolDraw2D_detail::DrawShapeSolidWedge::otherBondVecs_ |
Definition at line 166 of file DrawShape.h.
bool RDKit::MolDraw2D_detail::DrawShapeSolidWedge::splitBonds_ |
Definition at line 165 of file DrawShape.h.