\( \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.org
Top
Getting Started
Organization of the Manual
Package Overview
Acknowledging CGAL
CGAL 4.6 - 3D Surface Mesh Generation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
Type Requirements
Class
CGAL::Implicit_surface_3< Traits, Function >
The number type
Function::FT
has to match the type
Traits::FT
.
Member
CGAL::output_surface_facets_to_polyhedron
(const
SurfaceMeshComplex_2InTriangulation_3
&c2t3, Polyhedron &output_polyhedron)
the surface must be manifold. For this purpose, you may call
make_surface_mesh()
with
Manifold_tag
or
Manifold_with_boundary_tag
parameter.