doc bug-fix

missing a function
This commit is contained in:
Sébastien Loriot 2014-11-12 10:31:02 +01:00
parent 32306a04a6
commit 87d32b2829
1 changed files with 6 additions and 0 deletions

View File

@ -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