#include <yaspgrid.hh>
We have specializations for codim==0 (elements) and codim=dim (vertices). The general version throws a GridError.
Public Types | |
enum | |
codimension of entity pointer | |
Public Member Functions | |
YaspEntityPointer (const YGLI &g, const TSI &it) | |
constructor | |
YaspEntityPointer (const YaspEntityImp &entity) | |
copy constructor | |
YaspEntityPointer (const YaspEntityPointer &rhs) | |
copy constructor | |
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 |