dune-grid 2.9.0
|
#include <dune/grid/albertagrid/treeiterator.hh>
Public Types | |
typedef Alberta::MeshPointer< dimension > | MeshPointer |
typedef MeshPointer::MacroIterator | MacroIterator |
typedef GridImp::template Codim< codim >::Entity | Entity |
typedef MakeableInterfaceObject< Entity > | EntityObject |
typedef EntityObject::ImplementationType | EntityImp |
typedef EntityImp::ElementInfo | ElementInfo |
typedef AlbertaMarkerVector< dimension, dimensionworld > | MarkerVector |
Public Member Functions | |
AlbertaGridTreeIterator () | |
AlbertaGridTreeIterator (const This &other) | |
Constructor making end iterator. More... | |
This & | operator= (const This &other) |
Constructor making end iterator. More... | |
AlbertaGridTreeIterator (const GridImp &grid, int travLevel) | |
Constructor making end iterator. More... | |
AlbertaGridTreeIterator (const GridImp &grid, const MarkerVector *marker, int travLevel) | |
Constructor making begin iterator. More... | |
bool | equals (const This &other) const |
equality More... | |
Entity & | dereference () const |
dereferencing More... | |
int | level () const |
ask for level of entities More... | |
void | increment () |
increment More... | |
Static Public Attributes | |
static const int | dimension = GridImp::dimension |
static const int | codimension = codim |
static const int | dimensionworld = GridImp::dimensionworld |
Protected Member Functions | |
const GridImp & | grid () const |
obtain a reference to the grid More... | |
Enables iteration over all entities of a given codimension and level of a grid.
typedef EntityImp::ElementInfo Dune::AlbertaGridTreeIterator< codim, GridImp, leafIterator >::ElementInfo |
typedef GridImp::template Codim<codim>::Entity Dune::AlbertaGridTreeIterator< codim, GridImp, leafIterator >::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 AlbertaMarkerVector< dimension, dimensionworld > Dune::AlbertaGridTreeIterator< codim, GridImp, leafIterator >::MarkerVector |
typedef Alberta::MeshPointer< dimension > Dune::AlbertaGridTreeIterator< codim, GridImp, leafIterator >::MeshPointer |
|
inline |
|
inline |
Constructor making end iterator.
|
inline |
Constructor making end iterator.
|
inline |
Constructor making begin iterator.
|
inline |
dereferencing
|
inline |
equality
|
inlineprotected |
obtain a reference to the grid
|
inline |
increment
|
inline |
ask for level of entities
|
inline |
Constructor making end iterator.
|
static |
|
static |
|
static |