dune-grid 2.9.0
|
#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 More... | |
Iterator & | operator++ () |
increment iterator More... | |
std::deque< Intersection >::iterator | operator-> () const |
dereference iterator More... | |
std::deque< Intersection >::iterator | operator* () const |
dereference iterator More... | |
bool | operator== (const Iterator &i) const |
compare two iterators More... | |
bool | operator!= (const Iterator &i) const |
compare two iterators More... | |
|
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