Hidden_type -> unspecified_type

This commit is contained in:
Sébastien Loriot 2014-10-17 13:24:38 +02:00
parent 3f36f26f21
commit 622bc7a7db
1 changed files with 3 additions and 3 deletions

View File

@ -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;
/// @}