- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <sgrid.hh>
Inheritance diagram for Dune::SLevelIterator< codim, pitype, GridImp >:

Public Types | |
| enum | |
| codimension of entity pointer | |
Public Member Functions | |
| void | increment () |
| increment | |
| SLevelIterator (GridImp *_grid, int _l, int _id) | |
| constructor | |
| bool | equals (const SEntityPointer< codim, GridImp > &i) const |
| equality | |
| Entity & | dereference () const |
| dereferencing | |
| int | level () const |
| ask for level of entity | |
| void | compactify () |
| free all memory that is not necessarily needed | |
Protected Attributes | |
| GridImp * | grid |
| my grid | |
| int | l |
| level where element is on | |
| int | id |
| my consecutive id | |
|
SMakeableEntity< codim, dim, GridImp > * | e |
| virtual entity | |