#include <yaspgrid.hh>
Public Types | |
typedef YGrid< dim, ctype >::iTupel | iTupel |
define type used for coordinates in grid module | |
enum | |
codimension of entity pointer | |
Public Member Functions | |
YaspHierarchicIterator (const YGLI &g, const TSI &it, int maxlevel) | |
constructor | |
YaspHierarchicIterator (const YaspHierarchicIterator &it) | |
constructor | |
void | increment () |
increment | |
bool | equals (const YaspEntityPointer &rhs) const |
equality | |
Entity & | dereference () const |
dereferencing | |
void | compactify () |
method compactify is empty for YaspEntiyPointer | |
int | level () const |
ask for level of entity | |
Protected Attributes | |
SpecialEntity | _entity |
virtual entity |