Removed two functions from the mesh complex concept

They are neither implemented nor used.
This commit is contained in:
Mael Rouxel-Labbé 2017-11-19 12:45:12 +01:00
parent 91ba96c71b
commit 3bf8d442af
1 changed files with 0 additions and 10 deletions

View File

@ -145,22 +145,12 @@ size_type number_of_edges() const;
/*!
Returns the number of edges which belong to curve with index `index`.
*/
size_type number_of_edges(Curve_index index) const;
/*!
Returns the number of vertices which are corners of the complex.
*/
size_type number_of_corners() const;
/*!
Returns the number of vertices which are corners of the complex with index `index`.
*/
size_type number_of_corners(Corner_index index) const;
/*!
Returns `true`
iff edge `e` belongs to some curve.