CGAL 5.2.2 - Scale-Space Surface Reconstruction
|
Concept describing a smoothing algorithm used to construct the scales of the scale space reconstruction algorithm.
A smoother is a functor that can be applied to a range of points. The container is directly modified, points are replaced by their smoothed versions.
Public Member Functions | |
template<typename InputIterator > | |
void | operator() (InputIterator begin, InputIterator end) |
void CGAL::Scale_space_reconstruction_3::Smoother::operator() | ( | InputIterator | begin, |
InputIterator | end | ||
) |
InputIterator | iterator over input points. |
begin | iterator over the first input point. |
end | past-the-end iterator over the input points. |