CGAL 5.1.3 - STL Extensions for CGAL
CGAL::Fast Struct Reference

#include <CGAL/Complexity_tags.h>

Definition

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.

Is Model Of:

DefaultConstructible

CopyConstructible

See also
Location_policy
Compact
Compact_location
Fast_location