CGAL 5.1.3 - 3D Surface Mesh Generation
CGAL::Surface_mesh_traits_generator_3< Surface > Struct Template Reference

#include <CGAL/Surface_mesh_traits_generator_3.h>

Definition

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.

Template Parameters
Surfacemust 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>).

See also
SurfaceMeshTraits_3
make_surface_mesh

Public Types

typedef unspecified_type type
 A model of the concept SurfaceMeshTraits_3.