mirror of https://github.com/CGAL/cgal
special cases for replacing \cgalModels ::FOO by \cgalModels `FOO`
This commit is contained in:
parent
ae8362b7d6
commit
834dd92263
|
|
@ -28,7 +28,7 @@ The optional `Visitor` parameter takes a model of
|
|||
`Kinetic::DelaunayTriangulationVisitor_2`. Methods on this object will be called
|
||||
whenever the triangulation changes.
|
||||
|
||||
\cgalModels ::Ref_counted<T>
|
||||
\cgalModels `Ref_counted<T>`
|
||||
|
||||
\sa `Kinetic::DelaunayTriangulationVisitor_2`
|
||||
\sa `Kinetic::Delaunay_triangulation_default_visitor_2`
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ with `Key` as `key_type` and `Base_distance::Point_d` as `value_type`.
|
|||
|
||||
`Base_distance` is a model of either `GeneralDistance` or `OrthogonalDistance`.
|
||||
|
||||
\cgalModels ::GeneralDistance if Base_distance is a model of ::GeneralDistance
|
||||
\cgalModels ::OrthogonalDistance if Base_distance is a model of ::OrthogonalDistance
|
||||
\cgalModels `GeneralDistance` if Base_distance is a model of `GeneralDistance`
|
||||
\cgalModels `OrthogonalDistance` if Base_distance is a model of `OrthogonalDistance`
|
||||
|
||||
\sa `Search_traits_adapter<Key,PointPropertyMap,BaseTraits>`
|
||||
|
||||
|
|
@ -89,8 +89,8 @@ with `Key` as `key_type` and `Base_distance::Point_d` as `value_type`.
|
|||
|
||||
`BaseTraits` is a model of either `SearchTraits` or `RangeSearchTraits`.
|
||||
|
||||
\cgalModels ::SearchTraits if `BaseTraits` is a model of ::SearchTraits.
|
||||
\cgalModels ::RangeSearchTraits if `BaseTraits` is a model of ::RangeSearchTraits.
|
||||
\cgalModels `SearchTraits` if `BaseTraits` is a model of `SearchTraits`.
|
||||
\cgalModels `RangeSearchTraits` if `BaseTraits` is a model of `RangeSearchTraits`.
|
||||
|
||||
\sa `Distance_for_point_adapter<Key,PointPropertyMap,Base_distance>`
|
||||
\sa `Search_traits_2<Kernel>`
|
||||
|
|
|
|||
|
|
@ -13,7 +13,8 @@ can be passed as parameter to
|
|||
|
||||
\tparam Tag must be either `Median` or `Middle`.
|
||||
|
||||
\cgalModels ::DefaultConstructible, CopyConstructible
|
||||
\cgalModels `DefaultConstructible`
|
||||
\cgalModels `CopyConstructible`
|
||||
|
||||
\sa `Median`
|
||||
\sa `Middle`
|
||||
|
|
@ -65,7 +66,8 @@ in order to specify the strategy for spatial sorting.
|
|||
as parameter to
|
||||
`hilbert_sort` to choose the sorting policy.
|
||||
|
||||
\cgalModels ::DefaultConstructible, CopyConstructible
|
||||
\cgalModels `DefaultConstructible`
|
||||
\cgalModels `CopyConstructible`
|
||||
|
||||
\sa `Middle`
|
||||
\sa `Hilbert_policy`
|
||||
|
|
@ -92,7 +94,8 @@ in order to specify the strategy for spatial sorting.
|
|||
as parameter to
|
||||
`hilbert_sort` to choose the sorting policy.
|
||||
|
||||
\cgalModels ::DefaultConstructible, CopyConstructible
|
||||
\cgalModels `DefaultConstructible`
|
||||
\cgalModels `CopyConstructible`
|
||||
|
||||
\sa `Median`
|
||||
\sa `Hilbert_policy`
|
||||
|
|
|
|||
Loading…
Reference in New Issue