|
| RefEntityTmp (const boost::shared_ptr< BasicEntityData > &basic_data_ptr, const EntityHandle ent) |
|
| RefEntityTmp (const boost::shared_ptr< BasicEntityData > &basic_data_ptr, const EntityHandle ent, EntityHandle *ent_parent_tag_ptr) |
|
virtual const boost::shared_ptr< BasicEntityData > | getBasicDataPtr () const |
| Get pointer to basic data struture. More...
|
|
| RefEntityTmp (const boost::shared_ptr< BasicEntityData > &basic_data_ptr, const EntityHandle ent) |
|
| RefEntityTmp (const boost::shared_ptr< BasicEntityData > &basic_data_ptr, const EntityHandle ent, EntityHandle *ent_parent_tag_ptr) |
|
virtual | ~RefEntityTmp ()=default |
|
int | getSideNumber () const |
|
boost::shared_ptr< SideNumber > | getSideNumberPtr () const |
| Get the Side number. More...
|
|
EntityHandle | getEnt () const |
| Get the entity handle. More...
|
|
EntityType | getEntType () const |
| Get entity type. More...
|
|
int | getEntDimension () const |
| Get the Ent Dimension. More...
|
|
const char * | getEntTypeName () const |
| Get the Ent Type Name. More...
|
|
EntityID | getEntId () const |
| get entity id More...
|
|
EntityHandle | getOwnerEnt () const |
| Owner handle on this or other processors. More...
|
|
int | getOwnerProc () const |
|
int | getPartProc () const |
| Get processor. More...
|
|
int * | getPartProcPtr () const |
| Get pointer to partition tag. More...
|
|
unsigned char | getPStatus () const |
| get pstatus This tag stores various aspects of parallel status in bits; see also define following, to be used in bit mask operations. If an entity is not shared with any other processors, the pstatus is 0, otherwise it's > 0 More...
|
|
int * | getSharingProcsPtr () const |
| get shared processors More...
|
|
EntityHandle * | getSharingHandlersPtr () const |
| get sharid entity handlers More...
|
|
EntityHandle * | getParentEntPtr () const |
| Get pointer to parent entity tag. More...
|
|
BitRefLevel * | getBitRefLevelPtr () const |
| Get pointer to bit ref level tag. More...
|
|
EntityType | getParentEntType () const |
| Get patent entity. More...
|
|
EntityHandle | getParentEnt () const |
| Get parent entity, i.e. entity form one refinement level up. More...
|
|
const BitRefLevel & | getBitRefLevel () const |
| Get entity ref bit refinement signature. More...
|
|
unsigned long int | getBitRefLevelULong () const |
| Get entity ref bit refinement as ulong. More...
|
|
Definition at line 544 of file RefEntsMultiIndices.hpp.