CGAL 4.8.1 - 3D Surface Mesh Generation
|
Classes | |
class | CGAL::Gray_level_image_3< FT_, Point_ > |
A 3D gray image is a tri-dimensional array that associates a scalar value to each triple of integer \( (x, y, z)\) in the range of the image. More... | |
class | CGAL::Implicit_surface_3< Traits, Function > |
The class Implicit_surface_3 implements a surface described as the zero level set of a function \( f : \mathbb{R}^3 \longrightarrow \mathbb{R}\). More... | |
class | CGAL::Surface_mesh_cell_base_3< Gt, Cb > |
The class Surface_mesh_cell_base_3 is a model of the concept SurfaceMeshCellBase_3 . More... | |
class | CGAL::Surface_mesh_complex_2_in_triangulation_3< Tr, Edge_info > |
The class Surface_mesh_complex_2_in_triangulation_3 implements a data structure to store the restricted Delaunay triangulation used by the surface mesh generator. More... | |
class | CGAL::Surface_mesh_default_criteria_3< Tr > |
The class Surface_mesh_default_criteria_3 implements the most commonly used combination of meshing criteria. More... | |
class | CGAL::Surface_mesh_default_triangulation_3 |
The class Surface_mesh_default_triangulation_3 is a model of the concept SurfaceMeshTriangulation_3 , whose vertex base and cell base classes are models of the concepts SurfaceMeshVertexBase_3 and SurfaceMeshCellBase_3 respectively. More... | |
class | CGAL::Surface_mesh_traits_generator_3< Surface > |
The class Surface_mesh_traits_generator_3 provides a type Type , that is a model of the concept SurfaceMeshTraits_3 for the surface type Surface . More... | |
class | CGAL::Surface_mesh_vertex_base_3< Gt, Vb > |
The class Surface_mesh_vertex_base_3 is a model of the concept SurfaceMeshVertexBase_3 . More... | |