Box_intersection_d::Box_with_handle_d<NT, int D, Handle, IdPolicy> is a generic iso-oriented bounding box in dimension that stores additionally a handle to some underlying geometric object. It provides in each dimension an interval with lower and upper endpoints represented with the number type NT. This class is designed to work smoothly with the algorithms for intersecting sequences of iso-oriented boxes. For degeneracy handling, the boxes need to provide a unique id-number. The policy parameter IdPolicy offers several choices. The template parameters have to comply with the following requirements:
#include <CGAL/Box_intersection_d/Box_with_handle_d.h>
and also automatically with
#include <CGAL/box_intersection_d.h>
| |
number type to represent the box
boundaries. Allowed are the built-in types int, unsigned int, float, and double.
|
|
| type for the box id-number. |
| |||
Default constructor. No
particular initialization.
| |||
| |||
initializes to the
complete or the empty space. If empty, all interval starting(end)
points will be set to positive(negative) infinity, sets handle to .
| |||
| |||
initializes
the box intervals to [lo[i],hi[i]], and
sets the handle to .
| |||
| |||
constructs
from bbox and sets the handle to , exists iff and NTdouble.
| |||
| |||
constructs
from bbox and sets the handle to , exists iff and NTdouble.
|
|
| returns the handle stored in box. |
|
| returns , the dimension of the box. |
|
| returns a unique box id, see the IdPolicy template parameter above for the different choices. Does not exist if ID_NONE has been chosen for the IdPolicy. |
|
| returns the lower boundary in dimension d, d. |
|
| returns the upper boundary in dimension d, d. |
|
| returns the bounding box iff and NTdouble. |
|
| returns the bounding box iff and NTdouble. |
CGAL::box_intersection_d
CGAL::box_self_intersection_d
CGAL::box_intersection_all_pairs_d
CGAL::box_self_intersection_all_pairs_d
CGAL::Box_intersection_d::Box_traits_d<BoxHandle>
BoxIntersectionTraits_d