CGAL 5.1 - Profiling tools, Hash Map, Union-find, Modifiers
Profiling Tools, Hash Map, Union-find, Modifiers Reference

Lutz Kettner, Sylvain Pion, and Michael Seel
This package provides classes for profiling time and memory consumption, profiling macros, a hash map, a union find data structure and a modifier.
Introduced in: CGAL 3.2
BibTeX: cgal:kps-pthum-21b
License: LGPL

Classified Reference Pages

Concepts

Classes

Modules

 Concepts
 

Classes

struct  CGAL::Handle_hash_function
 
struct  CGAL::Memory_sizer
 
class  CGAL::Modifier_base< R >
 
struct  CGAL::Profile_counter
 
class  CGAL::Real_timer
 
class  CGAL::Timer
 
class  CGAL::Union_find< T, A >
 
class  CGAL::Unique_hash_map< Key, Data, UniqueHashFunction, Allocator >