CGAL 5.1 - 3D Triangulations
|
#include <Concepts/TriangulationCellBaseWithInfo_3.h>
A type model of this concept can be used as cell 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 TriangulationCellBaseWithInfo_3::Info |
A type which is DefaultConstructible
and Assignable
.
Info& TriangulationCellBaseWithInfo_3::info | ( | ) |
Returns a reference to the object of type Info
stored in the vertex.
const Info& TriangulationCellBaseWithInfo_3::info | ( | ) | const |
Returns a const reference to the object of type Info
stored in the vertex.