|
dune-grid
2.4.1
|
persistent, globally unique Ids More...
#include <dune/grid/yaspgrid.hh>

Public Types | |
| typedef remove_const< GridImp >::type::PersistentIndexType | IdType |
| define the type used for persisitent indices More... | |
Public Member Functions | |
| YaspGlobalIdSet () | |
| Only default-constructible. More... | |
| template<int cd> | |
| IdType | id (const typename remove_const< GridImp >::type::Traits::template Codim< cd >::Entity &e) const |
| get id of an entity More... | |
| IdType | subId (const typename remove_const< GridImp >::type::Traits::template Codim< 0 >::Entity &e, int i, unsigned int codim) const |
| get id of subentity More... | |
| IdType | id (const Entity &e) const |
| Get id of an entity. This method is simpler to use than the one below. More... | |
| IdType | id (const typename remove_const< GridImp >::type::Traits::template Codim< cc >::Entity &e) const |
| Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely. More... | |
persistent, globally unique Ids
| typedef remove_const<GridImp>::type::PersistentIndexType Dune::YaspGlobalIdSet< GridImp >::IdType |
define the type used for persisitent indices
|
inline |
Only default-constructible.
|
inline |
get id of an entity
Referenced by Dune::YaspEntity< 0, GridImp::dimension, GridImp >::persistentIndex().
|
inlineinherited |
Get id of an entity. This method is simpler to use than the one below.
|
inlineinherited |
Get id of an entity of codim cc. Unhandy because template parameter must be supplied explicitely.
|
inline |
get id of subentity
1.8.11