This commit is contained in:
Andreas Fabri 2006-09-18 12:34:41 +00:00
parent 9b60480835
commit 7f65ca6bc7
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ If the user does not pass explicitly a property map, the graph algorithms
use the property map returned by the call \ccc{boost::get(boost::vertex_index,ft)}. use the property map returned by the call \ccc{boost::get(boost::vertex_index,ft)}.
This property map assumes that the vertex has a This property map assumes that the vertex has a
member function \ccc{id()} that returns a reference to an int. member function \ccc{id()} that returns a reference to an int.
Therefore \cgal\ offers a class \ccc{Trinagulation_vertex_base_with_id_2}. Therefore \cgal\ offers a class \ccc{Triangulation_vertex_base_with_id_2}.
It is in the users responsibility to set the indices properly. It is in the users responsibility to set the indices properly.
The example further illustrates that the graph traits also works The example further illustrates that the graph traits also works