CGAL 6.0 - 2D Triangulations
|
A type model of this concept can be used as vertex base by a triangulation and provides an additional information storage.
TriangulationVertexBase_2
CGAL::Triangulation_vertex_base_with_info_2
Types | |
typedef unspecified_type | Info |
A type which is DefaultConstructible and Assignable . | |
Access Functions | |
const Info & | info () const |
returns a const reference to the object of type Info stored in the vertex. | |
Info & | info () |
returns a reference to the object of type Info stored in the vertex. | |