|
OpenLexocad
28.0
|
This is the complete list of members for Geom::BSPTree, including all inherited members.
| addPoint(const Geom::Pnt &pt, void *const userdata=nullptr) | Geom::BSPTree | |
| base_bspnode class | Geom::BSPTree | friend |
| 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) const | Geom::BSPTree | |
| findClosest(const Geom::Pnt &pnt, const double &tol, std::vector< int64_t > &array) const | Geom::BSPTree | |
| findClosest(const Geom::Pnt &pnt, const double &tol) const | Geom::BSPTree | |
| findPoint(const Geom::Pnt &pos) const | Geom::BSPTree | |
| findPoints(const Geom::Sphr &sphere, std::vector< int64_t > &array) const | Geom::BSPTree | |
| findPoints(const Geom::Pnt &pnt, const double &tol, std::vector< int64_t > &array) const | Geom::BSPTree | |
| getPoint(const int64_t idx) const | Geom::BSPTree | |
| getPoint(const int64_t idx, Geom::Pnt &pt) const | Geom::BSPTree | |
| getUserData(const int64_t idx) const | Geom::BSPTree | |
| numPoints() const | Geom::BSPTree | |
| operator=(const BSPTree &rhs) | Geom::BSPTree | |
| operator==(const BSPTree &other) const | Geom::BSPTree | |
| removeFast(std::vector< int64_t > &array, int64_t idx) | Geom::BSPTree | static |
| removeFast(std::vector< Geom::Pnt > &array, int64_t idx) | Geom::BSPTree | static |
| removeFast(std::vector< void * > &array, int64_t idx) | Geom::BSPTree | static |
| 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 |