mirror of https://github.com/CGAL/cgal
parent
32306a04a6
commit
87d32b2829
|
|
@ -40,6 +40,7 @@ An integer type representing the number of edges
|
|||
*/
|
||||
typedef unspecified_type size_type;
|
||||
|
||||
|
||||
/// @}
|
||||
|
||||
/// \name Operations
|
||||
|
|
@ -102,6 +103,11 @@ void OnCollapsing( Profile const& profile
|
|||
, boost::optional<Point> placement
|
||||
);
|
||||
|
||||
/*!
|
||||
Called when an edge has been collapsed and replaced by the vertex `vd`
|
||||
*/
|
||||
void OnCollapsed( Profile const&, Profile::vertex_descriptor const& vd) {}
|
||||
|
||||
/*!
|
||||
Called for each selected edge which cannot be
|
||||
collapsed because doing so would change the topological
|
||||
|
|
|
|||
Loading…
Reference in New Issue