OpenLexocad  27.1
Geom::BSPTree Member List

This is the complete list of members for Geom::BSPTree, including all inherited members.

addPoint(const Geom::Pnt &pt, void *const userdata=NULL)Geom::BSPTree
base_bspnode classGeom::BSPTreefriend
BSPTree(const int64_t maxnodepts=64, const int64_t initsize=4)Geom::BSPTree
BSPTree(const BSPTree &other)Geom::BSPTree
clear()Geom::BSPTree
findClosest(const Geom::Sphr &sphere, std::vector< int64_t > &array) constGeom::BSPTree
findClosest(const Geom::Pnt &pnt, const double &tol, std::vector< int64_t > &array) constGeom::BSPTree
findClosest(const Geom::Pnt &pnt, const double &tol) constGeom::BSPTree
findPoint(const Geom::Pnt &pos) constGeom::BSPTree
findPoints(const Geom::Sphr &sphere, std::vector< int64_t > &array) constGeom::BSPTree
findPoints(const Geom::Pnt &pnt, const double &tol, std::vector< int64_t > &array) constGeom::BSPTree
getPoint(const int64_t idx) constGeom::BSPTree
getPoint(const int64_t idx, Geom::Pnt &pt) constGeom::BSPTree
getUserData(const int64_t idx) constGeom::BSPTree
numPoints() constGeom::BSPTree
operator=(const BSPTree &rhs)Geom::BSPTree
operator==(const BSPTree &other) constGeom::BSPTree
removeFast(std::vector< int64_t > &array, int64_t idx)Geom::BSPTreestatic
removeFast(std::vector< Geom::Pnt > &array, int64_t idx)Geom::BSPTreestatic
removeFast(std::vector< void * > &array, int64_t idx)Geom::BSPTreestatic
removePoint(const Geom::Pnt &pt)Geom::BSPTree
removePoint(const int64_t idx)Geom::BSPTree
setUserData(const int64_t idx, void *const data)Geom::BSPTree
~BSPTree()Geom::BSPTree