Dune Core Modules (2.3.1)
entitypointer.hh
Go to the documentation of this file.
128 };
@ codim
The codimension of this EntityPointer.
Definition: entitypointer.hh:127
EntityPointer(const Entity &entity)
Templatized constructor from type of entity that this entity pointer points to. This constructor can ...
Definition: entitypointer.hh:153
bool operator==(const EntityPointer< GridImp, ItImp > &rhs) const
Checks for equality. Only works for EntityPointers and iterators on the same grid....
Definition: entitypointer.hh:206
Entity & operator*() const
Dereferencing operator.
Definition: entitypointer.hh:182
EntityPointer(const IteratorImp &i)
Copy Constructor from an Iterator implementation.
Definition: entitypointer.hh:255
IteratorImp::Entity Entity
The Entity that this EntityPointer can point to.
Definition: entitypointer.hh:123
EntityPointer(const EntityPointer< GridImp, ItImp > &ep)
Templatized copy constructor from arbitrary IteratorImp. This enables that an EntityPointer can be co...
Definition: entitypointer.hh:143
Entity * operator->() const
Pointer operator.
Definition: entitypointer.hh:188
int level() const
Ask for level of entity. This method is redundant and is only there for efficiency reasons....
Definition: entitypointer.hh:235
Implementation & impl()
return reference to the real implementation
Definition: entitypointer.hh:111
EntityPointer(const typename Entity::Implementation &entityImp)
Constructor from type of entity implementation that this entity pointer points to....
Definition: entitypointer.hh:162
bool equals(const EntityPointer< GridImp, ItImp > &rhs) const
Forward equality check to realIterator.
Definition: entitypointer.hh:260
const Implementation & impl() const
return reference to the real implementation
Definition: entitypointer.hh:113
bool operator!=(const EntityPointer< GridImp, ItImp > &rhs) const
Checks for inequality. Only works for EntityPointers and iterators on the same grid....
Definition: entitypointer.hh:217
Definition: grid.hh:1017
Different resources needed by all grid implementations.
This file implements iterator facade classes for writing stl conformant iterators.
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)