|
Geogram Version 1.10.1
A programming library of geometric algorithms
|
Functions to compute all intersections in a vector of boxes. More...
Go to the source code of this file.
Namespaces | |
| namespace | GEO |
| Global Vorpaline namespace. | |
Functions | |
| void | GEO::boxes_intersections (const vector< Box3d > &boxes, std::function< void(index_t, index_t)> callback) |
| Reports all intersections in a vector of boxes. | |
| void | GEO::boxes_intersections_hybrid_impl (const Box3d *Iboxes, index_t *Ib, index_t *Ie, const Box3d *Pboxes, index_t *Pb, index_t *Pe, std::function< void(index_t, index_t)> callback) |
| Lower-level interface to the underlying algorithm (experts only). | |
Functions to compute all intersections in a vector of boxes.
Definition in file boxes_intersections.h.