mirror of https://github.com/CGAL/cgal
fix links
This commit is contained in:
parent
520e47fc16
commit
567a557930
|
|
@ -88,7 +88,7 @@ that is the default hash functor of `CGAL::Unique_hash_map`.
|
||||||
|
|
||||||
Defined in `<CGAL/boost/graph/graph_traits_Triangulation_2.h>` and `<CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h>`
|
Defined in `<CGAL/boost/graph/graph_traits_Triangulation_2.h>` and `<CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h>`
|
||||||
|
|
||||||
We provide partial specialization for the classes `Triangulation_2` and `Delaunay_triangulation_2`
|
We provide partial specialization for the classes `CGAL::Triangulation_2` and `CGAL::Delaunay_triangulation_2`
|
||||||
so that they are model of the graph concepts
|
so that they are model of the graph concepts
|
||||||
<A HREF="http://www.boost.org/libs/graph/doc/BidirectionalGraph.html">`BidirectionalGraph`</A> and
|
<A HREF="http://www.boost.org/libs/graph/doc/BidirectionalGraph.html">`BidirectionalGraph`</A> and
|
||||||
<A HREF="http://www.boost.org/libs/graph/doc/EdgeAndVertexListGraph.html">`EdgeAndVertexListGraph`</A>.
|
<A HREF="http://www.boost.org/libs/graph/doc/EdgeAndVertexListGraph.html">`EdgeAndVertexListGraph`</A>.
|
||||||
|
|
|
||||||
|
|
@ -376,7 +376,8 @@ Points are read from a `std::map`. The search tree stores integers of type `std:
|
||||||
|
|
||||||
This example programs shows how to search the closest vertices of a `Surface_mesh` or, quite similar, of a
|
This example programs shows how to search the closest vertices of a `Surface_mesh` or, quite similar, of a
|
||||||
`Polyhedron_3`.
|
`Polyhedron_3`.
|
||||||
Points are stored in the polygonal mesh. The search tree stores vertex descriptors. The value type of the iterator of the neighbor searching algorithm is `boost::graph_traits<Mesh>::vertex_descriptor`.
|
Points are stored in the polygonal mesh. The search tree stores vertex descriptors.
|
||||||
|
The value type of the iterator of the neighbor searching algorithm is \link BGLSMGT `boost::graph_traits<Surface_mesh>::vertex_descriptor` \endlink.
|
||||||
|
|
||||||
\cgalExample{Spatial_searching/searching_surface_mesh_vertices.cpp}
|
\cgalExample{Spatial_searching/searching_surface_mesh_vertices.cpp}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,4 @@ Stream_support
|
||||||
Kernel_d
|
Kernel_d
|
||||||
Surface_mesh
|
Surface_mesh
|
||||||
Polyhedron
|
Polyhedron
|
||||||
|
BGL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue