#include <indexidset.hh>
Template parameters are:
Public Types | |
typedef IdTypeImp | IdType |
define the type used for persistent indices | |
Public Member Functions | |
template<int cc> | |
IdType | subId (const typename remove_const< GridImp >::type::Traits::template Codim< 0 >::Entity &e, int i) const |
get id of subentity i of codim cc | |
template<class EntityType> | |
IdType | id (const EntityType &e) const |
Get id of an entity. This method is simpler to use than the one below. | |
template<int cc> | |
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. |