mirror of https://github.com/CGAL/cgal
Hidden_type -> unspecified_type
This commit is contained in:
parent
3f36f26f21
commit
622bc7a7db
|
|
@ -28,7 +28,7 @@ public:
|
|||
In case the surface has boundaries, the 2D surface has one vertex which is associated to the infinite
|
||||
vertex of the 3D triangulation.
|
||||
*/
|
||||
typedef Hidden_type TDS_2;
|
||||
typedef unspecified_type TDS_2;
|
||||
|
||||
/*!
|
||||
The type of the 3D triangulation.
|
||||
|
|
@ -60,7 +60,7 @@ The facet type of the 3D triangulation.
|
|||
from the 3D Delaunay triangulation during the surface reconstruction. The value type
|
||||
of the iterator is `Triangulation_3::Point_3`.
|
||||
*/
|
||||
typedef Hidden_type Outlier_iterator;
|
||||
typedef unspecified_type Outlier_iterator;
|
||||
|
||||
/*!
|
||||
A forward iterator which allows to visit all boundaries. It
|
||||
|
|
@ -69,7 +69,7 @@ typedef Hidden_type Outlier_iterator;
|
|||
brings us to the vertex on the next boundary.
|
||||
The value type of the iterator is `Triangulation_3::Vertex_handle`.
|
||||
*/
|
||||
typedef Hidden_type Boundary_iterator;
|
||||
typedef unspecified_type Boundary_iterator;
|
||||
|
||||
|
||||
/// @}
|
||||
|
|
|
|||
Loading…
Reference in New Issue