\( \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.12 - 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.