![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Conrec.h>
Public Member Functions | |
| ConrecSegment (double x1, double y1, double x2, double y2, double isoVal) | |
| ConrecSegment (const RDGeom::Point2D &p1, const RDGeom::Point2D &p2, double isoVal) | |
Public Attributes | |
| RDGeom::Point2D | p1 |
| RDGeom::Point2D | p2 |
| double | isoVal |
|
inline |
|
inline |
| double conrec::ConrecSegment::isoVal |
Definition at line 25 of file Conrec.h.
Referenced by ConrecSegment(), and ConrecSegment().
| RDGeom::Point2D conrec::ConrecSegment::p1 |
Definition at line 23 of file Conrec.h.
Referenced by ConrecSegment(), and ConrecSegment().
| RDGeom::Point2D conrec::ConrecSegment::p2 |
Definition at line 24 of file Conrec.h.
Referenced by ConrecSegment(), and ConrecSegment().