CGAL 4.5.1 - Intersecting Sequences of dD Iso-oriented Boxes
|
CGAL | |
Box_intersection_d | |
Box_d | Box_d is a generic iso-oriented bounding box in dimension \( D\) |
Box_traits_d | This is the default traits class for the intersection algorithms for iso-oriented boxes |
Box_with_handle_d | Box_with_handle_d is a generic iso-oriented bounding box in dimension \( D\) that stores additionally a handle to some underlying geometric object |
BoxIntersectionBox_d | The BoxIntersectionBox_d concept is used in the context of the intersection algorithms for sequences of iso-oriented boxes. These algorithms come with a default traits class that assumes that the boxes are a model of this BoxIntersectionBox_d concept. This concept defines the access functions to the dimension, the id -number, and the boundaries of the box |
BoxIntersectionTraits_d | The BoxIntersectionTraits_d concept is used for the intersection algorithms for sequences of iso-oriented boxes. This concept defines the access functions to the dimension, the id -number, and the boundaries of the boxes manipulated in these algorithms |