CGAL 5.6.1 - 3D Triangulations
TriangulationVertexBaseWithInfo_3 Concept Reference

Definition

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

Refines
TriangulationVertexBase_3
Has Models:
CGAL::Triangulation_vertex_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.