Public Types | |
typedef Grid::Traits::template Codim< codim >::EntitySeed | EntitySeed |
typedef Grid::Traits::template Codim< codim >::EntityImpl | EntityImpl |
![]() | |
typedef Traits::template Codim < codimension >::Entity | Entity |
type of entity | |
Public Member Functions | |
PolyhedralGridIterator (ExtraData data, const bool beginIterator) | |
PolyhedralGridIterator (const This &other) | |
void | increment () |
increment | |
![]() | |
PolyhedralGridEntityPointer (ExtraData data) | |
PolyhedralGridEntityPointer (const EntityImpl &entity) | |
PolyhedralGridEntityPointer (const This &other) | |
const This & | operator= (const This &other) |
bool | equals (const This &other) const |
check for equality | |
Entity & | dereference () const |
dereference entity | |
operator const Entity & () const | |
operator Entity & () | |
int | level () const |
obtain level | |
Protected Types | |
typedef Base::ExtraData | ExtraData |
![]() | |
typedef Grid::Traits | Traits |
typedef Traits::ExtraData | ExtraData |
typedef Traits::template Codim < codimension >::EntityImpl | EntityImpl |
Additional Inherited Members | |
![]() | |
static const int | dimension = Grid::dimension |
grid dimension | |
static const int | codimension = codim |
world dimension | |
![]() | |
EntityImpl & | entityImpl () const |
ExtraData | data () const |
![]() | |
Entity | entity_ |