$extrastylesheet
#include <mln/core/concept/site_iterator.hh>
Public Member Functions | |
void | invalidate () |
bool | is_valid () const |
void | next () |
void | start () |
Protected Member Functions | |
Site_Iterator () |
Public Types | |
typedef Site_Proxy< void > | category |
typedef E | exact_t |
Base class for implementation of classes of iterator on points.
An iterator on points is an iterator that browse over a set of points.
Definition at line 54 of file site_iterator.hh.
|
protected |
void mln::Site_Iterator< E >::invalidate | ( | ) |
bool mln::Site_Iterator< E >::is_valid | ( | ) | const |
void mln::Site_Iterator< E >::next | ( | ) |
Go to the next element.
void mln::Site_Iterator< E >::start | ( | ) |
Reimplemented in mln::hexa_fwd_piter_< S >.
|
inherited |
Definition at line 68 of file site_proxy.hh.
|
inherited |