#include <CGAL/Maximal_empty_spheres/maximal_empty_spheres.h>
compute maximal empty spheres from a range of spheres.
This function computes maximal empty spheres from the input range of spheres and stores the results in the output iterator.
- Template Parameters
-
| SphereRange | A range of spheres to be processed. The value type may be a 2D circle or a 3D or dD sphere. |
| OutputIterator | An output iterator to store the results which are the same type as the input spheres. |
- Parameters
-
| input | The input range of spheres. |
| result | The output iterator to store the maximal empty spheres. |
- Examples
- Maximal_empty_spheres/maximal_empty_spheres_3.cpp.