FortranGIS  Version2.5
Public Attributes | List of all members
arrayof_readosm_node_f Type Reference

Derived type defining a dynamically extensible array of TYPE(readosm_node_f) elements. More...

Public Attributes

type(readosm_node_f), dimension(:), pointer array =>NULL()
 array of TYPE(readosm_node_f) More...
 
integer arraysize =0
 current logical size of the array; it may be different from the physical size SIZE(thisarray), and it should be used instead of SIZE() intrinsic function in order to evaluate the number of elements assigned to array More...
 
double precision overalloc =2.0D0
 overallocation factor, values close to 1 determine more calls to the system alloc function (decreased performances) at the advantage of less memory consumption, the default is 2; the results are not affected by the value of this member More...
 

Detailed Description

Derived type defining a dynamically extensible array of TYPE(readosm_node_f) elements.

Definition at line 249 of file readosm.F90.