Searched refs:PointND (Results 1 – 9 of 9) sorted by relevance
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/Geometry/ |
H A D | point.h | 411 PointND(const PointND &other) : Point(other) { in PointND() function 435 ~PointND() {} in ~PointND() 451 PointND &operator=(const PointND &other) { 460 PointND &operator+=(const PointND &other) { 465 PointND &operator-=(const PointND &other) { 480 PointND directionVector(const PointND &other) { in directionVector() 483 PointND np(other); in directionVector() 563 RDKIT_RDGEOMETRYLIB_EXPORT RDGeom::PointND operator+(const RDGeom::PointND &p1, 565 RDKIT_RDGEOMETRYLIB_EXPORT RDGeom::PointND operator-(const RDGeom::PointND &p1, 567 RDKIT_RDGEOMETRYLIB_EXPORT RDGeom::PointND operator*(const RDGeom::PointND &p1, [all …]
|
H A D | point.cpp | 116 PointND operator+(const PointND& p1, const PointND& p2) { in operator +() 123 PointND res(dim); in operator +() 129 PointND operator-(const PointND& p1, const PointND& p2) { in operator -() 136 PointND res(dim); in operator -() 143 PointND operator*(const PointND& p1, double v) { in operator *() 144 PointND res(p1.dimension()); in operator *() 151 PointND operator/(const PointND& p1, double v) { in operator /() 152 PointND res(p1.dimension()); in operator /()
|
H A D | testTransforms.cpp | 42 PointND pt(5); in testPointND() 60 PointND pt2(pt); in testPointND()
|
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/Geometry/Wrap/ |
H A D | Point.cpp | 32 static python::tuple getstate(RDGeom::PointND const &pt) { in getstate() 62 double pointNdGetItem(const PointND &self, int idx) { in pointNdGetItem() 72 double pointNdSetItem(PointND &self, int idx, double val) { in pointNdSetItem() 226 .def("__len__", &PointND::dimension) in wrap() 227 .def("__iadd__", &PointND::operator+=, in wrap() 230 .def("__isub__", &PointND::operator-=, in wrap() 247 .def("__imul__", &PointND::operator*=, in wrap() 250 .def("__idiv__", &PointND::operator/=, in wrap() 253 .def("Normalize", &PointND::normalize, in wrap() 259 .def("DotProduct", &PointND::dotProduct, in wrap() [all …]
|
H A D | testGeometry.py | 151 pt = geom.PointND(4) 165 pt2 = geom.PointND(4)
|
/dports/science/yoda/YODA-1.9.1/include/YODA/ |
H A D | Makefile.am | 19 ScatterND.h PointND.h ErrorND.h \
|
H A D | Makefile.in | 352 ScatterND.h PointND.h ErrorND.h \
|
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/DistGeomHelpers/ |
H A D | Embedder.cpp | 995 positionsStore.emplace_back(new RDGeom::PointND(4)); in embedHelper_()
|
/dports/science/rdkit/rdkit-Release_2021_03_5/ |
H A D | ReleaseNotes.md | 6179 - The PointND class has been exposed to Python 6194 - pickle support added to classes: PointND
|