CGAL 5.4 - STL Extensions for CGAL
|
#include <CGAL/iterator.h>
The adaptor N_step_adaptor
changes the step width of the iterator or circulator class I
to N
.
It is itself an iterator or circulator respectively. The behavior is undefined if the adaptor is used on a range [i,j)
where j-i
is not a multiple of n
.
Creation | |
N_step_adaptor (const I &j) | |
down cast. | |