Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
This is the complete list of members for GEO::AABB< BOX >, including all inherited members.
bbox_intersect_recursive(std::function< void(index_t)> action, const BOX &box, index_t node, index_t b, index_t e) const | GEO::AABB< BOX > | inlineprotected |
bboxes_ (defined in GEO::AABB< BOX >) | GEO::AABB< BOX > | protected |
init_bboxes_recursive(index_t node_index, index_t b, index_t e, std::function< void(BOX &, index_t)> get_bbox) | GEO::AABB< BOX > | inlineprotected |
initialize(index_t nb, std::function< void(BOX &, index_t)> get_bbox) | GEO::AABB< BOX > | inlineprotected |
max_node_index(index_t node_index, index_t b, index_t e) | GEO::AABB< BOX > | inlineprotectedstatic |
nb_ (defined in GEO::AABB< BOX >) | GEO::AABB< BOX > | protected |
other_intersect_recursive(std::function< void(index_t, index_t)> action, index_t node1, index_t b1, index_t e1, const AABB< BOX > *other, index_t node2, index_t b2, index_t e2) const | GEO::AABB< BOX > | inlineprotected |
self_intersect_recursive(std::function< void(index_t, index_t)> action, index_t node1, index_t b1, index_t e1, index_t node2, index_t b2, index_t e2) const | GEO::AABB< BOX > | inlineprotected |