The class AABB_traits<GeomTraits,Primitive> is a model of the concept AABBTraits. This traits class handles any type of 3D geometric primitives provided that the proper intersection tests and constructions are implemented. It handles points, rays, lines and segments as query types for intersection detection and computations, and it handles points as query type for distance queries.
#include <CGAL/AABB_traits.h>
Note that this file must be included before the kernel so that the compiler parses all intersection functions available in folder AABB_intersections.
|
| Point query type. |
|
| Ray query type. |
|
| Line query type. |
|
| Segment query type. |
| |
Unsigned integral type.
| |
| |
Default constructor.
|
AABBTraits,
AABB_tree<AT>,
AABBPrimitive