mirror of https://github.com/CGAL/cgal
<br> shall not be used inside backtick
This commit is contained in:
parent
efae8622fd
commit
4eb9c27cc8
|
|
@ -119,13 +119,13 @@ A function object to construct
|
|||
a set of initial points on the surface of the domain. Provides the
|
||||
following operators:
|
||||
|
||||
`template<typename OutputIterator>
|
||||
`template<typename OutputIterator>`
|
||||
<br>
|
||||
OutputIterator operator()(OutputIterator pts)`
|
||||
`OutputIterator operator()(OutputIterator pts)`
|
||||
|
||||
`template<typename OutputIterator>
|
||||
`template<typename OutputIterator>`
|
||||
<br>
|
||||
OutputIterator operator()(int n, OutputIterator pts)`
|
||||
`OutputIterator operator()(int n, OutputIterator pts)`
|
||||
|
||||
Those two operators output a set of (`n`) surface points to the
|
||||
output iterator `pts`, as objects of type `std::pair<Point_3,
|
||||
|
|
|
|||
Loading…
Reference in New Issue