\( \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.8.2 - 3D Triangulations
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
TriangulationCellBaseWithInfo_3 Concept Reference

Definition

A type model of this concept can be used as cell base by a triangulation and provides an additional information storage.

Refines:
TriangulationCellBase_3
Has Models:
CGAL::Triangulation_cell_base_with_info_3

Types

typedef unspecified_type Info
 A type which is DefaultConstructible and Assignable.
 

Access Functions

const Infoinfo () const
 Returns a const reference to the object of type Info stored in the vertex.
 
Infoinfo ()
 Returns a reference to the object of type Info stored in the vertex.