Processing math: 0%
\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 Version:
master
6.0.1
latest
5.6.2
5.5.5
5.4.5
5.3.2
5.2.4
5.1.5
5.0.4
4.14.3
4.13.2
4.12.2
4.11.3
4.10.2
4.9.1
4.8.2
4.7
4.6.3
4.5.2
4.4
4.3
4.5
Home
Getting Started
Package Overview
Acknowledging CGAL
CGAL 4.5 - 3D Surface Mesh Generation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
CGAL 4.5 - 3D Surface Mesh Generation
User Manual
Reference Manual
Refinement Relationships
Is Model Relationships
Has Model Relationships
Type Requirements
Bibliographic References
Class and Concept List
Examples
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.