Internal and non documented stuff: gives access to the function object.

This commit is contained in:
Laurent Rineau 2008-10-03 13:58:08 +00:00
parent 2656fde736
commit 01bcb32cb9
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@ namespace CGAL {
v1->point().element_index() != v3->point().element_index();
}
const Function& function() const
{
return func;
}
private:
Function func;
Sphere_3 sphere;