|
dune-grid
2.2.1
|
#include <dune/grid/yaspgrid.hh>
Public Types | |
| enum | { codimension = codim } |
| codimension of entity pointer More... | |
| typedef GridImp::template Codim< codim >::Entity | Entity |
| typedef MultiYGrid< dim, ctype > ::YGridLevelIterator | YGLI |
| typedef SubYGrid< dim, ctype > ::TransformingSubIterator | TSI |
| typedef YaspSpecialEntity < codim, dim, GridImp > | SpecialEntity |
| typedef YaspEntityPointer < codim, GridImp > | EntityPointerImp |
Public Member Functions | |
| YaspEntityPointer (const GridImp *yg, const YGLI &g, const TSI &it) | |
| constructor More... | |
| YaspEntityPointer (const YaspEntityImp &entity) | |
| copy constructor More... | |
| YaspEntityPointer (const YaspEntityPointer &rhs) | |
| copy constructor More... | |
| bool | equals (const YaspEntityPointer &rhs) const |
| equality More... | |
| Entity & | dereference () const |
| dereferencing More... | |
| int | level () const |
| ask for level of entity More... | |
| const YaspEntityPointer & | operator= (const YaspEntityPointer &rhs) |
| const TSI & | transformingsubiterator () const |
| const YGLI & | gridlevel () const |
| TSI & | transformingsubiterator () |
| YGLI & | gridlevel () |
Protected Types | |
| typedef YaspEntity< codim, dim, GridImp > | YaspEntityImp |
Protected Attributes | |
| YGLI | _g |
| TSI | _it |
| SpecialEntity | _entity |
| virtual entity More... | |
YaspEntityPointer serves as a Reference or Pointer to a YaspGrid::Entity. It can also be initialized from Yasp::LevelIterator, Yasp::LeafIterator, Yasp::HierarchicIterator and Yasp::IntersectionIterator.
We have specializations for codim==0 (elements) and codim=dim (vertices). The general version throws a GridError.
| typedef GridImp::template Codim<codim>::Entity Dune::YaspEntityPointer< codim, GridImp >::Entity |
| typedef YaspEntityPointer<codim,GridImp> Dune::YaspEntityPointer< codim, GridImp >::EntityPointerImp |
| typedef YaspSpecialEntity<codim,dim,GridImp> Dune::YaspEntityPointer< codim, GridImp >::SpecialEntity |
| typedef SubYGrid<dim,ctype>::TransformingSubIterator Dune::YaspEntityPointer< codim, GridImp >::TSI |
|
protected |
| typedef MultiYGrid<dim,ctype>::YGridLevelIterator Dune::YaspEntityPointer< codim, GridImp >::YGLI |
| anonymous enum |
|
inline |
constructor
|
inline |
copy constructor
|
inline |
copy constructor
|
inline |
dereferencing
|
inline |
equality
Referenced by Dune::YaspIntersection< const const GridImp >::equals().
|
inline |
|
inline |
|
inline |
ask for level of entity
Referenced by Dune::YaspIntersection< const const GridImp >::boundarySegmentIndex().
|
inline |
|
inline |
Referenced by Dune::YaspIntersection< const const GridImp >::boundary(), Dune::YaspIntersection< const const GridImp >::boundarySegmentIndex(), Dune::YaspIntersection< const const GridImp >::geometry(), Dune::YaspIntersection< const const GridImp >::neighbor(), Dune::YaspIntersection< const const GridImp >::update(), and Dune::YaspIntersection< const const GridImp >::YaspIntersection().
|
inline |
|
mutableprotected |
virtual entity
Referenced by Dune::YaspEntityPointer< 0, const const GridImp >::dereference().
|
protected |
|
protected |
1.8.3.1