|
dune-grid 2.10
|
#include <dune/grid/yaspgrid/ygrid.hh>
Public Member Functions | |
| Iterator (const YGridList< Coordinates > &ygl, bool end=false) | |
| return iterator to begin and end of the container | |
| Iterator & | operator++ () |
| increment iterator | |
| std::deque< Intersection >::iterator | operator-> () const |
| dereference iterator | |
| std::deque< Intersection >::iterator | operator* () const |
| dereference iterator | |
| bool | operator== (const Iterator &i) const |
| compare two iterators | |
| bool | operator!= (const Iterator &i) const |
| compare two iterators | |
|
inline |
return iterator to begin and end of the container
|
inline |
compare two iterators
|
inline |
dereference iterator
|
inline |
increment iterator
|
inline |
dereference iterator
|
inline |
compare two iterators