Go to the documentation of this file.
3 #ifndef DUNE_ALBERTA_LEAFITERATOR_HH
4 #define DUNE_ALBERTA_LEAFITERATOR_HH
18 template<
int codim, PartitionIteratorType pitype,
class Gr
idImp >
19 class AlbertaGridLeafIterator
20 :
public AlbertaGridTreeIterator< codim, GridImp, true >
22 typedef AlbertaGridLeafIterator< codim, pitype, GridImp > This;
52 template<
int codim,
class Gr
idImp >
87 #endif // #if HAVE_ALBERTA
89 #endif // #ifndef DUNE_ALBERTA_LEAFITERATOR_HH
AlbertaGridLeafIterator()
Definition: leafiterator.hh:63
Definition: albertagrid/gridfamily.hh:69
Include standard header files.
Definition: agrid.hh:59
marker assigning subentities to one element containing them
Definition: treeiterator.hh:29
GridImp::template Codim< codim >::Entity Entity
Definition: treeiterator.hh:202
Base::Entity Entity
Definition: leafiterator.hh:26
int level() const
ask for level of entities
Definition: albertagrid/entitypointer.hh:147
void increment()
increment the iterator
Definition: leafiterator.hh:79
EntityPointer implementation for AlbertaGrid.
Definition: albertagrid/entity.hh:21
Base::Entity Entity
Definition: leafiterator.hh:60
AlbertaGridLeafIterator()
Definition: leafiterator.hh:29
AlbertaGridLeafIterator(const GridImp &grid, int level)
Constructor making end iterator.
Definition: leafiterator.hh:67
void increment()
increment the iterator
Definition: leafiterator.hh:45
AlbertaGridLeafIterator(const GridImp &grid, int level)
Constructor making end iterator.
Definition: leafiterator.hh:33
const GridImp & grid() const
obtain a reference to the grid
Definition: albertagrid/entitypointer.hh:170
Base::MarkerVector MarkerVector
Definition: leafiterator.hh:61
void increment()
increment
Definition: treeiterator.hh:383
AlbertaGridLeafIterator(const GridImp &grid, const MarkerVector *vec, int level)
Constructor making begin iterator.
Definition: leafiterator.hh:38
Definition: leafiterator.hh:53
AlbertaGridLeafIterator(const GridImp &grid, const MarkerVector *vec, int level)
Constructor making begin iterator (which is the end iterator in this case)
Definition: leafiterator.hh:72
only ghost entities
Definition: gridenums.hh:140
Base::MarkerVector MarkerVector
Definition: leafiterator.hh:27