removed some ccSeeAlso

This commit is contained in:
Andreas Fabri 2006-09-21 08:32:09 +00:00
parent 02d2373e83
commit 8f67bcc49b
6 changed files with 10 additions and 14 deletions

View File

@ -63,8 +63,6 @@ number in the range \ccc{[0,boost::num_edges(g)]} to each edge in \ccc{g}.}
\ccIsModel \ccIsModel
\ccAnchor{http://www.boost.org/libs/property_map/ReadablePropertyMap.html}{ReadablePropertyMap} \ccAnchor{http://www.boost.org/libs/property_map/ReadablePropertyMap.html}{ReadablePropertyMap}
\ccSeeAlso
\ccRefIdfierPage{CGAL::Edge_index_property_map_stored<Graph>}\\
\end{ccRefClass} \end{ccRefClass}

View File

@ -66,8 +66,6 @@ The template parameter \ccc{Graph} must be a model of a {\sc Bgl}
\ccIsModel \ccIsModel
\ccc{EdgeIndextPropertyMap} \ccc{EdgeIndextPropertyMap}
\ccSeeAlso
\ccRefIdfierPage{CGAL::Edge_index_property_map_external<Graph>}\\
\end{ccRefClass} \end{ccRefClass}

View File

@ -11,9 +11,6 @@ The constant \ccc{edge_index} is a
of an edge of a {\sc Bgl} of an edge of a {\sc Bgl}
\ccAnchor{http://www.boost.org/libs/graph/doc/Graph.html}{Graph}. \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} \end{ccRefEnum}
\ccDefGlobalScope{CGAL::} \ccDefGlobalScope{CGAL::}

View File

@ -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)}. \ccc{boost::get(edge_is_border,graph,edge)}.
\ccSeeAlso
\ccRefIdfierPage{CGAL::Polyhedron_edge_is_border_property_map<Traits>} \\
\end{ccRefEnum} \end{ccRefEnum}

View File

@ -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)} \ccc{boost::get(vertex_is_border,graph,edge)}
\ccSeeAlso
\ccRefIdfierPage{CGAL::Polyhedron_vertex_is_border_property_map<Traits>} \\
\end{ccRefEnum} \end{ccRefEnum}

View File

@ -26,8 +26,13 @@ A point of a vertex can be directly accessed via:
\ccc{boost::get(vertex_point,graph,vertex)}\\ \ccc{boost::get(vertex_point,graph,vertex)}\\
\ccc{boost::put(vertex_point,graph,vertex,newpoint)} \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} \end{ccRefEnum}