![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <MolDraw2D.h>
Public Member Functions | |
StringRect () | |
StringRect (const Point2D &in_cds) | |
void | calcCorners (Point2D &tl, Point2D &tr, Point2D &br, Point2D &bl) const |
bool | doesItIntersect (const StringRect &other) const |
Public Attributes | |
Point2D | centre_ |
double | width_ |
double | height_ |
int | clash_score_ |
Definition at line 65 of file MolDraw2D.h.
|
inline |
Definition at line 70 of file MolDraw2D.h.
|
inline |
Definition at line 72 of file MolDraw2D.h.
|
inline |
Definition at line 75 of file MolDraw2D.h.
References centre_, height_, width_, RDGeom::Point2D::x, and RDGeom::Point2D::y.
|
inline |
Definition at line 83 of file MolDraw2D.h.
References centre_, height_, width_, RDGeom::Point2D::x, and RDGeom::Point2D::y.
Point2D RDKit::StringRect::centre_ |
Definition at line 66 of file MolDraw2D.h.
Referenced by calcCorners(), and doesItIntersect().
int RDKit::StringRect::clash_score_ |
Definition at line 68 of file MolDraw2D.h.
double RDKit::StringRect::height_ |
Definition at line 67 of file MolDraw2D.h.
Referenced by calcCorners(), and doesItIntersect().
double RDKit::StringRect::width_ |
Definition at line 67 of file MolDraw2D.h.
Referenced by calcCorners(), and doesItIntersect().