|
dune-grid 2.10
|
#include <dune/grid/albertagrid/leveliterator.hh>

Public Types | |
| typedef Base::Entity | Entity |
| typedef Base::MarkerVector | MarkerVector |
| typedef Alberta::MeshPointer< dimension > | MeshPointer |
| typedef MeshPointer::MacroIterator | MacroIterator |
| typedef MakeableInterfaceObject< Entity > | EntityObject |
| typedef EntityObject::ImplementationType | EntityImp |
| typedef EntityImp::ElementInfo | ElementInfo |
Public Member Functions | |
| AlbertaGridLevelIterator () | |
| AlbertaGridLevelIterator (const GridImp &grid, int level) | |
| Constructor making end iterator. | |
| AlbertaGridLevelIterator (const GridImp &grid, const MarkerVector *, int level) | |
| Constructor making begin iterator (which is the end iterator in this case). | |
| void | increment () |
| increment the iterator | |
| bool | equals (const This &other) const |
| equality | |
| Entity & | dereference () const |
| dereferencing | |
| int | level () const |
| ask for level of entities | |
| bool | equals (const This &other) const |
| equality | |
Static Public Attributes | |
| static const int | dimension |
| static const int | codimension |
| static const int | dimensionworld |
Protected Member Functions | |
| const GridImp & | grid () const |
| obtain a reference to the grid | |
| typedef EntityImp::ElementInfo Dune::AlbertaGridTreeIterator< codim, GridImp, leafIterator >::ElementInfo |
| typedef Base::Entity Dune::AlbertaGridLevelIterator< codim, Ghost_Partition, GridImp >::Entity |
| typedef EntityObject::ImplementationType Dune::AlbertaGridTreeIterator< codim, GridImp, leafIterator >::EntityImp |
| typedef MakeableInterfaceObject< Entity > Dune::AlbertaGridTreeIterator< codim, GridImp, leafIterator >::EntityObject |
| typedef MeshPointer::MacroIterator Dune::AlbertaGridTreeIterator< codim, GridImp, leafIterator >::MacroIterator |
| typedef Base::MarkerVector Dune::AlbertaGridLevelIterator< codim, Ghost_Partition, GridImp >::MarkerVector |
| typedef Alberta::MeshPointer< dimension > Dune::AlbertaGridTreeIterator< codim, GridImp, leafIterator >::MeshPointer |
|
inline |
|
inline |
Constructor making end iterator.
|
inline |
Constructor making begin iterator (which is the end iterator in this case).
|
inline |
dereferencing
|
inline |
equality
|
inlineinherited |
equality
|
inlineprotected |
obtain a reference to the grid
|
inline |
increment the iterator
|
inline |
ask for level of entities
|
static |
|
static |
|
static |