|
dune-grid
2.3.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... | |
Friends | |
| class | SLevelIterator< codim, pitype, const GridImp > |
Enables iteration over all entities of a given codimension and level of a grid.
| typedef GridImp::template Codim<codim>::Entity Dune::SLevelIterator< codim, PartitionIteratorType, GridImp >::Entity |
|
inherited |
|
protectedinherited |
|
inherited |
|
inline |
constructor
|
inherited |
dereferencing
|
inlinestaticprotectedinherited |
|
inlineprotectedinherited |
|
inherited |
equality
|
inlineprotectedinherited |
Referenced by Dune::SEntityPointer< 0, GridImp >::entity().
| void Dune::SLevelIterator< codim, PartitionIteratorType, GridImp >::increment | ( | ) |
increment
|
inherited |
ask for level of entity
|
inlineprotectedinherited |
|
friend |
|
mutableprotectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |
my consecutive index
Referenced by Dune::SEntityPointer< 0, GridImp >::entity(), Dune::SEntityPointer< 0, GridImp >::operator=(), and Dune::SEntityPointer< 0, GridImp >::~SEntityPointer().
|
protectedinherited |
level where element is on
Referenced by Dune::SEntityPointer< 0, GridImp >::entity(), and Dune::SEntityPointer< 0, GridImp >::operator=().
1.8.7