![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <point.h>
Public Member Functions | |
virtual | ~Point () |
virtual double | operator[] (unsigned int i) const =0 |
virtual double & | operator[] (unsigned int i)=0 |
virtual void | normalize ()=0 |
virtual double | length () const =0 |
virtual double | lengthSq () const =0 |
virtual unsigned int | dimension () const =0 |
virtual Point * | copy () const =0 |
|
pure virtual |
Implemented in RDGeom::PointND, RDGeom::Point2D, and RDGeom::Point3D.
|
pure virtual |
Implemented in RDGeom::PointND, RDGeom::Point2D, and RDGeom::Point3D.
|
pure virtual |
Implemented in RDGeom::PointND, RDGeom::Point2D, and RDGeom::Point3D.
|
pure virtual |
Implemented in RDGeom::PointND, RDGeom::Point2D, and RDGeom::Point3D.
|
pure virtual |
Implemented in RDGeom::PointND, RDGeom::Point2D, and RDGeom::Point3D.
|
pure virtual |
Implemented in RDGeom::PointND, RDGeom::Point2D, and RDGeom::Point3D.
|
pure virtual |
Implemented in RDGeom::PointND, RDGeom::Point2D, and RDGeom::Point3D.