Get all attributes of the given object kind and (unique) id from the list of attributes in "attribute".
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_attrList_type), | intent(in) | :: | attribute | The list of attributes to look up the unique entries in. |
||
integer, | intent(in) | :: | object_kind | The kind of objects to look for (boundaries, seeds, refinements...) |
||
integer, | intent(in) | :: | id | The unique id, to look for (all attributes with this id will be returned). |
Resulting list of attributes with the same unique id.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iAttr |