#include <entitypointer.hh>
Public Member Functions | |
AlbertaGridEntityPointer (const GridImp &grid, const ElementInfo &elementInfo, int subEntity) | |
make an EntityPointer that points to an element | |
AlbertaGridEntityPointer (const GridImp &grid) | |
constructor for invalid EntityPointer | |
AlbertaGridEntityPointer (const EntityImp &entity) | |
make entity pointer from entity | |
AlbertaGridEntityPointer (const This &other) | |
copy constructor | |
~AlbertaGridEntityPointer () | |
Destructor. | |
This & | operator= (const This &other) |
assignment operator | |
bool | equals (const This &other) const |
equality | |
Entity & | dereference () const |
dereferencing | |
int | level () const |
ask for level of entities | |
void | compactify () |
reduce memory | |
Protected Member Functions | |
EntityImp & | entityImp () |
obtain reference to internal entity implementation | |
const EntityImp & | entityImp () const |
obtain const reference to internal entity implementation | |
const GridImp & | grid () const |
obtain a reference to the grid |