CGAL 6.0 - 3D Triangulations
|
A type model of this concept can be used as cell base by a triangulation and provides an additional information storage.
TriangulationCellBase_3
CGAL::Triangulation_cell_base_with_info_3
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. | |