|
dune-grid
2.6-git
|
#include <dune/grid/albertagrid/gridfamily.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. More... | |
| AlbertaGridLevelIterator (const GridImp &grid, const MarkerVector *vec, int level) | |
| Constructor making begin iterator. More... | |
| void | increment () |
| increment the iterator More... | |
| bool | equals (const This &other) const |
| equality More... | |
| Entity & | dereference () const |
| dereferencing More... | |
| int | level () const |
| ask for level of entities More... | |
Static Public Attributes | |
| static const int | dimension |
| static const int | codimension |
| static const int | dimensionworld |
Protected Member Functions | |
| EntityImp & | entityImp () |
| obtain reference to internal entity implementation More... | |
| const EntityImp & | entityImp () const |
| obtain const reference to internal entity implementation More... | |
| const GridImp & | grid () const |
| obtain a reference to the grid More... | |
|
inherited |
| typedef Base::Entity Dune::AlbertaGridLevelIterator< codim, pitype, GridImp >::Entity |
|
inherited |
|
inherited |
|
inherited |
| typedef Base::MarkerVector Dune::AlbertaGridLevelIterator< codim, pitype, GridImp >::MarkerVector |
|
inherited |
|
inline |
|
inline |
Constructor making end iterator.
|
inline |
Constructor making begin iterator.
|
inlineinherited |
dereferencing
|
inlineprotectedinherited |
obtain reference to internal entity implementation
|
inlineprotectedinherited |
obtain const reference to internal entity implementation
|
inlineinherited |
equality
|
inlineprotectedinherited |
obtain a reference to the grid
|
inline |
increment the iterator
|
inlineinherited |
ask for level of entities
|
staticinherited |
|
staticinherited |
|
staticinherited |
1.8.13