mirror of https://github.com/CGAL/cgal
Removed two functions from the mesh complex concept
They are neither implemented nor used.
This commit is contained in:
parent
91ba96c71b
commit
3bf8d442af
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue