advanced |
The class Kd_tree_rectangle<Traits> implements d-dimensional iso-rectangles and related operations, e.g., methods to compute bounding boxes of point sets.
#include <CGAL/Kd_tree_rectangle.h>
|
| Number type. |
| |
Constructs a -dimensional rectangle r with lower bound and upper bound set to zero
in each dimension.
| |
| |
| |
Constructs the bounding box of the points in the range [begin,end), where the value
type of PointIter must be Traits::Point_d.
|
| ||
|
| |
Inserts rectangle r in the output stream s and returns s. |
advanced |