\( \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.10 - 3D Triangulations
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL Namespace Reference

Classes

class  Delaunay_triangulation_3
 The class Delaunay_triangulation_3 represents a three-dimensional Delaunay triangulation. More...
 
class  Delaunay_triangulation_cell_base_3
 The class Delaunay_triangulation_cell_base_3 is a model of the concept DelaunayTriangulationCellBase_3. More...
 
class  Delaunay_triangulation_cell_base_with_circumcenter_3
 The class Delaunay_triangulation_cell_base_with_circumcenter_3 derives from Cb, a cell base class of a 3D triangulation. More...
 
struct  Weighted_point_mapper_3
 Helper class used by Regular_triangulation_3 to pass a weighted point as a point to its base class Triangulation_3. More...
 
class  Regular_triangulation_3
 Let \( {S}^{(w)}\) be a set of weighted points in \( \mathbb{R}^3\). More...
 
class  Regular_triangulation_cell_base_3
 The class Regular_triangulation_cell_base_with_weighted_circumcenter_3 derives from Cb, a cell base class of a 3D triangulation. More...
 
class  Regular_triangulation_cell_base_with_weighted_circumcenter_3
 The class Regular_triangulation_cell_base_with_weighted_circumcenter_3 derives from Cb, a cell base class of a 3D triangulation. More...
 
class  Regular_triangulation_euclidean_traits_3
 
class  Regular_triangulation_vertex_base_3
 The class Regular_triangulation_vertex_base_3 is a model of the concept RegularTriangulationVertexBase_3, the base vertex of a 3D regular triangulation. More...
 
class  Triangulation_3
 The class Triangulation_3 represents a 3-dimensional tetrahedralization of points. More...
 
class  Triangulation_cell_base_3
 The class Triangulation_cell_base_3 is a model of the concept TriangulationCellBase_3, the base cell of a 3D-triangulation. More...
 
class  Triangulation_cell_base_with_circumcenter_3
 
class  Triangulation_cell_base_with_info_3
 The class Triangulation_cell_base_with_info_3 is a model of the concept TriangulationCellBase_3, the base cell of a 3D-triangulation. More...
 
class  Triangulation_simplex_3
 The class Triangulation_simplex_3 stores a simplex of any dimension defined by the Triangulation_3 class. More...
 
class  Triangulation_vertex_base_3
 The class Triangulation_vertex_base_3 is a model of the concept TriangulationVertexBase_3, the base vertex of a 3D-triangulation. More...
 
class  Triangulation_vertex_base_with_info_3
 The class Triangulation_vertex_base_with_info_3 is a model of the concept TriangulationVertexBase_3, the base vertex of a 3D-triangulation. More...
 

Functions

template<class Triangulation , class TriangleMesh >
boost::graph_trait< FG >
::vertex_descriptor 
link_to_face_graph (const Triangulation &t, typename Triangulation::Vertex_handle vh, TriangleMesh &tm, bool no_infinite_faces=true)
 fills the face graph tm with the link of triangulation vertex vh. More...