CGAL 5.5 - 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 = 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.