CGAL 5.5 - STL Extensions for CGAL
CGAL::Compact Struct Reference

#include <CGAL/Complexity_tags.h>

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.

Is Model Of:

DefaultConstructible

CopyConstructible

See also
Location_policy
Fast
Fast_location
Compact_location