mirror of https://github.com/CGAL/cgal
PointRange -> PointOutputIterator
This commit is contained in:
parent
38d9db9728
commit
33bb65ae17
|
|
@ -60,7 +60,7 @@ The following table lists some \cgal data structures that have I/O functions com
|
|||
</tr>
|
||||
<tr>
|
||||
<td>Any point range</td>
|
||||
<td>\link PkgPointSetProcessing3IOOff CGAL::IO::read_OFF(const std::string&, PointRange&)\endlink</td>
|
||||
<td>\link PkgPointSetProcessing3IOOff CGAL::IO::read_OFF(const std::string&, PointOutputIterator)\endlink</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Polygon Soup</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue