#include <CGAL/Triangulation_cell_base_with_info_3.h>
Inherits TriangulationCellBase_3_.
template<typename Info, typename TriangulationTraits_3, typename TriangulationCellBase_3_>
class CGAL::Triangulation_cell_base_with_info_3< Info, TriangulationTraits_3, TriangulationCellBase_3_ >
The class Triangulation_cell_base_with_info_3
is a model of the concept TriangulationCellBase_3
, the base cell of a 3D-triangulation. It provides an easy way to add some user defined information in cells. Note that input/output operators discard this additional information.
- Template Parameters
-
- Is Model Of:
TriangulationCellBase_3
TriangulationCellBaseWithInfo_3
- See also
CGAL::Triangulation_cell_base_3
-
CGAL::Triangulation_vertex_base_with_info_3
|
const Info & | info () const |
| Returns a const reference to the object of type Info stored in the cell. More...
|
|
Info & | info () |
| Returns a reference to the object of type Info stored in the cell. More...
|
|
◆ Info
template<typename Info , typename TriangulationTraits_3 , typename TriangulationCellBase_3_ >
◆ info() [1/2]
template<typename Info , typename TriangulationTraits_3 , typename TriangulationCellBase_3_ >
Returns a reference to the object of type Info
stored in the cell.
◆ info() [2/2]
template<typename Info , typename TriangulationTraits_3 , typename TriangulationCellBase_3_ >
Returns a const reference to the object of type Info
stored in the cell.