Loading [MathJax]/extensions/TeX/newcommand.js
\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 5.0 - Advancing Front Surface Reconstruction
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Advancing_front_surface_reconstruction_cell_base_3< Traits, Cb > Class Template Reference

#include <CGAL/Advancing_front_surface_reconstruction_cell_base_3.h>

Inherits from

Cb.

Definition

template<typename Traits, typename Cb = Delaunay_triangulation_cell_base_3<Traits>>
class CGAL::Advancing_front_surface_reconstruction_cell_base_3< Traits, Cb >

The class Advancing_front_surface_reconstruction_cell_base_3 is the default cell type for the class Advancing_front_surface_reconstruction.

Template Parameters
Traitshas to be a model of DelaunayTriangulationTraits_3.
Cbhas to be a model of DelaunayTriangulationCellBase_3.
Examples:
Advancing_front_surface_reconstruction/reconstruction_structured.cpp.