|
ViennaGrid
1.0.1
|
Iterator over non-vertices and non-cells on a domain. More...
#include <domain_iterators.hpp>
Public Member Functions | |
| domain_subcell_iterator (MapIterator const &mit) | |
| ElementType & | operator* () const |
| ElementType * | operator-> () const |
| domain_subcell_iterator & | operator++ () |
| domain_subcell_iterator & | operator++ (int) |
| bool | operator== (const domain_subcell_iterator &i) const |
| bool | operator!= (const domain_subcell_iterator &i) const |
Iterator over non-vertices and non-cells on a domain.
| domain_subcell_iterator | ( | MapIterator const & | mit | ) | [inline] |
| bool operator!= | ( | const domain_subcell_iterator< ElementType, MapIterator > & | i | ) | const [inline] |
| ElementType& operator* | ( | ) | const [inline] |
| domain_subcell_iterator& operator++ | ( | ) | [inline] |
| domain_subcell_iterator& operator++ | ( | int | ) | [inline] |
| ElementType* operator-> | ( | ) | const [inline] |
| bool operator== | ( | const domain_subcell_iterator< ElementType, MapIterator > & | i | ) | const [inline] |
1.7.6.1