dyn_attributearray_type Derived Type

type, public :: dyn_attributearray_type

dynamic array (da) type for type(sdr_attribute_type)


Inherits

type~~dyn_attributearray_type~~InheritsGraph type~dyn_attributearray_type dyn_attributearray_type type~sdr_attribute_type sdr_attribute_type type~dyn_attributearray_type->type~sdr_attribute_type val

Inherited by

type~~dyn_attributearray_type~~InheritedByGraph type~dyn_attributearray_type dyn_attributearray_type type~sdr_attrlist_type sdr_attrList_type type~sdr_attrlist_type->type~dyn_attributearray_type dynArray type~sdr_geometry_type sdr_geometry_type type~sdr_geometry_type->type~sdr_attrlist_type attribute

Contents


Components

TypeVisibilityAttributesNameInitial
integer, private :: nvals =0
integer, private :: containersize =0
type(sdr_attribute_type), private, allocatable:: val(:)
integer, private, allocatable:: sorted(:)