#include <dune/grid/geometrygrid/idset.hh>
|
| typedef HostIdSet::IdType | IdType |
|
| | IdSet () |
| | IdSet (const HostIdSet &hostIdSet) |
| | IdSet (const This &other) |
| const This & | operator= (const This &other) |
| template<int codim> |
| IdType | id (const typename Traits::template Codim< codim >::Entity &entity) const |
| template<class Entity> |
| IdType | id (const Entity &entity) const |
| IdType | subId (const typename Traits::template Codim< 0 >::Entity &entity, int i, unsigned int codim) const |
| | operator bool () const |
| IdType | subId (const typename Codim< 0 >::Entity &e, int i, unsigned int codim) const |
| | Get id of subentity i of co-dimension codim of a co-dimension 0 entity.
|
| IdType | id (const Entity &e) const |
| | Get id of an entity. This method is simpler to use than the one below.
|
| IdType | subId (const typename Codim< 0 >::Entity &e, int i, unsigned int codim) const |
| | Get id of subentity i of co-dimension codim of a co-dimension 0 entity.
|
|
| static constexpr auto | dimension |
| | dimension of the grid (maximum allowed codimension)
|
◆ IdType
template<class
Grid, class HostIdSet>
◆ IdSet() [1/3]
template<class
Grid, class HostIdSet>
◆ IdSet() [2/3]
template<class
Grid, class HostIdSet>
◆ IdSet() [3/3]
template<class
Grid, class HostIdSet>
◆ id() [1/3]
template<class
Grid, class HostIdSet>
◆ id() [2/3]
template<class
Grid, class HostIdSet>
template<int codim>
◆ id() [3/3]
Get id of an entity. This method is simpler to use than the one below.
◆ operator bool()
template<class
Grid, class HostIdSet>
◆ operator=()
template<class
Grid, class HostIdSet>
◆ subId() [1/3]
template<class
Grid, class HostIdSet>
Get id of subentity i of co-dimension codim of a co-dimension 0 entity.
◆ subId() [2/3]
template<class
Grid, class HostIdSet>
◆ subId() [3/3]
Get id of subentity i of co-dimension codim of a co-dimension 0 entity.
◆ dimension
dimension of the grid (maximum allowed codimension)
The documentation for this class was generated from the following file: