![]() |
LifeV
|
Data Structures | |
| struct | IdGetter |
| Generic definition of the functor to extract the local or global ID. More... | |
Functions | |
| template<int Selector> | |
| ID | getID (MeshEntity const &) |
| template<int Selector> | |
| void | setID (MeshEntity &, const ID) |
| Generic definition of setter. More... | |
| template<> | |
| ID | getID< MeshEntity::GLOBALID > (MeshEntity const &entity) |
| Specialization for global id. More... | |
| template<> | |
| ID | getID< MeshEntity::LOCALID > (MeshEntity const &entity) |
| Specialization for local id. More... | |
| template<> | |
| void | setID< MeshEntity::GLOBALID > (MeshEntity &entity, const ID id) |
| Specialization for global id. More... | |
| template<> | |
| void | setID< MeshEntity::LOCALID > (MeshEntity &entity, const ID id) |
| Specialization for local id. More... | |