CGAL 4.8.1 - 3D Triangulations
|
#include <CGAL/Triangulation_cell_base_3.h>
TriangulationDSCellBase_3_.
The class Triangulation_cell_base_3
is a model of the concept TriangulationCellBase_3
, the base cell of a 3D-triangulation.
This class can be used directly or can serve as a base to derive other classes with some additional attributes (a color for example) tuned for a specific application.
TriangulationTraits_3 | is the geometric traits class. It is actually not used by this class. |
TriangulationDSCellBase_3_ | is a combinatorial cell base class from which Triangulation_cell_base_3 derives. It must be a model of the TriangulationDSCellBase_3 concept. It has the default value Triangulation_ds_cell_base_3 . |