\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.11.3 - CGAL and the Boost Graph Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Reference Manual
Here is a list of all modules:
[detail level 12]
\CGAL and the Boost Graph Library Reference
 oSpecializations of boost::graph_traitsThe Bgl defines the class template boost::graph_traits as a uniform interface to the properties and types of graph types
 oConceptsWe extend the Boost Graph Library (Bgl for short) with a set of new concepts
 oPropertiesThe property tags model of the boost concept PropertyTag
 oHelper ClassesSeveral classes that enable to store ids in vertices/halfedges/faces of a CGAL::Polyhedron_3, as well as adapters such as CGAL::Dual
 oHelper FunctionsGeneric convenience functions for testing if an edge is a border edge, if a mesh is triangular, for conversion between models of different FaceGraph concepts, etc
 oIterators and CirculatorsSeveral iterators and circulators are provided that enable, for example, to iterate through the halfedges incident to a given face or vertex
 oSelection FunctionsSeveral functions to enlarge or reduce a k-ring selection of vertices, edges, or faces
 oGraph adaptorsGraph adaptors are classes that build an interface over an existing graph to provide new functionalities
 oEuler OperationsWe call high level operations that maintain the validity of a halfedge graph Euler Operations
 \I/O Functions