RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
RDKit::MolDraw2D_detail::DrawShapePolyLine Class Reference

#include <DrawShape.h>

Inheritance diagram for RDKit::MolDraw2D_detail::DrawShapePolyLine:
RDKit::MolDraw2D_detail::DrawShape

Public Member Functions

 DrawShapePolyLine (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, DashPattern dashPattern=noDash)
 
 DrawShapePolyLine (const DrawShapePolyLine &)=delete
 
 DrawShapePolyLine (DrawShapePolyLine &&)=delete
 
 ~DrawShapePolyLine ()=default
 
DrawShapePolyLineoperator= (const DrawShapePolyLine &)=delete
 
DrawShapePolyLineoperator= (DrawShapePolyLine &&)=delete
 
void myDraw (MolDraw2D &drawer) const override
 
bool doesRectClash (const StringRect &rect, double padding) const override
 
- Public Member Functions inherited from RDKit::MolDraw2D_detail::DrawShape
 DrawShape (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)
 
 DrawShape (const DrawShape &)=delete
 
 DrawShape (DrawShape &&)=delete
 
virtual ~DrawShape ()=default
 
DrawShapeoperator= (const DrawShape &)=delete
 
DrawShapeoperator= (DrawShape &&)=delete
 
void draw (MolDraw2D &drawer)
 
virtual void findExtremes (double &xmin, double &xmax, double &ymin, double &ymax) const
 
virtual void scale (const Point2D &scale_factor)
 
virtual void move (const Point2D &trans)
 

Public Attributes

DashPattern dashPattern_
 
- Public Attributes inherited from RDKit::MolDraw2D_detail::DrawShape
std::vector< Point2Dpoints_
 
double lineWidth_
 
bool scaleLineWidth_
 
DrawColour lineColour_
 
bool fill_
 
int atom1_
 
int atom2_
 
int bond_
 

Detailed Description

Definition at line 120 of file DrawShape.h.

Constructor & Destructor Documentation

◆ DrawShapePolyLine() [1/3]

RDKit::MolDraw2D_detail::DrawShapePolyLine::DrawShapePolyLine ( 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,
DashPattern dashPattern = noDash )

◆ DrawShapePolyLine() [2/3]

RDKit::MolDraw2D_detail::DrawShapePolyLine::DrawShapePolyLine ( const DrawShapePolyLine & )
delete

◆ DrawShapePolyLine() [3/3]

RDKit::MolDraw2D_detail::DrawShapePolyLine::DrawShapePolyLine ( DrawShapePolyLine && )
delete

◆ ~DrawShapePolyLine()

RDKit::MolDraw2D_detail::DrawShapePolyLine::~DrawShapePolyLine ( )
default

Member Function Documentation

◆ doesRectClash()

bool RDKit::MolDraw2D_detail::DrawShapePolyLine::doesRectClash ( const StringRect & rect,
double padding ) const
overridevirtual

◆ myDraw()

void RDKit::MolDraw2D_detail::DrawShapePolyLine::myDraw ( MolDraw2D & drawer) const
overridevirtual

◆ operator=() [1/2]

DrawShapePolyLine & RDKit::MolDraw2D_detail::DrawShapePolyLine::operator= ( const DrawShapePolyLine & )
delete

◆ operator=() [2/2]

DrawShapePolyLine & RDKit::MolDraw2D_detail::DrawShapePolyLine::operator= ( DrawShapePolyLine && )
delete

Member Data Documentation

◆ dashPattern_

DashPattern RDKit::MolDraw2D_detail::DrawShapePolyLine::dashPattern_

Definition at line 135 of file DrawShape.h.


The documentation for this class was generated from the following file: