CGAL 5.0 - STL Extensions for CGAL
|
#include <CGAL/Complexity_tags.h>
Fast
is a tag class.
It can be used to parameterize a complexity policy in order to specify a particularly fast variant of an algorithm. For example, passing Location_policy<Fast>
as parameter to Delaunay_triangulation_3
selects a fast point location at the expense of more memory usage.