CGAL 4.14.3 - 2D and 3D Linear Geometry Kernel
|
#include <CGAL/Filtered_kernel.h>
Filtered_kernel_adaptor
is a kernel that uses a filtering technique to obtain a kernel with exact and efficient predicate functors.
The geometric constructions are exactly those of the kernel CK
, which means that they are not necessarily exact. More details about the filtering technique can be found in [1].
In contrast to Filtered_kernel
, the global functions are those of CK
.
Example
The following example shows how to produce a kernel whose geometric objects and constructions are those of Simple_cartesian<double>
The predicate functors of the kernel are exact, the global functions are not.