#include <CGAL/Point_container.h>
Expects for the template argument an implementation for d-dimensional points of the concept SearchTraits, for example CGAL::Cartesian_d<double>.
|
| Number type. |
|
| Point type. |
| |
An iterator with value type Point_d*.
|
| |
Construct an empty container for storing d-dimensional points.
| |
| |
| |
Construct the container of d-dimensional points of type Point_d
given by the iterator sequence [begin, end).
|
| ||
|
| |
Given an empty container c2 with the same dimension as c, splits c into cand c2 using the separator sep. If sliding is true after splitting each container contains at least one point. Container c should contain at least two points. | ||
|
| Swap the contents of c and c2 |
|
| |
Recompute the bounding box of the points in the container. | ||
|
| Return an iterator pointing to the pointer to the first point. |
|
| Return the iterator to the corresponding past-the-end iterator. |
|
| Return the dimension. |
|
| Return coordinate for which the pointer list is built. |
|
| Return coordinate where the associated rectangle has maximal span. |
|
| Return coordinate where the point coordinates have maximal span. |
|
| Return lower value of the interval corresponding to max_span_coord(). |
|
| Return lower value of the interval corresponding to max_tight_span_coord(). That is, the smallest max_tight_span_coord()-th coordinate of the points in c. |
|
| Return upper value of the interval corresponding to max_span_coord(). |
|
| |
Return upper value of the interval over all dimensions without taking dimension d into account. | ||
|
| Return upper value of the interval corresponding to max_tight_span_coord(). |
|
| Return the size of the interval corresponding to max_span_coord(). |
|
| Return the size of the interval corresponding to max_tight_span_coord(). |
|
| Return the median value of the points stored in the container for dimension split_coord. |
|
| Return the associated rectangle. |
|
| Return the bounding box of the items in associated rectangle. |
|
| |
Return the dimension with the maximal point spread, for which after fair splitting the ratio of the length of the longest side and the smallest side of the bounding box of the items in associated rectangle, does not exceed aspect_ratio. | ||
|
| |
Return the splitting value for fair splitting. | ||
|
| |
Return the splitting value for sliding fair splitting. | ||
|
| Return the number of points stored. |
|
| Return true if no points are present, false otherwise. |
| ||
|
| Prints the point container c to the output stream s and returns s. |