adding missing () in see also for functions

This commit is contained in:
Sébastien Loriot 2013-01-09 18:18:45 +01:00
parent e261f3b17b
commit 6e63d3cfa8
68 changed files with 416 additions and 416 deletions

View File

@ -61,8 +61,8 @@ is a model of the `EuclideanRing` concept.
\sa `EuclideanRing` \sa `EuclideanRing`
\sa `AlgebraicStructureTraits::Div` \sa `AlgebraicStructureTraits::Div`
\sa `CGAL::mod` \sa `CGAL::mod()`
\sa `CGAL::div_mod` \sa `CGAL::div_mod()`
*/ */
template< class NT1, class NT2> template< class NT1, class NT2>
@ -96,8 +96,8 @@ is a model of the `EuclideanRing` concept.
\sa `EuclideanRing` \sa `EuclideanRing`
\sa `AlgebraicStructureTraits::DivMod` \sa `AlgebraicStructureTraits::DivMod`
\sa `CGAL::mod` \sa `CGAL::mod()`
\sa `CGAL::div` \sa `CGAL::div()`
*/ */
template <class NT1, class NT2> template <class NT1, class NT2>
@ -344,8 +344,8 @@ is a model of the `EuclideanRing` concept.
\sa `EuclideanRing` \sa `EuclideanRing`
\sa `AlgebraicStructureTraits::DivMod` \sa `AlgebraicStructureTraits::DivMod`
\sa `CGAL::div_mod` \sa `CGAL::div_mod()`
\sa `CGAL::div` \sa `CGAL::div()`
*/ */
template< class NT1, class NT2> template< class NT1, class NT2>

View File

@ -31,20 +31,20 @@ namespace CGAL {
\sa `ArrangementDcel` \sa `ArrangementDcel`
\sa `Arr_default_dcel<Traits>` \sa `Arr_default_dcel<Traits>`
\sa `ArrangementBasicTraits_2` \sa `ArrangementBasicTraits_2`
\sa `CGAL::overlay` \sa `CGAL::overlay()`
\sa `CGAL::is_valid` \sa `CGAL::is_valid()`
Insertion Functions Insertion Functions
\sa `PkgArrangement2Insert` \sa `PkgArrangement2Insert`
\sa `CGAL::insert_non_intersecting_curve` \sa `CGAL::insert_non_intersecting_curve()`
\sa `CGAL::insert_non_intersecting_curves` \sa `CGAL::insert_non_intersecting_curves()`
\sa `CGAL::insert_point` \sa `CGAL::insert_point()`
Removal functions Removal functions
\sa `CGAL::remove_edge` \sa `CGAL::remove_edge()`
\sa `CGAL::remove_vertex` \sa `CGAL::remove_vertex()`
Input/output functions Input/output functions

View File

@ -17,11 +17,11 @@ the `complement function` writes them into an output iterator
\sa `CGAL::do_intersect` \sa `CGAL::do_intersect()`
\sa `CGAL::intersection` \sa `CGAL::intersection()`
\sa `CGAL::join` \sa `CGAL::join()`
\sa `CGAL::difference` \sa `CGAL::difference()`
\sa `CGAL::symmetric_difference` \sa `CGAL::symmetric_difference()`
*/ */
/// @{ /// @{
@ -91,10 +91,10 @@ The types of the paramters of the `difference()` function are any of the followi
</table> </table>
</div> </div>
\sa `CGAL::do_intersect` \sa `CGAL::do_intersect()`
\sa `CGAL::intersection` \sa `CGAL::intersection()`
\sa `CGAL::join` \sa `CGAL::join()`
\sa `CGAL::symmetric_difference` \sa `CGAL::symmetric_difference()`
*/ */
@ -211,10 +211,10 @@ The types of the paramters of the `do_intersect()` function are any of the follo
</div> </div>
\sa `CGAL::intersection` \sa `CGAL::intersection()`
\sa `CGAL::join` \sa `CGAL::join()`
\sa `CGAL::difference` \sa `CGAL::difference()`
\sa `CGAL::symmetric_difference` \sa `CGAL::symmetric_difference()`
*/ */
@ -342,10 +342,10 @@ The types of the paramters of the `intersection()` function are any of the follo
</div> </div>
\sa `CGAL::do_intersect` \sa `CGAL::do_intersect()`
\sa `CGAL::join` \sa `CGAL::join()`
\sa `CGAL::difference` \sa `CGAL::difference()`
\sa `CGAL::symmetric_difference` \sa `CGAL::symmetric_difference()`
*/ */
@ -499,10 +499,10 @@ The types of the paramters of the `join()` function are any of the following com
</table> </table>
</div> </div>
\sa `CGAL::do_intersect` \sa `CGAL::do_intersect()`
\sa `CGAL::intersection` \sa `CGAL::intersection()`
\sa `CGAL::difference` \sa `CGAL::difference()`
\sa `CGAL::symmetric_difference` \sa `CGAL::symmetric_difference()`
*/ */
@ -653,7 +653,7 @@ The types of the paramters of the `oriented_side()` function are any of the foll
</table> </table>
</div> </div>
\sa `CGAL::do_intersect` \sa `CGAL::do_intersect()`
*/ */
@ -740,10 +740,10 @@ The types of the paramters of the `symmetric_difference()` function are any of t
</div> </div>
\sa `CGAL::do_intersect` \sa `CGAL::do_intersect()`
\sa `CGAL::intersection` \sa `CGAL::intersection()`
\sa `CGAL::join` \sa `CGAL::join()`
\sa `CGAL::difference` \sa `CGAL::difference()`
*/ */

View File

@ -12,9 +12,9 @@ functions `min_rectangle_2`, `min_parallelogram_2` and
\cgalModels `MinQuadrilateralTraits_2` \cgalModels `MinQuadrilateralTraits_2`
\sa `CGAL::min_rectangle_2` \sa `CGAL::min_rectangle_2()`
\sa `CGAL::min_parallelogram_2` \sa `CGAL::min_parallelogram_2()`
\sa `CGAL::min_strip_2` \sa `CGAL::min_strip_2()`
*/ */
template< typename K > template< typename K >

View File

@ -37,8 +37,8 @@ type from one the \cgal kernels. In this case, a default traits class
<LI>`OutputIterator` accepts `VT` as value type. <LI>`OutputIterator` accepts `VT` as value type.
</OL> </OL>
\sa `CGAL::min_rectangle_2` \sa `CGAL::min_rectangle_2()`
\sa `CGAL::min_strip_2` \sa `CGAL::min_strip_2()`
\sa `MinQuadrilateralTraits_2` \sa `MinQuadrilateralTraits_2`
\sa `CGAL::Min_quadrilateral_default_traits_2<K>` \sa `CGAL::Min_quadrilateral_default_traits_2<K>`
@ -107,8 +107,8 @@ is `CGAL::Point_2<K>` for some kernel `K`.
<LI>`OutputIterator` accepts `VT` as value type. <LI>`OutputIterator` accepts `VT` as value type.
</OL> </OL>
\sa `CGAL::min_parallelogram_2` \sa `CGAL::min_parallelogram_2()`
\sa `CGAL::min_strip_2` \sa `CGAL::min_strip_2()`
\sa `MinQuadrilateralTraits_2` \sa `MinQuadrilateralTraits_2`
\sa `CGAL::Min_quadrilateral_default_traits_2<K>` \sa `CGAL::Min_quadrilateral_default_traits_2<K>`
@ -175,8 +175,8 @@ is `CGAL::Point_2<K>` for some kernel `K`.
<LI>`OutputIterator` accepts `Traits::Line_2` as value type. <LI>`OutputIterator` accepts `Traits::Line_2` as value type.
</OL> </OL>
\sa `CGAL::min_rectangle_2` \sa `CGAL::min_rectangle_2()`
\sa `CGAL::min_parallelogram_2` \sa `CGAL::min_parallelogram_2()`
\sa `MinQuadrilateralTraits_2` \sa `MinQuadrilateralTraits_2`
\sa `CGAL::Min_quadrilateral_default_traits_2<K>` \sa `CGAL::Min_quadrilateral_default_traits_2<K>`

View File

@ -12,7 +12,7 @@ using the function `rectangular_p_center_2`.
\cgalModels `RectangularPCenterTraits_2` \cgalModels `RectangularPCenterTraits_2`
\sa `CGAL::rectangular_p_center_2` \sa `CGAL::rectangular_p_center_2()`
*/ */
template< typename K > template< typename K >
@ -240,7 +240,7 @@ is a model for `RectangularPCenterTraits_2`.
\sa `RectangularPCenterTraits_2` \sa `RectangularPCenterTraits_2`
\sa `CGAL::Rectangular_p_center_default_traits_2<K>` \sa `CGAL::Rectangular_p_center_default_traits_2<K>`
\sa `CGAL::sorted_matrix_search` \sa `CGAL::sorted_matrix_search()`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -10,9 +10,9 @@ set using the functions `min_rectangle_2`,
\cgalHasModel `CGAL::Min_quadrilateral_default_traits_2<K>` \cgalHasModel `CGAL::Min_quadrilateral_default_traits_2<K>`
\sa `CGAL::min_rectangle_2` \sa `CGAL::min_rectangle_2()`
\sa `CGAL::min_parallelogram_2` \sa `CGAL::min_parallelogram_2()`
\sa `CGAL::min_strip_2` \sa `CGAL::min_strip_2()`
*/ */

View File

@ -9,7 +9,7 @@ using the function `CGAL::rectangular_p_center_2`.
\cgalHasModel `CGAL::Rectangular_p_center_default_traits_2<K>` \cgalHasModel `CGAL::Rectangular_p_center_default_traits_2<K>`
\sa `CGAL::rectangular_p_center_2` \sa `CGAL::rectangular_p_center_2()`
*/ */

View File

@ -5,7 +5,7 @@ namespace CGAL {
The enum `Circle_type` is used to classify an object of type `Circle_3`, so as to specify The enum `Circle_type` is used to classify an object of type `Circle_3`, so as to specify
its type (normal,polar,bipolar or threaded), as defined in Section \ref sectionSKobjects. its type (normal,polar,bipolar or threaded), as defined in Section \ref sectionSKobjects.
\sa `CGAL::classify` \sa `CGAL::classify()`
*/ */
enum Circle_type {NORMAL, THREADED, POLAR, BIPOLAR}; enum Circle_type {NORMAL, THREADED, POLAR, BIPOLAR};
} /* end namespace CGAL */ } /* end namespace CGAL */

View File

@ -667,8 +667,8 @@ iterators or circulators, a backwards loop macro
`CGAL_For_all_backwards(i, j)` exists that decrements `j` until `CGAL_For_all_backwards(i, j)` exists that decrements `j` until
it reaches `i`. it reaches `i`.
\sa `CGAL::iterator_distance` \sa `CGAL::iterator_distance()`
\sa `CGAL::is_empty_range` \sa `CGAL::is_empty_range()`
\sa `CGAL::Circulator_tag` \sa `CGAL::Circulator_tag`
\sa `CGAL::Circulator_traits` \sa `CGAL::Circulator_traits`
\sa `CGAL::Assert_circulator_or_iterator` \sa `CGAL::Assert_circulator_or_iterator`

View File

@ -30,12 +30,12 @@ functions that return instances of these types:
</UL> </UL>
</OL> </OL>
\sa `CGAL::ch_bykat` \sa `CGAL::ch_bykat()`
\sa `CGAL::ch_eddy` \sa `CGAL::ch_eddy()`
\sa `CGAL::ch_graham_andrew` \sa `CGAL::ch_graham_andrew()`
\sa `CGAL::ch_jarvis` \sa `CGAL::ch_jarvis()`
\sa `CGAL::ch_melkman` \sa `CGAL::ch_melkman()`
\sa `CGAL::convex_hull_2` \sa `CGAL::convex_hull_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -31,12 +31,12 @@ functions that return instances of these types:
</UL> </UL>
</OL> </OL>
\sa `CGAL::ch_akl_toussaint` \sa `CGAL::ch_akl_toussaint()`
\sa `CGAL::ch_eddy` \sa `CGAL::ch_eddy()`
\sa `CGAL::ch_graham_andrew` \sa `CGAL::ch_graham_andrew()`
\sa `CGAL::ch_jarvis` \sa `CGAL::ch_jarvis()`
\sa `CGAL::ch_melkman` \sa `CGAL::ch_melkman()`
\sa `CGAL::convex_hull_2` \sa `CGAL::convex_hull_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -31,12 +31,12 @@ functions that return instances of these types:
</UL> </UL>
</OL> </OL>
\sa `CGAL::ch_akl_toussaint` \sa `CGAL::ch_akl_toussaint()`
\sa `CGAL::ch_bykat` \sa `CGAL::ch_bykat()`
\sa `CGAL::ch_graham_andrew` \sa `CGAL::ch_graham_andrew()`
\sa `CGAL::ch_jarvis` \sa `CGAL::ch_jarvis()`
\sa `CGAL::ch_melkman` \sa `CGAL::ch_melkman()`
\sa `CGAL::convex_hull_2` \sa `CGAL::convex_hull_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -31,15 +31,15 @@ functions that return instances of these types:
</UL> </UL>
</OL> </OL>
\sa `CGAL::ch_akl_toussaint` \sa `CGAL::ch_akl_toussaint()`
\sa `CGAL::ch_bykat` \sa `CGAL::ch_bykat()`
\sa `CGAL::ch_eddy` \sa `CGAL::ch_eddy()`
\sa `CGAL::ch_graham_andrew_scan` \sa `CGAL::ch_graham_andrew_scan()`
\sa `CGAL::ch_jarvis` \sa `CGAL::ch_jarvis()`
\sa `CGAL::ch_melkman` \sa `CGAL::ch_melkman()`
\sa `CGAL::convex_hull_2` \sa `CGAL::convex_hull_2()`
\sa `CGAL::lower_hull_points_2` \sa `CGAL::lower_hull_points_2()`
\sa `CGAL::upper_hull_points_2` \sa `CGAL::upper_hull_points_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}
@ -86,9 +86,9 @@ functions that return instances of these types:
</UL> </UL>
</OL> </OL>
\sa `CGAL::ch_graham_andrew` \sa `CGAL::ch_graham_andrew()`
\sa `CGAL::lower_hull_points_2` \sa `CGAL::lower_hull_points_2()`
\sa `CGAL::upper_hull_points_2` \sa `CGAL::upper_hull_points_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -30,13 +30,13 @@ functions that return instances of these types:
</UL> </UL>
</OL> </OL>
\sa `CGAL::ch_akl_toussaint` \sa `CGAL::ch_akl_toussaint()`
\sa `CGAL::ch_bykat` \sa `CGAL::ch_bykat()`
\sa `CGAL::ch_eddy` \sa `CGAL::ch_eddy()`
\sa `CGAL::ch_graham_andrew` \sa `CGAL::ch_graham_andrew()`
\sa `CGAL::ch_jarvis_march` \sa `CGAL::ch_jarvis_march()`
\sa `CGAL::ch_melkman` \sa `CGAL::ch_melkman()`
\sa `CGAL::convex_hull_2` \sa `CGAL::convex_hull_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}
@ -82,9 +82,9 @@ functions that return instances of these types:
</UL> </UL>
</OL> </OL>
\sa `CGAL::ch_jarvis` \sa `CGAL::ch_jarvis()`
\sa `CGAL::lower_hull_points_2` \sa `CGAL::lower_hull_points_2()`
\sa `CGAL::upper_hull_points_2` \sa `CGAL::upper_hull_points_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -29,13 +29,13 @@ functions that return instances of these types:
</UL> </UL>
</OL> </OL>
\sa `CGAL::ch_akl_toussaint` \sa `CGAL::ch_akl_toussaint()`
\sa `CGAL::ch_bykat` \sa `CGAL::ch_bykat()`
\sa `CGAL::ch_eddy` \sa `CGAL::ch_eddy()`
\sa `CGAL::ch_graham_andrew` \sa `CGAL::ch_graham_andrew()`
\sa `CGAL::ch_jarvis` \sa `CGAL::ch_jarvis()`
\sa `CGAL::ch_melkman` \sa `CGAL::ch_melkman()`
\sa `CGAL::convex_hull_2` \sa `CGAL::convex_hull_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -20,12 +20,12 @@ value type of `ForwardIterator` is defined.
the concept `ConvexHullTraits_2` and the corresponding member the concept `ConvexHullTraits_2` and the corresponding member
function that returns an instance of this type. function that returns an instance of this type.
\sa `CGAL::ch_nswe_point` \sa `CGAL::ch_nswe_point()`
\sa `CGAL::ch_n_point` \sa `CGAL::ch_n_point()`
\sa `CGAL::ch_ns_point` \sa `CGAL::ch_ns_point()`
\sa `CGAL::ch_s_point` \sa `CGAL::ch_s_point()`
\sa `CGAL::ch_w_point` \sa `CGAL::ch_w_point()`
\sa `CGAL::ch_we_point` \sa `CGAL::ch_we_point()`
*/ */
@ -59,12 +59,12 @@ The default traits class `Default_traits` is the kernel in which the type
the concept `ConvexHullTraits_2` and the corresponding member the concept `ConvexHullTraits_2` and the corresponding member
function that returns an instance of this type. function that returns an instance of this type.
\sa `CGAL::ch_e_point` \sa `CGAL::ch_e_point()`
\sa `CGAL::ch_nswe_point` \sa `CGAL::ch_nswe_point()`
\sa `CGAL::ch_ns_point` \sa `CGAL::ch_ns_point()`
\sa `CGAL::ch_s_point` \sa `CGAL::ch_s_point()`
\sa `CGAL::ch_w_point` \sa `CGAL::ch_w_point()`
\sa `CGAL::ch_we_point` \sa `CGAL::ch_we_point()`
*/ */
@ -100,12 +100,12 @@ value type of `ForwardIterator` is defined.
the concept `ConvexHullTraits_2` and the corresponding member the concept `ConvexHullTraits_2` and the corresponding member
function that returns an instance of this type. function that returns an instance of this type.
\sa `CGAL::ch_e_point` \sa `CGAL::ch_e_point()`
\sa `CGAL::ch_nswe_point` \sa `CGAL::ch_nswe_point()`
\sa `CGAL::ch_n_point` \sa `CGAL::ch_n_point()`
\sa `CGAL::ch_s_point` \sa `CGAL::ch_s_point()`
\sa `CGAL::ch_w_point` \sa `CGAL::ch_w_point()`
\sa `CGAL::ch_we_point` \sa `CGAL::ch_we_point()`
*/ */
@ -150,12 +150,12 @@ functions that return instances of these types:
The default traits class `Default_traits` is the kernel in which the The default traits class `Default_traits` is the kernel in which the
type `ForwardIterator::value_type` is defined. type `ForwardIterator::value_type` is defined.
\sa `CGAL::ch_e_point` \sa `CGAL::ch_e_point()`
\sa `CGAL::ch_n_point` \sa `CGAL::ch_n_point()`
\sa `CGAL::ch_ns_point` \sa `CGAL::ch_ns_point()`
\sa `CGAL::ch_s_point` \sa `CGAL::ch_s_point()`
\sa `CGAL::ch_w_point` \sa `CGAL::ch_w_point()`
\sa `CGAL::ch_we_point` \sa `CGAL::ch_we_point()`
*/ */
@ -192,12 +192,12 @@ type `ForwardIterator::value_type` is defined.
the concept `ConvexHullTraits_2` and the corresponding member the concept `ConvexHullTraits_2` and the corresponding member
function that returns an instance of this type. function that returns an instance of this type.
\sa `CGAL::ch_e_point` \sa `CGAL::ch_e_point()`
\sa `CGAL::ch_nswe_point` \sa `CGAL::ch_nswe_point()`
\sa `CGAL::ch_n_point` \sa `CGAL::ch_n_point()`
\sa `CGAL::ch_ns_point` \sa `CGAL::ch_ns_point()`
\sa `CGAL::ch_w_point` \sa `CGAL::ch_w_point()`
\sa `CGAL::ch_we_point` \sa `CGAL::ch_we_point()`
*/ */
@ -233,12 +233,12 @@ type `ForwardIterator::value_type` is defined.
the concept `ConvexHullTraits_2` and the corresponding member the concept `ConvexHullTraits_2` and the corresponding member
function that returns an instance of this type. function that returns an instance of this type.
\sa `CGAL::ch_e_point` \sa `CGAL::ch_e_point()`
\sa `CGAL::ch_nswe_point` \sa `CGAL::ch_nswe_point()`
\sa `CGAL::ch_n_point` \sa `CGAL::ch_n_point()`
\sa `CGAL::ch_ns_point` \sa `CGAL::ch_ns_point()`
\sa `CGAL::ch_s_point` \sa `CGAL::ch_s_point()`
\sa `CGAL::ch_w_point` \sa `CGAL::ch_w_point()`
*/ */
@ -273,12 +273,12 @@ function that returns an instance of this type.
The default traits class `Default_traits` is the kernel in which the The default traits class `Default_traits` is the kernel in which the
type `ForwardIterator::value_type` is defined. type `ForwardIterator::value_type` is defined.
\sa `CGAL::ch_e_point` \sa `CGAL::ch_e_point()`
\sa `CGAL::ch_nswe_point` \sa `CGAL::ch_nswe_point()`
\sa `CGAL::ch_n_point` \sa `CGAL::ch_n_point()`
\sa `CGAL::ch_ns_point` \sa `CGAL::ch_ns_point()`
\sa `CGAL::ch_s_point` \sa `CGAL::ch_s_point()`
\sa `CGAL::ch_we_point` \sa `CGAL::ch_we_point()`
*/ */

View File

@ -35,12 +35,12 @@ functions that return instances of these types:
</UL> </UL>
</OL> </OL>
\sa `CGAL::ch_akl_toussaint` \sa `CGAL::ch_akl_toussaint()`
\sa `CGAL::ch_bykat` \sa `CGAL::ch_bykat()`
\sa `CGAL::ch_eddy` \sa `CGAL::ch_eddy()`
\sa `CGAL::ch_graham_andrew` \sa `CGAL::ch_graham_andrew()`
\sa `CGAL::ch_jarvis` \sa `CGAL::ch_jarvis()`
\sa `CGAL::ch_melkman` \sa `CGAL::ch_melkman()`
\cgalHeading{Implementation} \cgalHeading{Implementation}
@ -120,9 +120,9 @@ functions that return instances of these types:
</UL> </UL>
</OL> </OL>
\sa `CGAL::ch_graham_andrew` \sa `CGAL::ch_graham_andrew()`
\sa `CGAL::ch_graham_andrew_scan` \sa `CGAL::ch_graham_andrew_scan()`
\sa `CGAL::upper_hull_points_2` \sa `CGAL::upper_hull_points_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}
@ -184,9 +184,9 @@ functions that return instances of these types:
</UL> </UL>
</OL> </OL>
\sa `CGAL::ch_graham_andrew` \sa `CGAL::ch_graham_andrew()`
\sa `CGAL::ch_graham_andrew_scan` \sa `CGAL::ch_graham_andrew_scan()`
\sa `CGAL::lower_hull_points_2` \sa `CGAL::lower_hull_points_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -27,8 +27,8 @@ functions that return instances of these types:
<LI>`Traits::Left_turn_2`. <LI>`Traits::Left_turn_2`.
</UL> </UL>
\sa `CGAL::is_cw_strongly_convex_2` \sa `CGAL::is_cw_strongly_convex_2()`
\sa `CGAL::is_strongly_convex_3` \sa `CGAL::is_strongly_convex_3()`
\cgalHeading{Implementation} \cgalHeading{Implementation}
@ -76,8 +76,8 @@ functions that return instances of these types:
<LI>`Traits::Left_turn_2`. <LI>`Traits::Left_turn_2`.
</UL> </UL>
\sa `CGAL::is_ccw_strongly_convex_2` \sa `CGAL::is_ccw_strongly_convex_2()`
\sa `CGAL::is_strongly_convex_3` \sa `CGAL::is_strongly_convex_3()`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -10,7 +10,7 @@ by `CGAL::convex_hull_3()`.
\cgalHasModel All models of `Kernel` \cgalHasModel All models of `Kernel`
\sa `ConvexHullTraits_3` \sa `ConvexHullTraits_3`
\sa `CGAL::is_strongly_convex_3` \sa `CGAL::is_strongly_convex_3()`
*/ */

View File

@ -27,10 +27,10 @@ are needed from `rnd` for each point.
coordinate values. coordinate values.
\sa `CGAL::points_on_segment_2` \sa `CGAL::points_on_segment_2()`
\sa `CGAL::points_on_square_grid_2` \sa `CGAL::points_on_square_grid_2()`
\sa `CGAL::random_selection` \sa `CGAL::random_selection()`
\sa `CGAL::random_selection` \sa `CGAL::random_selection()`
\sa `std::random_shuffle` \sa `std::random_shuffle`
*/ */
@ -52,9 +52,9 @@ the \f$ n\f$ points.
\sa `CGAL::points_on_segment_2` \sa `CGAL::points_on_segment_2()`
\sa `CGAL::points_on_square_grid_2` \sa `CGAL::points_on_square_grid_2()`
\sa `CGAL::random_collinear_points_2` \sa `CGAL::random_collinear_points_2()`
*/ */
template <class P, class OutputIterator> template <class P, class OutputIterator>
@ -85,11 +85,11 @@ the \f$ n\f$ points.
the `value_type` in this case. the `value_type` in this case.
\sa `CGAL::perturb_points_2` \sa `CGAL::perturb_points_2()`
\sa `CGAL::points_on_segment_2` \sa `CGAL::points_on_segment_2()`
\sa `CGAL::points_on_cube_grid_3` \sa `CGAL::points_on_cube_grid_3()`
\sa `CGAL::random_collinear_points_2` \sa `CGAL::random_collinear_points_2()`
\sa `CGAL::random_selection` \sa `CGAL::random_selection()`
\sa `std::random_shuffle` \sa `std::random_shuffle`
*/ */
@ -122,10 +122,10 @@ Returns the value of `first2` after inserting the \f$ n\f$ points.
`to_double((*first).y())` must result in the respective `to_double((*first).y())` must result in the respective
coordinate values. coordinate values.
\sa `CGAL::perturb_points_2` \sa `CGAL::perturb_points_2()`
\sa `CGAL::points_on_segment_2` \sa `CGAL::points_on_segment_2()`
\sa `CGAL::points_on_square_grid_2` \sa `CGAL::points_on_square_grid_2()`
\sa `CGAL::random_selection` \sa `CGAL::random_selection()`
\sa `std::random_shuffle` \sa `std::random_shuffle`
*/ */
@ -146,7 +146,7 @@ distributed in an open disc. The default `Creator` is
\cgalModels `InputIterator` \cgalModels `InputIterator`
\cgalModels `PointGenerator` \cgalModels `PointGenerator`
\sa `CGAL::cpp11::copy_n` \sa `CGAL::cpp11::copy_n()`
\sa `CGAL::Counting_iterator` \sa `CGAL::Counting_iterator`
\sa `CGAL::Points_on_segment_2<Point_2>` \sa `CGAL::Points_on_segment_2<Point_2>`
\sa `CGAL::Random_points_in_square_2<Point_2, Creator>` \sa `CGAL::Random_points_in_square_2<Point_2, Creator>`
@ -213,7 +213,7 @@ distributed in a half-open square. The default `Creator` is
\cgalModels `InputIterator` \cgalModels `InputIterator`
\cgalModels `PointGenerator` \cgalModels `PointGenerator`
\sa `CGAL::cpp11::copy_n` \sa `CGAL::cpp11::copy_n()`
\sa `CGAL::Counting_iterator` \sa `CGAL::Counting_iterator`
\sa `CGAL::Points_on_segment_2<Point_2>` \sa `CGAL::Points_on_segment_2<Point_2>`
\sa `CGAL::Random_points_in_disc_2<Point_2, Creator>` \sa `CGAL::Random_points_in_disc_2<Point_2, Creator>`
@ -284,7 +284,7 @@ rounding errors.
\cgalModels `InputIterator` \cgalModels `InputIterator`
\cgalModels `PointGenerator` \cgalModels `PointGenerator`
\sa `CGAL::cpp11::copy_n` \sa `CGAL::cpp11::copy_n()`
\sa `CGAL::Counting_iterator` \sa `CGAL::Counting_iterator`
\sa `CGAL::Points_on_segment_2<Point_2>` \sa `CGAL::Points_on_segment_2<Point_2>`
\sa `CGAL::Random_points_in_disc_2<Point_2, Creator>` \sa `CGAL::Random_points_in_disc_2<Point_2, Creator>`
@ -354,7 +354,7 @@ distributed on a segment. The default `Creator` is
\cgalModels `InputIterator` \cgalModels `InputIterator`
\cgalModels `PointGenerator` \cgalModels `PointGenerator`
\sa `CGAL::cpp11::copy_n` \sa `CGAL::cpp11::copy_n()`
\sa `CGAL::Counting_iterator` \sa `CGAL::Counting_iterator`
\sa `CGAL::Points_on_segment_2<Point_2>` \sa `CGAL::Points_on_segment_2<Point_2>`
\sa `CGAL::Random_points_in_disc_2<Point_2, Creator>` \sa `CGAL::Random_points_in_disc_2<Point_2, Creator>`
@ -423,7 +423,7 @@ distributed on the boundary of a square. The default `Creator` is
\cgalModels `InputIterator` \cgalModels `InputIterator`
\cgalModels `PointGenerator` \cgalModels `PointGenerator`
\sa `CGAL::cpp11::copy_n` \sa `CGAL::cpp11::copy_n()`
\sa `CGAL::Counting_iterator` \sa `CGAL::Counting_iterator`
\sa `CGAL::Points_on_segment_2<Point_2>` \sa `CGAL::Points_on_segment_2<Point_2>`
\sa `CGAL::Random_points_in_disc_2<Point_2, Creator>` \sa `CGAL::Random_points_in_disc_2<Point_2, Creator>`
@ -492,7 +492,7 @@ endpoints are specified upon construction. The points are equally spaced.
\cgalModels `PointGenerator` \cgalModels `PointGenerator`
\sa `CGAL::cpp11::copy_n` \sa `CGAL::cpp11::copy_n()`
\sa `CGAL::Counting_iterator` \sa `CGAL::Counting_iterator`
\sa `CGAL::points_on_segment<Point_2>` \sa `CGAL::points_on_segment<Point_2>`
\sa `CGAL::Random_points_in_disc_2<Point_2, Creator>` \sa `CGAL::Random_points_in_disc_2<Point_2, Creator>`
@ -500,7 +500,7 @@ endpoints are specified upon construction. The points are equally spaced.
\sa `CGAL::Random_points_on_circle_2<Point_2, Creator>` \sa `CGAL::Random_points_on_circle_2<Point_2, Creator>`
\sa `CGAL::Random_points_on_segment_2<Point_2, Creator>` \sa `CGAL::Random_points_on_segment_2<Point_2, Creator>`
\sa `CGAL::Random_points_on_square_2<Point_2, Creator>` \sa `CGAL::Random_points_on_square_2<Point_2, Creator>`
\sa `CGAL::random_selection` \sa `CGAL::random_selection()`
\sa `std::random_shuffle` \sa `std::random_shuffle`
*/ */

View File

@ -23,9 +23,9 @@ inserting the \f$ n\f$ points.
the `value_type` in this case. the `value_type` in this case.
\sa `CGAL::points_on_square_grid_2` \sa `CGAL::points_on_square_grid_2()`
\sa `CGAL::random_selection` \sa `CGAL::random_selection()`
*/ */
template <class OutputIterator, class Creator> template <class OutputIterator, class Creator>
@ -44,7 +44,7 @@ distributed in a half-open cube. The default `Creator` is
\cgalModels `InputIterator` \cgalModels `InputIterator`
\cgalModels `PointGenerator` \cgalModels `PointGenerator`
\sa `CGAL::cpp11::copy_n` \sa `CGAL::cpp11::copy_n()`
\sa `CGAL::Counting_iterator` \sa `CGAL::Counting_iterator`
\sa `CGAL::Random_points_in_square_2<Point_2, Creator>` \sa `CGAL::Random_points_in_square_2<Point_2, Creator>`
\sa `CGAL::Random_points_in_sphere_3<Point_3, Creator>` \sa `CGAL::Random_points_in_sphere_3<Point_3, Creator>`
@ -111,7 +111,7 @@ distributed in an open sphere. The default `Creator` is
\cgalModels `InputIterator` \cgalModels `InputIterator`
\cgalModels `PointGenerator` \cgalModels `PointGenerator`
\sa `CGAL::cpp11::copy_n` \sa `CGAL::cpp11::copy_n()`
\sa `CGAL::Counting_iterator` \sa `CGAL::Counting_iterator`
\sa `CGAL::Random_points_in_disc_2<Point_2, Creator>` \sa `CGAL::Random_points_in_disc_2<Point_2, Creator>`
\sa `CGAL::Random_points_in_cube_3<Point_3, Creator>` \sa `CGAL::Random_points_in_cube_3<Point_3, Creator>`
@ -181,7 +181,7 @@ rounding errors.
\cgalModels `InputIterator` \cgalModels `InputIterator`
\cgalModels `PointGenerator` \cgalModels `PointGenerator`
\sa `CGAL::cpp11::copy_n` \sa `CGAL::cpp11::copy_n()`
\sa `CGAL::Counting_iterator` \sa `CGAL::Counting_iterator`
\sa `CGAL::Random_points_on_circle_2<Point_2, Creator>` \sa `CGAL::Random_points_on_circle_2<Point_2, Creator>`
\sa `CGAL::Random_points_in_cube_3<Point_3, Creator>` \sa `CGAL::Random_points_in_cube_3<Point_3, Creator>`

View File

@ -25,8 +25,8 @@ The dimension of `Creator` should be \f$ dim\f$.
<LI>The `OutputIterator` must accept values of type `P`. <LI>The `OutputIterator` must accept values of type `P`.
</UL> </UL>
\sa `CGAL::points_on_square_grid_2` \sa `CGAL::points_on_square_grid_2()`
\sa `CGAL::points_on_cube_grid_3` \sa `CGAL::points_on_cube_grid_3()`
*/ */
template <class OutputIterator, class Creator> template <class OutputIterator, class Creator>
@ -43,7 +43,7 @@ distributed in an open ball in any dimension.
\cgalModels `InputIterator` \cgalModels `InputIterator`
\cgalModels `PointGenerator` \cgalModels `PointGenerator`
\sa `CGAL::cpp11::copy_n` \sa `CGAL::cpp11::copy_n()`
\sa `CGAL::Counting_iterator` \sa `CGAL::Counting_iterator`
\sa `CGAL::Random_points_in_disc_2<Point_2, Creator>` \sa `CGAL::Random_points_in_disc_2<Point_2, Creator>`
\sa `CGAL::Random_points_in_sphere_3<Point_3, Creator>` \sa `CGAL::Random_points_in_sphere_3<Point_3, Creator>`
@ -112,7 +112,7 @@ distributed in an half-open cube.
\cgalModels `InputIterator` \cgalModels `InputIterator`
\cgalModels `PointGenerator` \cgalModels `PointGenerator`
\sa `CGAL::cpp11::copy_n` \sa `CGAL::cpp11::copy_n()`
\sa `CGAL::Counting_iterator` \sa `CGAL::Counting_iterator`
\sa `CGAL::Random_points_in_square_2<Point_2, Creator>` \sa `CGAL::Random_points_in_square_2<Point_2, Creator>`
\sa `CGAL::Random_points_in_cube_3<Point_3, Creator>` \sa `CGAL::Random_points_in_cube_3<Point_3, Creator>`
@ -187,7 +187,7 @@ rounding errors.
\cgalModels `InputIterator` \cgalModels `InputIterator`
\cgalModels `PointGenerator` \cgalModels `PointGenerator`
\sa `CGAL::cpp11::copy_n` \sa `CGAL::cpp11::copy_n()`
\sa `CGAL::Counting_iterator` \sa `CGAL::Counting_iterator`
\sa `CGAL::Random_points_on_circle_2<Point_2, Creator>` \sa `CGAL::Random_points_on_circle_2<Point_2, Creator>`
\sa `CGAL::Random_points_on_sphere_3<Point_3, Creator>` \sa `CGAL::Random_points_on_sphere_3<Point_3, Creator>`

View File

@ -12,9 +12,9 @@ be inscribed into a given convex polygon \f$ P\f$ using the function
\cgalModels `ExtremalPolygonTraits_2` \cgalModels `ExtremalPolygonTraits_2`
\sa `CGAL::maximum_area_inscribed_k_gon_2` \sa `CGAL::maximum_area_inscribed_k_gon_2()`
\sa `CGAL::maximum_perimeter_inscribed_k_gon_2` \sa `CGAL::maximum_perimeter_inscribed_k_gon_2()`
\sa `CGAL::extremal_polygon_2` \sa `CGAL::extremal_polygon_2()`
\sa `CGAL::Extremal_polygon_perimeter_traits_2<K>` \sa `CGAL::Extremal_polygon_perimeter_traits_2<K>`
\sa `ExtremalPolygonTraits_2` \sa `ExtremalPolygonTraits_2`
@ -114,9 +114,9 @@ k\f$-gon \f$ P_k\f$ that can be inscribed into a given convex polygon
\cgalModels `ExtremalPolygonTraits_2` \cgalModels `ExtremalPolygonTraits_2`
\sa `CGAL::maximum_area_inscribed_k_gon_2` \sa `CGAL::maximum_area_inscribed_k_gon_2()`
\sa `CGAL::maximum_perimeter_inscribed_k_gon_2` \sa `CGAL::maximum_perimeter_inscribed_k_gon_2()`
\sa `CGAL::extremal_polygon_2` \sa `CGAL::extremal_polygon_2()`
\sa `CGAL::Extremal_polygon_area_traits_2<K>` \sa `CGAL::Extremal_polygon_area_traits_2<K>`
\sa `ExtremalPolygonTraits_2` \sa `ExtremalPolygonTraits_2`

View File

@ -15,9 +15,9 @@ specified, in case that precondition checking is disabled.
\cgalHasModel `CGAL::Extremal_polygon_area_traits_2<K>` \cgalHasModel `CGAL::Extremal_polygon_area_traits_2<K>`
\cgalHasModel `CGAL::Extremal_polygon_perimeter_traits_2<K>` \cgalHasModel `CGAL::Extremal_polygon_perimeter_traits_2<K>`
\sa `CGAL::maximum_area_inscribed_k_gon_2` \sa `CGAL::maximum_area_inscribed_k_gon_2()`
\sa `CGAL::maximum_perimeter_inscribed_k_gon_2` \sa `CGAL::maximum_perimeter_inscribed_k_gon_2()`
\sa `CGAL::extremal_polygon_2` \sa `CGAL::extremal_polygon_2()`
*/ */

View File

@ -13,7 +13,7 @@ matrix search.
\cgalModels `MonotoneMatrixSearchTraits` \cgalModels `MonotoneMatrixSearchTraits`
\cgalModels `BasicMatrix` \cgalModels `BasicMatrix`
\sa `CGAL::monotone_matrix_search` \sa `CGAL::monotone_matrix_search()`
\sa `MonotoneMatrixSearchTraits` \sa `MonotoneMatrixSearchTraits`
\sa `BasicMatrix` \sa `BasicMatrix`

View File

@ -23,7 +23,7 @@ matrix classes.
\cgalHasModel `CGAL::Dynamic_matrix<M>` \cgalHasModel `CGAL::Dynamic_matrix<M>`
\sa `CGAL::monotone_matrix_search` \sa `CGAL::monotone_matrix_search()`
*/ */

View File

@ -10,7 +10,7 @@ that fulfills a certain feasibility criterion using the function
\cgalHasModel `CGAL::Sorted_matrix_search_traits_adaptor<F,M>` \cgalHasModel `CGAL::Sorted_matrix_search_traits_adaptor<F,M>`
\sa `CGAL::sorted_matrix_search` \sa `CGAL::sorted_matrix_search()`
\sa `BasicMatrix` \sa `BasicMatrix`
*/ */

View File

@ -16,7 +16,7 @@ and a sizing field which may be a uniform or variable field.
\sa `MeshCriteria_3` \sa `MeshCriteria_3`
\sa `CGAL::Mesh_criteria_3<Tr>` \sa `CGAL::Mesh_criteria_3<Tr>`
\sa `CGAL::make_mesh_3` \sa `CGAL::make_mesh_3()`
*/ */
template< typename Tr > template< typename Tr >

View File

@ -32,7 +32,7 @@ be identical to the type `TriangleAccessor::Triangle_3`.
\sa `TriangleAccessor_3` \sa `TriangleAccessor_3`
\sa `IntersectionGeometricTraits_3` \sa `IntersectionGeometricTraits_3`
\sa `CGAL::Triangle_accessor_3<Polyhedron_3<K>,K>` \sa `CGAL::Triangle_accessor_3<Polyhedron_3<K>,K>`
\sa `CGAL::make_mesh_3`. \sa `CGAL::make_mesh_3()`.
*/ */
template< typename Polyhedron, typename IGT, typename TriangleAccessor > template< typename Polyhedron, typename IGT, typename TriangleAccessor >

View File

@ -31,7 +31,7 @@ of a surface facet, the center of its biggest Delaunay surface ball.
\cgalHasModel `CGAL::Mesh_cell_base_3<MD,Gt,Cb>` \cgalHasModel `CGAL::Mesh_cell_base_3<MD,Gt,Cb>`
\sa `CGAL::make_mesh_3` \sa `CGAL::make_mesh_3()`
\sa `MeshDomain_3` \sa `MeshDomain_3`
\sa `MeshComplex_3InTriangulation_3` \sa `MeshComplex_3InTriangulation_3`

View File

@ -14,8 +14,8 @@ handle the refinement criteria for mesh tetrahedra.
\sa `MeshEdgeCriteria_3` \sa `MeshEdgeCriteria_3`
\sa `MeshFacetCriteria_3` \sa `MeshFacetCriteria_3`
\sa `MeshCriteria_3` \sa `MeshCriteria_3`
\sa `CGAL::make_mesh_3` \sa `CGAL::make_mesh_3()`
\sa `CGAL::refine_mesh_3` \sa `CGAL::refine_mesh_3()`
*/ */

View File

@ -46,7 +46,7 @@ The data structure encodes the final mesh at the end of the meshing process.
\sa `MeshDomain_3` \sa `MeshDomain_3`
\sa `MeshComplexWithFeatures_3InTriangulation_3` \sa `MeshComplexWithFeatures_3InTriangulation_3`
\sa `CGAL::make_mesh_3` \sa `CGAL::make_mesh_3()`
*/ */

View File

@ -20,8 +20,8 @@ that describes the requirements, in terms of sizing, for the discretization of t
\sa `MeshEdgeCriteria_3` \sa `MeshEdgeCriteria_3`
\sa `MeshFacetCriteria_3` \sa `MeshFacetCriteria_3`
\sa `MeshCellCriteria_3` \sa `MeshCellCriteria_3`
\sa `CGAL::make_mesh_3` \sa `CGAL::make_mesh_3()`
\sa `CGAL::refine_mesh_3` \sa `CGAL::refine_mesh_3()`
*/ */

View File

@ -16,8 +16,8 @@ The concept `MeshCriteria_3` encapsulates these concepts.
\sa `MeshFacetCriteria_3` \sa `MeshFacetCriteria_3`
\sa `MeshCellCriteria_3` \sa `MeshCellCriteria_3`
\sa `CGAL::make_mesh_3` \sa `CGAL::make_mesh_3()`
\sa `CGAL::refine_mesh_3` \sa `CGAL::refine_mesh_3()`
\sa `MeshCriteriaWithFeatures_3` \sa `MeshCriteriaWithFeatures_3`
*/ */

View File

@ -35,8 +35,8 @@ and strictly outside the domain (resp. the subdomain).
\sa `MeshVertexBase_3` \sa `MeshVertexBase_3`
\sa `MeshCellBase_3` \sa `MeshCellBase_3`
\sa `CGAL::make_mesh_3` \sa `CGAL::make_mesh_3()`
\sa `CGAL::refine_mesh_3` \sa `CGAL::refine_mesh_3()`
*/ */

View File

@ -14,8 +14,8 @@ handle the refinement criteria for surface facets.
\sa `MeshCellCriteria_3` \sa `MeshCellCriteria_3`
\sa `MeshEdgeCriteria_3` \sa `MeshEdgeCriteria_3`
\sa `MeshCriteria_3` \sa `MeshCriteria_3`
\sa `CGAL::make_mesh_3` \sa `CGAL::make_mesh_3()`
\sa `CGAL::refine_mesh_3` \sa `CGAL::refine_mesh_3()`
*/ */

View File

@ -20,8 +20,8 @@ and to an index characteristic of this face.
\cgalHasModel `CGAL::Mesh_vertex_base_3<MD,Gt,Vb>` \cgalHasModel `CGAL::Mesh_vertex_base_3<MD,Gt,Vb>`
\sa `CGAL::make_mesh_3` \sa `CGAL::make_mesh_3()`
\sa `CGAL::refine_mesh_3` \sa `CGAL::refine_mesh_3()`
\sa `MeshDomain_3` \sa `MeshDomain_3`
*/ */

View File

@ -8,7 +8,7 @@ surface, intersection free and without boundaries.
\cgalHasModel `CGAL::Triangle_accessor_3<Polyhedron_3<K>,K>` \cgalHasModel `CGAL::Triangle_accessor_3<Polyhedron_3<K>,K>`
\sa `CGAL::Polyhedral_mesh_domain_3<Polyhedron,IGT,TriangleAccessor>` \sa `CGAL::Polyhedral_mesh_domain_3<Polyhedron,IGT,TriangleAccessor>`
\sa `CGAL::make_mesh_3` \sa `CGAL::make_mesh_3()`
*/ */

View File

@ -18,7 +18,7 @@ It is by default `std::vector<typename Kernel::Point_2>`.
\cgalModels `PolygonConvexDecomposition_2` \cgalModels `PolygonConvexDecomposition_2`
\sa `CGAL::greene_approx_convex_partition_2` \sa `CGAL::greene_approx_convex_partition_2()`
*/ */
template< typename Kernel, typename Container > template< typename Kernel, typename Container >
@ -55,7 +55,7 @@ It is by default `std::vector<typename Kernel::Point_2>`.
\cgalModels `PolygonConvexDecomposition_2` \cgalModels `PolygonConvexDecomposition_2`
\sa `CGAL::approx_convex_partition_2` \sa `CGAL::approx_convex_partition_2()`
*/ */
template< typename Kernel, typename Container > template< typename Kernel, typename Container >
@ -89,7 +89,7 @@ It is by default `std::vector<typename Kernel::Point_2>`.
\cgalModels `PolygonConvexDecomposition_2` \cgalModels `PolygonConvexDecomposition_2`
\sa `CGAL::optimal_convex_partition_2` \sa `CGAL::optimal_convex_partition_2()`
*/ */
template< typename Kernel, typename Container > template< typename Kernel, typename Container >

View File

@ -17,8 +17,8 @@ Multiplicities are not reported.
\sa `RootOf_2` \sa `RootOf_2`
\sa `CGAL::Root_of_traits<RT>` \sa `CGAL::Root_of_traits<RT>`
\sa `CGAL::make_root_of_2` \sa `CGAL::make_root_of_2()`
\sa `CGAL::make_sqrt` \sa `CGAL::make_sqrt()`
\sa `CGAL::Sqrt_extension<NT,ROOT>` \sa `CGAL::Sqrt_extension<NT,ROOT>`
*/ */
@ -44,8 +44,8 @@ Returns the smallest real root of the polynomial \f$ aX^2+bX+c\f$ if
\sa `RootOf_2` \sa `RootOf_2`
\sa `CGAL::Root_of_traits<RT>` \sa `CGAL::Root_of_traits<RT>`
\sa `CGAL::make_sqrt` \sa `CGAL::make_sqrt()`
\sa `CGAL::compute_roots_of_2` \sa `CGAL::compute_roots_of_2()`
\sa `CGAL::Sqrt_extension<NT,ROOT>` \sa `CGAL::Sqrt_extension<NT,ROOT>`
*/ */
template <typename RT> template <typename RT>
@ -66,8 +66,8 @@ Constructs the number \f$ \alpha+ \beta\sqrt{\gamma}\f$.
\sa `RootOf_2` \sa `RootOf_2`
\sa `CGAL::Root_of_traits<RT>` \sa `CGAL::Root_of_traits<RT>`
\sa `CGAL::make_sqrt` \sa `CGAL::make_sqrt()`
\sa `CGAL::compute_roots_of_2` \sa `CGAL::compute_roots_of_2()`
\sa `CGAL::Sqrt_extension<NT,ROOT>` \sa `CGAL::Sqrt_extension<NT,ROOT>`
*/ */
template <typename RT> template <typename RT>
@ -90,7 +90,7 @@ can represent algebraic extensions of degree \f$ 2\f$.
\pre \f$ x \leq0 \f$ \pre \f$ x \leq0 \f$
\sa `RootOf_2` \sa `RootOf_2`
\sa `CGAL::make_root_of_2` \sa `CGAL::make_root_of_2()`
\sa `CGAL::Root_of_traits<RT>` \sa `CGAL::Root_of_traits<RT>`
*/ */
template <typename RT> Root_of_traits<RT>::Root_of_2 make_sqrt(const RT& x); template <typename RT> Root_of_traits<RT>::Root_of_2 make_sqrt(const RT& x);
@ -109,8 +109,8 @@ algebraic numbers of degree 2 over `RT`. Moreover, the class provides
`Root_of_1`, which represents the quotient field of `RT`. `Root_of_1`, which represents the quotient field of `RT`.
\sa `RootOf_2` \sa `RootOf_2`
\sa `CGAL::compute_roots_of_2` \sa `CGAL::compute_roots_of_2()`
\sa `CGAL::make_root_of_2` \sa `CGAL::make_root_of_2()`
*/ */
template< typename RT > template< typename RT >

View File

@ -14,7 +14,7 @@ interval of two `double` values.
See Knuth, "Seminumerical algorithms", page 654, answer to exercise See Knuth, "Seminumerical algorithms", page 654, answer to exercise
4.53-39. 4.53-39.
\sa `CGAL::to_rational` \sa `CGAL::to_rational()`
*/ */
template <typename Rational> template <typename Rational>

View File

@ -8,7 +8,7 @@ computes the rational number that equals `d`.
The function `to_rational` computes the rational number representing a The function `to_rational` computes the rational number representing a
given double precision floating point number. given double precision floating point number.
\sa `CGAL::simplest_rational_in_interval` \sa `CGAL::simplest_rational_in_interval()`
*/ */
template <typename Rational> template <typename Rational>
Rational to_rational(double d); Rational to_rational(double d);

View File

@ -14,14 +14,14 @@ a representation class `R`.
\cgalModels `YMonotonePartitionIsValidTraits_2` \cgalModels `YMonotonePartitionIsValidTraits_2`
\cgalModels `YMonotonePartitionTraits_2` \cgalModels `YMonotonePartitionTraits_2`
\sa `CGAL::approx_convex_partition_2` \sa `CGAL::approx_convex_partition_2()`
\sa `CGAL::convex_partition_is_valid_2` \sa `CGAL::convex_partition_is_valid_2()`
\sa `CGAL::greene_approx_convex_partition_2` \sa `CGAL::greene_approx_convex_partition_2()`
\sa `CGAL::optimal_convex_partition_2` \sa `CGAL::optimal_convex_partition_2()`
\sa `CGAL::partition_is_valid_2` \sa `CGAL::partition_is_valid_2()`
\sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>` \sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>`
\sa `CGAL::y_monotone_partition_2` \sa `CGAL::y_monotone_partition_2()`
\sa `CGAL::y_monotone_partition_is_valid_2` \sa `CGAL::y_monotone_partition_is_valid_2()`
*/ */
template< typename R > template< typename R >

View File

@ -17,8 +17,8 @@ The default traits class `Default_traits` is the kernel in which the
type `std::iterator_traits<InputIterator>::%value_type` is defined. type `std::iterator_traits<InputIterator>::%value_type` is defined.
\sa `CGAL::Is_y_monotone_2<Traits>` \sa `CGAL::Is_y_monotone_2<Traits>`
\sa `CGAL::y_monotone_partition_2` \sa `CGAL::y_monotone_partition_2()`
\sa `CGAL::y_monotone_partition_is_valid_2` \sa `CGAL::y_monotone_partition_is_valid_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -34,12 +34,12 @@ whose vertices are oriented counterclockwise.
The default traits class `Default_traits` is `Partition_traits_2`, The default traits class `Default_traits` is `Partition_traits_2`,
with the representation type determined by `std::iterator_traits<InputIterator1>::%value_type`. with the representation type determined by `std::iterator_traits<InputIterator1>::%value_type`.
\sa `CGAL::convex_partition_is_valid_2` \sa `CGAL::convex_partition_is_valid_2()`
\sa `CGAL::greene_approx_convex_partition_2` \sa `CGAL::greene_approx_convex_partition_2()`
\sa `CGAL::optimal_convex_partition_2` \sa `CGAL::optimal_convex_partition_2()`
\sa `CGAL::partition_is_valid_2` \sa `CGAL::partition_is_valid_2()`
\sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>` \sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>`
\sa `CGAL::y_monotone_partition_2` \sa `CGAL::y_monotone_partition_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}
@ -108,11 +108,11 @@ an object of type `Traits::Polygon_2`.
The default traits class `Default_traits` is `Partition_traits_2`, The default traits class `Default_traits` is `Partition_traits_2`,
with the representation type determined by `std::iterator_traits<InputIterator>::%value_type`. with the representation type determined by `std::iterator_traits<InputIterator>::%value_type`.
\sa `CGAL::approx_convex_partition_2` \sa `CGAL::approx_convex_partition_2()`
\sa `CGAL::convex_partition_is_valid_2` \sa `CGAL::convex_partition_is_valid_2()`
\sa `CGAL::optimal_convex_partition_2` \sa `CGAL::optimal_convex_partition_2()`
\sa `CGAL::partition_is_valid_2` \sa `CGAL::partition_is_valid_2()`
\sa `CGAL::y_monotone_partition_2` \sa `CGAL::y_monotone_partition_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}
@ -176,10 +176,10 @@ of type `Traits::Polygon_2`.
The default traits class `Default_traits` is `Partition_traits_2`, The default traits class `Default_traits` is `Partition_traits_2`,
with the representation type determined by `std::iterator_traits<InputIterator>::%value_type`. with the representation type determined by `std::iterator_traits<InputIterator>::%value_type`.
\sa `CGAL::approx_convex_partition_2` \sa `CGAL::approx_convex_partition_2()`
\sa `CGAL::convex_partition_is_valid_2` \sa `CGAL::convex_partition_is_valid_2()`
\sa `CGAL::greene_approx_convex_partition_2` \sa `CGAL::greene_approx_convex_partition_2()`
\sa `CGAL::partition_is_valid_2` \sa `CGAL::partition_is_valid_2()`
\sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>` \sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>`
\cgalHeading{Implementation} \cgalHeading{Implementation}
@ -247,11 +247,11 @@ of type `Traits::Polygon_2`.
The default traits class `Default_traits` is `Partition_traits_2`, The default traits class `Default_traits` is `Partition_traits_2`,
with the representation type determined by `std::iterator_traits<InputIterator>::%value_type`. with the representation type determined by `std::iterator_traits<InputIterator>::%value_type`.
\sa `CGAL::approx_convex_partition_2` \sa `CGAL::approx_convex_partition_2()`
\sa `CGAL::greene_approx_convex_partition_2` \sa `CGAL::greene_approx_convex_partition_2()`
\sa `CGAL::optimal_convex_partition_2` \sa `CGAL::optimal_convex_partition_2()`
\sa `CGAL::partition_is_valid_2` \sa `CGAL::partition_is_valid_2()`
\sa `CGAL::y_monotone_partition_is_valid_2` \sa `CGAL::y_monotone_partition_is_valid_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -31,11 +31,11 @@ returns `false`.
The default traits class `Default_traits` is `Partition_traits_2`, The default traits class `Default_traits` is `Partition_traits_2`,
with the representation type determined by `std::iterator_traits<InputIterator>::%value_type`. with the representation type determined by `std::iterator_traits<InputIterator>::%value_type`.
\sa `CGAL::approx_convex_partition_2` \sa `CGAL::approx_convex_partition_2()`
\sa `CGAL::greene_approx_convex_partition_2` \sa `CGAL::greene_approx_convex_partition_2()`
\sa `CGAL::optimal_convex_partition_2` \sa `CGAL::optimal_convex_partition_2()`
\sa `CGAL::partition_is_valid_2` \sa `CGAL::partition_is_valid_2()`
\sa `CGAL::is_convex_2` \sa `CGAL::is_convex_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}
@ -93,13 +93,13 @@ tested by `Traits::Is_valid()`.
The default traits class `Default_traits` is `Partition_traits_2`, The default traits class `Default_traits` is `Partition_traits_2`,
with the representation type determined by `std::iterator_traits<InputIterator>::%value_type`. with the representation type determined by `std::iterator_traits<InputIterator>::%value_type`.
\sa `CGAL::approx_convex_partition_2` \sa `CGAL::approx_convex_partition_2()`
\sa `CGAL::greene_approx_convex_partition_2` \sa `CGAL::greene_approx_convex_partition_2()`
\sa `CGAL::is_y_monotone_2` \sa `CGAL::is_y_monotone_2()`
\sa `CGAL::optimal_convex_partition_2` \sa `CGAL::optimal_convex_partition_2()`
\sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>` \sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>`
\sa `CGAL::y_monotone_partition_2` \sa `CGAL::y_monotone_partition_2()`
\sa `CGAL::is_convex_2` \sa `CGAL::is_convex_2()`
\cgalHeading{Implementation} \cgalHeading{Implementation}
@ -153,9 +153,9 @@ returns false.
The default traits class `Default_traits` is `Partition_traits_2`, The default traits class `Default_traits` is `Partition_traits_2`,
with the representation type determined by `std::iterator_traits<InputIterator>::%value_type`. with the representation type determined by `std::iterator_traits<InputIterator>::%value_type`.
\sa `CGAL::y_monotone_partition_2` \sa `CGAL::y_monotone_partition_2()`
\sa `CGAL::is_y_monotone_2` \sa `CGAL::is_y_monotone_2()`
\sa `CGAL::partition_is_valid_2` \sa `CGAL::partition_is_valid_2()`
\sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>` \sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -8,7 +8,7 @@ a convex polygon or not.
\cgalModels `PolygonIsValid` \cgalModels `PolygonIsValid`
\sa `CGAL::convex_partition_is_valid_2` \sa `CGAL::convex_partition_is_valid_2()`
\sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>` \sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>`
\cgalHeading{Implementation} \cgalHeading{Implementation}
@ -57,7 +57,7 @@ Function object class that indicates all sequences of points are valid.
\cgalModels `PolygonIsValid` \cgalModels `PolygonIsValid`
\sa `CGAL::partition_is_valid_2` \sa `CGAL::partition_is_valid_2()`
\sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>` \sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>`
\cgalHeading{Implementation} \cgalHeading{Implementation}
@ -105,7 +105,7 @@ a \f$ y\f$-monotone polygon or not.
\cgalModels `PolygonIsValid` \cgalModels `PolygonIsValid`
\sa `CGAL::convex_partition_is_valid_2` \sa `CGAL::convex_partition_is_valid_2()`
\sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>` \sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -8,10 +8,10 @@ convex partition of a polygon.
\cgalHasModel `CGAL::Partition_traits_2<R>` \cgalHasModel `CGAL::Partition_traits_2<R>`
\sa `CGAL::approx_convex_partition_2` \sa `CGAL::approx_convex_partition_2()`
\sa `CGAL::greene_approx_convex_partition_2` \sa `CGAL::greene_approx_convex_partition_2()`
\sa `CGAL::Is_convex_2<Traits>` \sa `CGAL::Is_convex_2<Traits>`
\sa `CGAL::optimal_convex_partition_2` \sa `CGAL::optimal_convex_partition_2()`
*/ */

View File

@ -10,8 +10,8 @@ used with the function `is_y_monotone_2` that tests whether a sequence of
\cgalHasModel `CGAL::Kernel_traits_2` \cgalHasModel `CGAL::Kernel_traits_2`
\sa `CGAL::Is_y_monotone_2<Traits>` \sa `CGAL::Is_y_monotone_2<Traits>`
\sa `CGAL::y_monotone_partition_2` \sa `CGAL::y_monotone_partition_2()`
\sa `CGAL::y_monotone_partition_is_valid_2` \sa `CGAL::y_monotone_partition_is_valid_2()`
*/ */

View File

@ -10,7 +10,7 @@ an optimal convex partition of a polygon.
\cgalHasModel `CGAL::Partition_traits_2<R>` \cgalHasModel `CGAL::Partition_traits_2<R>`
\sa `CGAL::convex_partition_is_valid_2` \sa `CGAL::convex_partition_is_valid_2()`
\sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>` \sa `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>`
*/ */

View File

@ -16,10 +16,10 @@ for testing for convexity and \f$ y\f$-monotonicity, respectively.
\cgalHasModel `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>` \cgalHasModel `CGAL::Partition_is_valid_traits_2<Traits, PolygonIsValid>`
\sa `CGAL::approx_convex_partition_2` \sa `CGAL::approx_convex_partition_2()`
\sa `CGAL::greene_approx_convex_partition_2` \sa `CGAL::greene_approx_convex_partition_2()`
\sa `CGAL::optimal_convex_partition_2` \sa `CGAL::optimal_convex_partition_2()`
\sa `CGAL::y_monotone_partition_2` \sa `CGAL::y_monotone_partition_2()`
*/ */

View File

@ -10,10 +10,10 @@ requirements.
\cgalHasModel `CGAL::Partition_traits_2<R>` \cgalHasModel `CGAL::Partition_traits_2<R>`
\sa `CGAL::approx_convex_partition_2` \sa `CGAL::approx_convex_partition_2()`
\sa `CGAL::greene_approx_convex_partition_2` \sa `CGAL::greene_approx_convex_partition_2()`
\sa `CGAL::optimal_convex_partition_2` \sa `CGAL::optimal_convex_partition_2()`
\sa `CGAL::y_monotone_partition_2` \sa `CGAL::y_monotone_partition_2()`
*/ */

View File

@ -9,13 +9,13 @@ meanings (e.g., convex or \f$ y\f$-monotone).
\cgalHasModel `CGAL::Is_convex_2<Traits>` \cgalHasModel `CGAL::Is_convex_2<Traits>`
\cgalHasModel `CGAL::Is_y_monotone_2<Traits>` \cgalHasModel `CGAL::Is_y_monotone_2<Traits>`
\sa `CGAL::approx_convex_partition_2` \sa `CGAL::approx_convex_partition_2()`
\sa `CGAL::convex_partition_is_valid_2` \sa `CGAL::convex_partition_is_valid_2()`
\sa `CGAL::greene_approx_convex_partition_2` \sa `CGAL::greene_approx_convex_partition_2()`
\sa `CGAL::optimal_convex_partition_2` \sa `CGAL::optimal_convex_partition_2()`
\sa `CGAL::partition_is_valid_2` \sa `CGAL::partition_is_valid_2()`
\sa `CGAL::y_monotone_partition_2` \sa `CGAL::y_monotone_partition_2()`
\sa `CGAL::y_monotone_partition_is_valid_2` \sa `CGAL::y_monotone_partition_is_valid_2()`
*/ */

View File

@ -8,8 +8,8 @@ by `y_monotone_partition_is_valid_2` for testing the validity of a
\cgalHasModel `CGAL::Partition_traits_2<R>` \cgalHasModel `CGAL::Partition_traits_2<R>`
\sa `CGAL::partition_is_valid_2` \sa `CGAL::partition_is_valid_2()`
\sa `CGAL::y_monotone_partition_2` \sa `CGAL::y_monotone_partition_2()`
*/ */

View File

@ -55,9 +55,9 @@ namespace CGAL {
/// \cgalRequires The value type of `ForwardIterator` must be `Traits::Point_2`, /// \cgalRequires The value type of `ForwardIterator` must be `Traits::Point_2`,
/// ///
/// ///
/// \sa `CGAL::right_vertex_2` /// \sa `CGAL::right_vertex_2()`
/// \sa `CGAL::top_vertex_2` /// \sa `CGAL::top_vertex_2()`
/// \sa `CGAL::bottom_vertex_2` /// \sa `CGAL::bottom_vertex_2()`
/// \sa `CGAL::Polygon_2` /// \sa `CGAL::Polygon_2`
template <class ForwardIterator, class PolygonTraits> template <class ForwardIterator, class PolygonTraits>
ForwardIterator left_vertex_2(ForwardIterator first, ForwardIterator left_vertex_2(ForwardIterator first,
@ -74,9 +74,9 @@ ForwardIterator left_vertex_2(ForwardIterator first,
/// `less_xy_2_object()` are used. /// `less_xy_2_object()` are used.
/// \cgalRequires The value type of `ForwardIterator` must be `Traits::Point_2`. /// \cgalRequires The value type of `ForwardIterator` must be `Traits::Point_2`.
/// ///
/// \sa `CGAL::left_vertex_2` /// \sa `CGAL::left_vertex_2()`
/// \sa `CGAL::top_vertex_2` /// \sa `CGAL::top_vertex_2()`
/// \sa `CGAL::bottom_vertex_2` /// \sa `CGAL::bottom_vertex_2()`
/// \sa `CGAL::Polygon_2` /// \sa `CGAL::Polygon_2`
template <class ForwardIterator, class PolygonTraits> template <class ForwardIterator, class PolygonTraits>
ForwardIterator right_vertex_2(ForwardIterator first, ForwardIterator right_vertex_2(ForwardIterator first,
@ -93,9 +93,9 @@ ForwardIterator right_vertex_2(ForwardIterator first,
/// `less_yx_2_object()` are used. /// `less_yx_2_object()` are used.
/// \cgalRequires The value type of `ForwardIterator` must be `Traits::Point_2`. /// \cgalRequires The value type of `ForwardIterator` must be `Traits::Point_2`.
/// ///
/// \sa `CGAL::left_vertex_2` /// \sa `CGAL::left_vertex_2()`
/// \sa `CGAL::right_vertex_2` /// \sa `CGAL::right_vertex_2()`
/// \sa `CGAL::bottom_vertex_2` /// \sa `CGAL::bottom_vertex_2()`
/// \sa `CGAL::Polygon_2` /// \sa `CGAL::Polygon_2`
template <class ForwardIterator, class PolygonTraits> template <class ForwardIterator, class PolygonTraits>
ForwardIterator top_vertex_2(ForwardIterator first, ForwardIterator top_vertex_2(ForwardIterator first,
@ -112,9 +112,9 @@ ForwardIterator top_vertex_2(ForwardIterator first,
/// `less_yx_2_object()` are used. /// `less_yx_2_object()` are used.
/// \cgalRequires The value type of `ForwardIterator` must be `Traits::Point_2`. /// \cgalRequires The value type of `ForwardIterator` must be `Traits::Point_2`.
/// ///
/// \sa `CGAL::left_vertex_2` /// \sa `CGAL::left_vertex_2()`
/// \sa `CGAL::right_vertex_2` /// \sa `CGAL::right_vertex_2()`
/// \sa `CGAL::top_vertex_2` /// \sa `CGAL::top_vertex_2()`
/// \sa `CGAL::Polygon_2` /// \sa `CGAL::Polygon_2`
/// \sa `PolygonTraits_2` /// \sa `PolygonTraits_2`
template <class ForwardIterator, class PolygonTraits> template <class ForwardIterator, class PolygonTraits>
@ -153,9 +153,9 @@ Bbox_2 bbox_2(InputIterator first,
/// - `compute_area_2_object()` /// - `compute_area_2_object()`
/// \cgalRequires The value type of `ForwardIterator` must be `Traits::Point_2`. /// \cgalRequires The value type of `ForwardIterator` must be `Traits::Point_2`.
/// ///
/// \sa `CGAL::polygon_area_2` /// \sa `CGAL::polygon_area_2()`
/// \sa `PolygonTraits_2` /// \sa `PolygonTraits_2`
/// \sa `CGAL::orientation_2` /// \sa `CGAL::orientation_2()`
/// \sa `CGAL::Polygon_2` /// \sa `CGAL::Polygon_2`
template <class ForwardIterator, class PolygonTraits> template <class ForwardIterator, class PolygonTraits>
void void
@ -281,8 +281,8 @@ bool is_simple_2(ForwardIterator first,
/// \cgalRequires The value type of `ForwardIterator` must be `PolygonTraits::Point_2`, /// \cgalRequires The value type of `ForwardIterator` must be `PolygonTraits::Point_2`,
/// ///
/// \sa `PolygonTraits_2` /// \sa `PolygonTraits_2`
/// \sa `CGAL::bounded_side_2` /// \sa `CGAL::bounded_side_2()`
/// \sa `CGAL::is_simple_2` /// \sa `CGAL::is_simple_2()`
/// \sa `CGAL::Polygon_2` /// \sa `CGAL::Polygon_2`
/// \sa `Oriented_side` /// \sa `Oriented_side`
template <class ForwardIterator, class Point, class Traits> template <class ForwardIterator, class Point, class Traits>
@ -321,7 +321,7 @@ Oriented_side oriented_side_2(ForwardIterator first,
/// ///
/// ///
/// \sa `PolygonTraits_2` /// \sa `PolygonTraits_2`
/// \sa `CGAL::oriented_side_2` /// \sa `CGAL::oriented_side_2()`
/// \sa `CGAL::Polygon_2 ` /// \sa `CGAL::Polygon_2 `
/// \sa \ref CGAL::Bounded_side /// \sa \ref CGAL::Bounded_side
template <class ForwardIterator, class Point, class PolygonTraits> template <class ForwardIterator, class Point, class PolygonTraits>
@ -344,7 +344,7 @@ Bounded_side bounded_side_2(ForwardIterator first,
/// ///
/// ///
/// \sa `PolygonTraits_2` /// \sa `PolygonTraits_2`
/// \sa `CGAL::is_simple_2` /// \sa `CGAL::is_simple_2()`
/// \sa `CGAL::Polygon_2` /// \sa `CGAL::Polygon_2`
/// \sa `CGAL::Orientation` /// \sa `CGAL::Orientation`
template <class ForwardIterator, class Traits> template <class ForwardIterator, class Traits>

View File

@ -25,7 +25,7 @@ the polynomial \f$ f\f$.
\sa `Polynomial_d` \sa `Polynomial_d`
\sa `PolynomialTraits_d` \sa `PolynomialTraits_d`
\sa `CGAL::number_of_real_roots` \sa `CGAL::number_of_real_roots()`
\sa `PolynomialTraits_d::Resultant` \sa `PolynomialTraits_d::Resultant`
\sa `PolynomialTraits_d::SturmHabichtSequence` \sa `PolynomialTraits_d::SturmHabichtSequence`
\sa `PolynomialTraits_d::PrincipalSubresultants` \sa `PolynomialTraits_d::PrincipalSubresultants`

View File

@ -35,7 +35,7 @@ for `AllFurthestNeighborsTraits_2`.
</OL> </OL>
\sa `AllFurthestNeighborsTraits_2` \sa `AllFurthestNeighborsTraits_2`
\sa `CGAL::monotone_matrix_search` \sa `CGAL::monotone_matrix_search()`
\cgalHeading{Implementation} \cgalHeading{Implementation}

View File

@ -12,7 +12,7 @@ convex polygon using the function `all_furthest_neighbors_2`.
\cgalHasModel `CGAL::Simple_cartesian<FieldNumberType>` \cgalHasModel `CGAL::Simple_cartesian<FieldNumberType>`
\cgalHasModel `CGAL::Simple_homogeneous<RingNumberType>` \cgalHasModel `CGAL::Simple_homogeneous<RingNumberType>`
\sa `CGAL::all_furthest_neighbors_2` \sa `CGAL::all_furthest_neighbors_2()`
### Notes ### ### Notes ###

View File

@ -97,7 +97,7 @@ instead.
The function `predecessor` returns the previous iterator, The function `predecessor` returns the previous iterator,
i.e. the result of `operator--` on a bidirectional iterator. i.e. the result of `operator--` on a bidirectional iterator.
\sa `CGAL::successor` \sa `CGAL::successor()`
\returns `--it`. \returns `--it`.
*/ */
@ -119,7 +119,7 @@ The function `successor` returns the next iterator, i.e.
the result of `operator++` on a forward iterator. the result of `operator++` on a forward iterator.
\sa `CGAL::predecessor` \sa `CGAL::predecessor()`
\returns `++it`. \returns `++it`.
*/ */
@ -145,7 +145,7 @@ is used.
\sa <a href="http://www.boost.org/doc/libs/1_46_1/libs/utility/utility.htm#functions_next_prior">boost::next</a> \sa <a href="http://www.boost.org/doc/libs/1_46_1/libs/utility/utility.htm#functions_next_prior">boost::next</a>
\sa `CGAL::cpp11::prev` \sa `CGAL::cpp11::prev()`
*/ */
template <typename ForwardIterator> template <typename ForwardIterator>

View File

@ -93,7 +93,7 @@ are combined.
\sa `CGAL::compare_to_less` \sa `CGAL::compare_to_less()`
*/ */

View File

@ -63,7 +63,7 @@ from input iterators.
`Iterator` is a model for `Iterator` is a model for
`InputIterator`. `InputIterator`.
\sa `CGAL::copy_n` \sa `CGAL::copy_n()`
*/ */

View File

@ -23,14 +23,14 @@ would be `PointC2(0.0, 0.0)`. At the moment \cgal does not
provide input operations for pretty printed data. By default a stream provide input operations for pretty printed data. By default a stream
is in <span class="textsc">Ascii</span> mode. is in <span class="textsc">Ascii</span> mode.
\sa `CGAL::set_mode` \sa `CGAL::set_mode()`
\sa `CGAL::set_ascii_mode` \sa `CGAL::set_ascii_mode()`
\sa `CGAL::set_binary_mode ` \sa `CGAL::set_binary_mode `
\sa `CGAL::set_pretty_mode ` \sa `CGAL::set_pretty_mode `
\sa `CGAL::get_mode` \sa `CGAL::get_mode()`
\sa `CGAL::is_ascii` \sa `CGAL::is_ascii()`
\sa `CGAL::is_binary` \sa `CGAL::is_binary()`
\sa `CGAL::is_pretty` \sa `CGAL::is_pretty()`
*/ */
enum Mode { ASCII = 0, BINARY, PRETTY }; enum Mode { ASCII = 0, BINARY, PRETTY };
@ -40,13 +40,13 @@ enum Mode { ASCII = 0, BINARY, PRETTY };
returns the printing mode of the IO stream `s`. returns the printing mode of the IO stream `s`.
\sa `CGAL::Mode` \sa `CGAL::Mode`
\sa `CGAL::set_mode` \sa `CGAL::set_mode()`
\sa `CGAL::set_ascii_mode` \sa `CGAL::set_ascii_mode()`
\sa `CGAL::set_binary_mode` \sa `CGAL::set_binary_mode()`
\sa `CGAL::set_pretty_mode` \sa `CGAL::set_pretty_mode()`
\sa `CGAL::is_ascii` \sa `CGAL::is_ascii()`
\sa `CGAL::is_binary` \sa `CGAL::is_binary()`
\sa `CGAL::is_pretty` \sa `CGAL::is_pretty()`
*/ */
@ -60,13 +60,13 @@ Returns the previous mode of `s`.
\sa `CGAL::Mode` \sa `CGAL::Mode`
\sa `CGAL::set_mode` \sa `CGAL::set_mode()`
\sa `CGAL::set_binary_mode` \sa `CGAL::set_binary_mode()`
\sa `CGAL::set_pretty_mode` \sa `CGAL::set_pretty_mode()`
\sa `CGAL::get_mode` \sa `CGAL::get_mode()`
\sa `CGAL::is_ascii` \sa `CGAL::is_ascii()`
\sa `CGAL::is_binary` \sa `CGAL::is_binary()`
\sa `CGAL::is_pretty` \sa `CGAL::is_pretty()`
*/ */
Mode set_ascii_mode(std::ios& s); Mode set_ascii_mode(std::ios& s);
@ -74,13 +74,13 @@ Mode set_ascii_mode(std::ios& s);
\ingroup PkgIOstreams \ingroup PkgIOstreams
\sa `CGAL::Mode` \sa `CGAL::Mode`
\sa `CGAL::set_mode` \sa `CGAL::set_mode()`
\sa `CGAL::set_ascii_mode` \sa `CGAL::set_ascii_mode()`
\sa `CGAL::set_pretty_mode` \sa `CGAL::set_pretty_mode()`
\sa `CGAL::get_mode` \sa `CGAL::get_mode()`
\sa `CGAL::is_ascii` \sa `CGAL::is_ascii()`
\sa `CGAL::is_binary` \sa `CGAL::is_binary()`
\sa `CGAL::is_pretty` \sa `CGAL::is_pretty()`
sets the mode of the IO stream `s` to be the `BINARY` mode. sets the mode of the IO stream `s` to be the `BINARY` mode.
Returns the previous mode of `s`. Returns the previous mode of `s`.
@ -93,13 +93,13 @@ Mode set_binary_mode(std::ios& s);
sets the printing mode of the IO stream `s`. sets the printing mode of the IO stream `s`.
\sa `CGAL::Mode` \sa `CGAL::Mode`
\sa `CGAL::set_ascii_mode` \sa `CGAL::set_ascii_mode()`
\sa `CGAL::set_binary_mode` \sa `CGAL::set_binary_mode()`
\sa `CGAL::set_pretty_mode` \sa `CGAL::set_pretty_mode()`
\sa `CGAL::get_mode` \sa `CGAL::get_mode()`
\sa `CGAL::is_ascii` \sa `CGAL::is_ascii()`
\sa `CGAL::is_binary` \sa `CGAL::is_binary()`
\sa `CGAL::is_pretty` \sa `CGAL::is_pretty()`
*/ */
Mode set_mode(std::ios& s, IO::Mode m); Mode set_mode(std::ios& s, IO::Mode m);
@ -110,13 +110,13 @@ sets the mode of the IO stream `s` to be the `PRETTY` mode.
Returns the previous mode of `s`. Returns the previous mode of `s`.
\sa `CGAL::Mode` \sa `CGAL::Mode`
\sa `CGAL::set_mode` \sa `CGAL::set_mode()`
\sa `CGAL::set_ascii_mode` \sa `CGAL::set_ascii_mode()`
\sa `CGAL::set_binary_mode` \sa `CGAL::set_binary_mode()`
\sa `CGAL::get_mode` \sa `CGAL::get_mode()`
\sa `CGAL::is_ascii` \sa `CGAL::is_ascii()`
\sa `CGAL::is_binary` \sa `CGAL::is_binary()`
\sa `CGAL::is_pretty` \sa `CGAL::is_pretty()`
*/ */
Mode set_pretty_mode(std::ios& s); Mode set_pretty_mode(std::ios& s);
@ -165,13 +165,13 @@ class Output_rep {
checks if the IO stream `s` is in `ASCII` mode. checks if the IO stream `s` is in `ASCII` mode.
\sa `CGAL::Mode` \sa `CGAL::Mode`
\sa `CGAL::set_mode` \sa `CGAL::set_mode()`
\sa `CGAL::set_ascii_mode` \sa `CGAL::set_ascii_mode()`
\sa `CGAL::set_binary_mode` \sa `CGAL::set_binary_mode()`
\sa `CGAL::set_pretty_mode` \sa `CGAL::set_pretty_mode()`
\sa `CGAL::get_mode` \sa `CGAL::get_mode()`
\sa `CGAL::is_binary` \sa `CGAL::is_binary()`
\sa `CGAL::is_pretty` \sa `CGAL::is_pretty()`
*/ */
bool is_ascii(std::ios& s); bool is_ascii(std::ios& s);
@ -182,13 +182,13 @@ bool is_ascii(std::ios& s);
checks if the IO stream `s` is in `BINARY` mode. checks if the IO stream `s` is in `BINARY` mode.
\sa `CGAL::Mode` \sa `CGAL::Mode`
\sa `CGAL::set_mode` \sa `CGAL::set_mode()`
\sa `CGAL::set_ascii_mode` \sa `CGAL::set_ascii_mode()`
\sa `CGAL::set_binary_mode` \sa `CGAL::set_binary_mode()`
\sa `CGAL::set_pretty_mode` \sa `CGAL::set_pretty_mode()`
\sa `CGAL::get_mode` \sa `CGAL::get_mode()`
\sa `CGAL::is_ascii` \sa `CGAL::is_ascii()`
\sa `CGAL::is_pretty` \sa `CGAL::is_pretty()`
*/ */
bool is_binary(std::ios& s); bool is_binary(std::ios& s);
@ -198,13 +198,13 @@ bool is_binary(std::ios& s);
checks if the IO stream `s` is in `PRETTY` mode. checks if the IO stream `s` is in `PRETTY` mode.
\sa `CGAL::Mode` \sa `CGAL::Mode`
\sa `CGAL::set_mode` \sa `CGAL::set_mode()`
\sa `CGAL::set_ascii_mode` \sa `CGAL::set_ascii_mode()`
\sa `CGAL::set_binary_mode` \sa `CGAL::set_binary_mode()`
\sa `CGAL::set_pretty_mode` \sa `CGAL::set_pretty_mode()`
\sa `CGAL::get_mode` \sa `CGAL::get_mode()`
\sa `CGAL::is_ascii` \sa `CGAL::is_ascii()`
\sa `CGAL::is_binary` \sa `CGAL::is_binary()`
*/ */
bool is_pretty(std::ios& s); bool is_pretty(std::ios& s);
@ -248,14 +248,14 @@ as `cout` or `cerr`, as well as to `std::ostringstream`
and `std::ofstream`. and `std::ofstream`.
The output operator is defined for all classes in the \cgal `Kernel` and for the class `Color` as well. The output operator is defined for all classes in the \cgal `Kernel` and for the class `Color` as well.
\sa `CGAL::set_mode` \sa `CGAL::set_mode()`
\sa `CGAL::set_ascii_mode` \sa `CGAL::set_ascii_mode()`
\sa `CGAL::set_binary_mode` \sa `CGAL::set_binary_mode()`
\sa `CGAL::set_pretty_mode` \sa `CGAL::set_pretty_mode()`
\sa `CGAL::get_mode` \sa `CGAL::get_mode()`
\sa `CGAL::is_ascii` \sa `CGAL::is_ascii()`
\sa `CGAL::is_binary` \sa `CGAL::is_binary()`
\sa `CGAL::is_pretty` \sa `CGAL::is_pretty()`
\sa \ref op_right_shift "CGAL::operator>>" \sa \ref op_right_shift "CGAL::operator>>"
*/ */
ostream& operator<<(ostream& os, Class c); ostream& operator<<(ostream& os, Class c);
@ -272,14 +272,14 @@ The input operator is defined for all classes in the \cgal `Kernel`.
\sa `CGAL::set_mode` \sa `CGAL::set_mode()`
\sa `CGAL::set_ascii_mode` \sa `CGAL::set_ascii_mode()`
\sa `CGAL::set_binary_mode` \sa `CGAL::set_binary_mode()`
\sa `CGAL::set_pretty_mode` \sa `CGAL::set_pretty_mode()`
\sa `CGAL::get_mode` \sa `CGAL::get_mode()`
\sa `CGAL::is_ascii` \sa `CGAL::is_ascii()`
\sa `CGAL::is_binary` \sa `CGAL::is_binary()`
\sa `CGAL::is_pretty` \sa `CGAL::is_pretty()`
\sa \ref PkgIOstreams_op_left_shift "CGAL::operator<<" \sa \ref PkgIOstreams_op_left_shift "CGAL::operator<<"
*/ */
istream& operator>>(istream& is, Class c); istream& operator>>(istream& is, Class c);

View File

@ -11,7 +11,7 @@ whose `operator()` computes the values of a function
\cgalHasModel any pointer to a function of type `FT (*)(Point)` \cgalHasModel any pointer to a function of type `FT (*)(Point)`
\sa `CGAL::Implicit_surface_3<Traits, Function>` \sa `CGAL::Implicit_surface_3<Traits, Function>`
\sa `CGAL::make_surface_mesh` \sa `CGAL::make_surface_mesh()`
*/ */

View File

@ -18,7 +18,7 @@ to the generated model of `SurfaceMeshTraits_3`.
\cgalHasModel Any \cgal Kernel. \cgalHasModel Any \cgal Kernel.
\sa `CGAL::Implicit_surface_3<Traits, Function>` \sa `CGAL::Implicit_surface_3<Traits, Function>`
\sa `CGAL::make_surface_mesh` \sa `CGAL::make_surface_mesh()`
*/ */

View File

@ -43,7 +43,7 @@ the center of its biggest Delaunay surface ball.
\sa `SurfaceMeshComplex_2InTriangulation_3` \sa `SurfaceMeshComplex_2InTriangulation_3`
\sa `CGAL::Surface_mesh_complex_2_in_triangulation_3<Tr>` \sa `CGAL::Surface_mesh_complex_2_in_triangulation_3<Tr>`
\sa `CGAL::Surface_mesh_default_triangulation_3` \sa `CGAL::Surface_mesh_default_triangulation_3`
\sa `CGAL::make_surface_mesh` \sa `CGAL::make_surface_mesh()`
*/ */

View File

@ -13,7 +13,7 @@ a small set of initial points on the surface.
\cgalHasModel `CGAL::Surface_mesh_traits_generator_3::Type` \cgalHasModel `CGAL::Surface_mesh_traits_generator_3::Type`
\sa `CGAL::make_surface_mesh` \sa `CGAL::make_surface_mesh()`
*/ */

View File

@ -10,7 +10,7 @@ and assignable.
\cgalHasModel `CGAL::Implicit_surface_3<Traits, Function>` \cgalHasModel `CGAL::Implicit_surface_3<Traits, Function>`
\sa `CGAL::make_surface_mesh` \sa `CGAL::make_surface_mesh()`
\sa `SurfaceMeshTraits_3` \sa `SurfaceMeshTraits_3`
\sa `CGAL::Surface_mesh_traits_generator_3<Surface>` \sa `CGAL::Surface_mesh_traits_generator_3<Surface>`