CGAL::HalfedgeDS_vertex_max_base_with_id<Refs>

Definition

The class HalfedgeDS_vertex_max_base_with_id<Refs> is a model of the HalfedgeDSVertex concept. Refs is an instantiation of a HalfedgeDS. It is equivalent to CGAL::HalfedgeDS_vertex_base< Refs, CGAL::Tag_true> with an added integer field which can be used to index vertices in BGL algorithms.. The class contains support for the point and the required type definitions. It can be used for deriving own vertices.

Note that the user is in charge to set the index correctly before running a graph algorithm.

#include <CGAL/HalfedgeDS_vertex_max_base_with_id.h>

Is Model for the Concepts

HalfedgeDSVertex

Creation

HalfedgeDS_vertex_max_base_with_id<Refs> v;
default constructor.

int v.id () Returns the index.
int& v.id () Returns a reference to the index stored in the vertex.

See Also

HalfedgeDS<Traits,Items,Alloc>
HalfedgeDSItems
PolyhedronItems_3
CGAL::HalfedgeDS_min_items
CGAL::HalfedgeDS_halfedge_min_base<Refs>
CGAL::HalfedgeDS_face_min_base<Refs>
CGAL::HalfedgeDS_vertex_base<Refs>
CGAL::HalfedgeDS_halfedge_max_base_with_id<Refs>
CGAL::HalfedgeDS_face_max_base_with_id<Refs>
CGAL::Polyhedron_items_with_id_3