CGAL::Compact
Definition
Compact is a tag class. It can be used to parameterize a complexity policy
in order to specify a particularly memory compact variant of an algorithm.
For example, passing Location_policy<Compact> as parameter to
Delaunay_triangulation_3 selects a slower point location which saves memory.
#include <CGAL/Complexity_tags.h>
Is Model for the Concepts
DefaultConstructible, CopyConstructible
See Also
Location_policy
Fast
Fast_location
Compact_location