CGAL 6.0.1 - 3D Surface Mesh Generation
|
#include <CGAL/Surface_mesh_traits_generator_3.h>
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
.
Surface | must be a model of the concept Surface_3 , which means that it is copy constructible and assignable. In addition, a Surface type is required
|
Currently, the library provides partial specializations of the traits generator for implicit surfaces (Implicit_surface_3<Traits, Function>
) and gray level images (Gray_level_image_3<FT, Point>
).
SurfaceMeshTraits_3
make_surface_mesh
Public Types | |
typedef unspecified_type | type |
A model of the concept SurfaceMeshTraits_3 . | |