\( \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 - Advancing Front Surface Reconstruction
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 = 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 TriangulationCellBase_3.
Examples:
Advancing_front_surface_reconstruction/reconstruction_structured.cpp.