CGAL 5.1 - 2D Triangulation
|
#include <Concepts/TriangulationVertexBaseWithInfo_2.h>
A type model of this concept can be used as vertex base by a triangulation and provides an additional information storage.
Types | |
typedef unspecified_type | Info |
A type which is DefaultConstructible and Assignable . More... | |
Access Functions | |
const Info & | info () const |
returns a const reference to the object of type Info stored in the vertex. More... | |
Info & | info () |
returns a reference to the object of type Info stored in the vertex. More... | |
typedef unspecified_type TriangulationVertexBaseWithInfo_2::Info |
A type which is DefaultConstructible
and Assignable
.
Info& TriangulationVertexBaseWithInfo_2::info | ( | ) |
returns a reference to the object of type Info
stored in the vertex.
const Info& TriangulationVertexBaseWithInfo_2::info | ( | ) | const |
returns a const reference to the object of type Info
stored in the vertex.