mirror of https://github.com/CGAL/cgal
Internal and non documented stuff: gives access to the function object.
This commit is contained in:
parent
2656fde736
commit
01bcb32cb9
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue