CGAL::Location_policy<Tag>
Definition
Location_policy<Tag> is a policy class which can be used to specify a trade-off
between memory usage and time complexity for the point location strategy
used in a data-structure.
For example, passing Location_policy<Compact> as parameter to
Delaunay_triangulation_3 selects a slower point location which saves memory.
#include <CGAL/Location_policy.h>
Parameters
Tag can only be either Fast or Compact currently.
Is Model for the Concepts
DefaultConstructible, CopyConstructible
See Also
Compact
Fast
Fast_location
Compact_location