Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL::N_step_adaptor<I,int N>
Definition
The adaptor
N_step_adaptor
<I,
int
N>
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
.
#include <CGAL/iterator.h>
Creation
N_step_adaptor<I,int N> i ( I j);
down cast.
Next:
Filter_iterator<Iterator, Predicate>
Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL Open Source Project
. Release 3.3.1. 25 August 2007.