CGAL 5.1.5 - 2D and 3D Linear Geometry Kernel
|
Modules | |
Kernel Geometric Object Concepts | |
Kernel Function Object Concepts | |
Concepts | |
concept | Kernel |
The concept of a kernel is defined by a set of requirements on the provision of certain types and access member functions to create objects of these types. The types are function object classes to be used within the algorithms and data structures of CGAL. This allows you to use any model of a kernel as a traits class in the CGAL algorithms and data structures, unless they require types beyond those provided by a kernel. More... | |