dune-grid
2.4.1
|
#include <dune/grid/sgrid.hh>
Public Types | |
typedef GridImp::template Codim< codim >::Entity | Entity |
enum | { codimension = codim } |
codimension of entity pointer More... | |
typedef SEntityPointer< codim, GridImp > | EntityPointerImp |
Public Member Functions | |
void | increment () |
increment More... | |
SLevelIterator (GridImp *_grid, int _l, int _id) | |
constructor More... | |
bool | equals (const SEntityPointer< codim, GridImp > &i) const |
equality More... | |
Entity & | dereference () const |
dereferencing More... | |
int | level () const |
ask for level of entity More... | |
Protected Types | |
typedef AutoPtrStack< Entity > | EntityStackType |
Protected Member Functions | |
SEntity< codim, dim, GridImp > & | realEntity () const |
Entity & | entity () const |
Entity * | getEntity (GridImp *_grid, int _l, int _id) const |
Static Protected Member Functions | |
static EntityStackType & | enStack () |
Protected Attributes | |
GridImp * | grid |
my grid More... | |
int | l |
level where element is on More... | |
int | index |
my consecutive index More... | |
Entity * | e |
virtual entity More... | |
Enables iteration over all entities of a given codimension and level of a grid.
typedef GridImp::template Codim<codim>::Entity Dune::SLevelIterator< codim, pitype, GridImp >::Entity |
|
inherited |
|
protectedinherited |
|
inherited |
|
inline |
constructor
|
inherited |
dereferencing
|
inlinestaticprotectedinherited |
|
inlineprotectedinherited |
|
inherited |
equality
|
inlineprotectedinherited |
void Dune::SLevelIterator< codim, pitype, GridImp >::increment | ( | ) |
increment
|
inherited |
ask for level of entity
|
inlineprotectedinherited |
|
mutableprotectedinherited |
virtual entity
|
protectedinherited |
my grid
Referenced by Dune::SEntityPointer< 0, GridImp >::operator=().
|
mutableprotectedinherited |
my consecutive index
Referenced by Dune::SEntityPointer< 0, GridImp >::operator=().
|
protectedinherited |
level where element is on
Referenced by Dune::SEntityPointer< 0, GridImp >::operator=().