sdr_attr_of_uni Function

private function sdr_attr_of_uni(attribute, object_kind, id) result(allattr)

Get all attributes of the given object kind and (unique) id from the list of attributes in "attribute".

Arguments

TypeIntentOptionalAttributesName
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).

Return Value type(grw_intarray_type)

Resulting list of attributes with the same unique id.


Calls

proc~~sdr_attr_of_uni~~CallsGraph proc~sdr_attr_of_uni sdr_attr_of_uni interface~init~11 init proc~sdr_attr_of_uni->interface~init~11 interface~append~11 append proc~sdr_attr_of_uni->interface~append~11

Called by

proc~~sdr_attr_of_uni~~CalledByGraph proc~sdr_attr_of_uni sdr_attr_of_uni proc~sdr_load_attribute sdr_load_attribute proc~sdr_load_attribute->proc~sdr_attr_of_uni proc~sdr_load_spatialobject_single sdr_load_spatialObject_single proc~sdr_load_spatialobject_single->proc~sdr_load_attribute proc~sdr_load_geometry sdr_load_geometry proc~sdr_load_geometry->proc~sdr_load_spatialobject_single proc~sdr_load_config sdr_load_config proc~sdr_load_config->proc~sdr_load_geometry

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iAttr