TriangulationVertexBaseWithInfo_2

Definition

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

Refines

TriangulationVertexBase_2

Types

TriangulationVertexBaseWithInfo_2::Info
A type which is DefaultConstructible and Assignable.

Access Functions

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

Info& v.info () Returns a reference to the object of type Info stored in the vertex.

Has Models

CGAL::Triangulation_vertex_base_with_info_2