CGAL::Regular_triangulation_cell_base_3<Traits,Cb>

Definition

The class Regular_triangulation_cell_base_3<Traits,Cb> is a model of the concept RegularTriangulationCellBase_3. It is the default face base class of regular triangulations.

#include <CGAL/Regular_triangulation_cell_base_3.h>

Parameters

The template parameters Traits has to be a model of RegularTriangulationTraits_3.

The template parameter Cb has to be a model of TriangulationCellBase_3. By default, this parameter is instantiated by CGAL::Triangulation_cell_base_3<Traits>.

Is Model for the Concepts

RegularTriangulationCellBase_3

Inherits From

Cb

See Also

RegularTriangulationCellBase_3
RegularTriangulationTraits_3
CGAL::Regular_triangulation_3<Traits,Tds>