Geogram Version 1.10.1
A programming library of geometric algorithms
Loading...
Searching...
No Matches
boxes_intersections.h File Reference

Functions to compute all intersections in a vector of boxes. More...

#include <geogram/basic/common.h>
#include <geogram/basic/geometry.h>
#include <functional>

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).
 

Detailed Description

Functions to compute all intersections in a vector of boxes.

Definition in file boxes_intersections.h.