Returns the absolute position in the total list of a given treeID opposed to PosOfId, where the relative position in one of the separate lists is returned. Herefore, total list has to be created beforehand.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=long_k), | intent(in) | :: | tID | the element you are looking for |
||
type(tem_levelDesc_type), | intent(in) | :: | levelDesc | the descriptor you use for searching |
||
integer, | intent(in), | optional | :: | eType | element type |
return position of tID in levelDesc%total list
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | eType_loc |