Concept describing a meshing algorithm used to produce the output mesh of the scale space reconstruction algorithm.
A mesher is a functor that can be applied to a range of points and that returns a set of facets.
- Has Models:
CGAL::Scale_space_reconstruction_3::Alpha_shape_mesher
CGAL::Scale_space_reconstruction_3::Advancing_front_mesher
◆ operator()()
template<typename InputIterator , typename OutputIterator >
- Template Parameters
-
- Parameters
-
begin | iterator over the first input point. |
end | past-the-end iterator over the input points. |
output | iterator where facets (triples of point indices) are stored. |