diff --git a/Mesh_2/doc/Mesh_2/Concepts/DelaunayMeshFaceBase_2.h b/Mesh_2/doc/Mesh_2/Concepts/DelaunayMeshFaceBase_2.h index f91b86547a5..4eea047e120 100644 --- a/Mesh_2/doc/Mesh_2/Concepts/DelaunayMeshFaceBase_2.h +++ b/Mesh_2/doc/Mesh_2/Concepts/DelaunayMeshFaceBase_2.h @@ -21,7 +21,14 @@ meshing domain or not. class DelaunayMeshFaceBase_2 { public: -/// \name Access Functions +/// \name Typedef +/// @{ +/*! A typedef to describe an edge +*/ +typedef std::pair Edge; +/// @} + +/// \name Functions /// @{ /*! @@ -54,6 +61,7 @@ its circumcenter. Edge blinding_constraint() const; /*! +sets the edge that makes this face blind. \pre is_blind() returns true \pre e is a constrained edge */