mirror of https://github.com/CGAL/cgal
Merge pull request #4680 from MaelRL/HM-Undocument_deleted_functions-GF
Heat Method: remove wrapper around deleted function
This commit is contained in:
commit
c6df90f943
|
|
@ -897,16 +897,6 @@ public:
|
|||
base().clear_sources();
|
||||
}
|
||||
|
||||
/**
|
||||
* get estimated distance from the current source set to a vertex `vd`.
|
||||
* \warning The return type is `double` even when used with an exact kernel.
|
||||
*/
|
||||
double
|
||||
estimate_geodesic_distance(vertex_descriptor vd) const
|
||||
{
|
||||
return base().estimate_geodesic_distance(vd);
|
||||
}
|
||||
|
||||
/**
|
||||
* returns the source set.
|
||||
*/
|
||||
|
|
@ -916,7 +906,6 @@ public:
|
|||
return base().sources();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* fills the distance property map with the estimated geodesic distance of each vertex to the closest source vertex.
|
||||
* \tparam VertexDistanceMap a property map model of `WritablePropertyMap`
|
||||
|
|
|
|||
|
|
@ -342,7 +342,6 @@ private:
|
|||
//then go back to top of the stack
|
||||
}
|
||||
}
|
||||
std::cout<< a << " edges were flipped: " << std::endl;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue