mirror of https://github.com/CGAL/cgal
removed some ccSeeAlso
This commit is contained in:
parent
02d2373e83
commit
8f67bcc49b
|
|
@ -63,8 +63,6 @@ number in the range \ccc{[0,boost::num_edges(g)]} to each edge in \ccc{g}.}
|
|||
\ccIsModel
|
||||
\ccAnchor{http://www.boost.org/libs/property_map/ReadablePropertyMap.html}{ReadablePropertyMap}
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Edge_index_property_map_stored<Graph>}\\
|
||||
|
||||
\end{ccRefClass}
|
||||
|
||||
|
|
|
|||
|
|
@ -66,8 +66,6 @@ The template parameter \ccc{Graph} must be a model of a {\sc Bgl}
|
|||
\ccIsModel
|
||||
\ccc{EdgeIndextPropertyMap}
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Edge_index_property_map_external<Graph>}\\
|
||||
|
||||
\end{ccRefClass}
|
||||
|
||||
|
|
|
|||
|
|
@ -11,9 +11,6 @@ The constant \ccc{edge_index} is a
|
|||
of an edge of a {\sc Bgl}
|
||||
\ccAnchor{http://www.boost.org/libs/graph/doc/Graph.html}{Graph}.
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Edge_index_property_map_stored<Graph>} \\
|
||||
\ccRefIdfierPage{CGAL::Edge_index_property_map_always<Graph>} \\
|
||||
|
||||
\end{ccRefEnum}
|
||||
\ccDefGlobalScope{CGAL::}
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ The Boolean flag that indicates if the edge is a border can be directly accessed
|
|||
|
||||
\ccc{boost::get(edge_is_border,graph,edge)}.
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Polyhedron_edge_is_border_property_map<Traits>} \\
|
||||
|
||||
\end{ccRefEnum}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,5 @@ The Boolean flag that indicates if the vertex is a border can be directly access
|
|||
|
||||
\ccc{boost::get(vertex_is_border,graph,edge)}
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Polyhedron_vertex_is_border_property_map<Traits>} \\
|
||||
|
||||
\end{ccRefEnum}
|
||||
|
|
|
|||
|
|
@ -26,8 +26,13 @@ A point of a vertex can be directly accessed via:
|
|||
\ccc{boost::get(vertex_point,graph,vertex)}\\
|
||||
\ccc{boost::put(vertex_point,graph,vertex,newpoint)}
|
||||
|
||||
\ccSeeAlso
|
||||
\ccRefIdfierPage{CGAL::Polyhedron_vertex_point_const_map<Traits> } \\
|
||||
\ccRefIdfierPage{CGAL::Polyhedron_vertex_point_map<Traits> }
|
||||
|
||||
\end{ccRefEnum}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue