This routine append 8 children to protoTree and inherit property bits from parent. leaf bit is removed from parent.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_protoTree_type), | intent(inout) | :: | proto | preliminary tree on which childern are created |
||
integer, | intent(in) | :: | parent | Position of parent node on the dynamic array of node%treeID and node_data in preliminary tree |
||
integer, | intent(out) | :: | child_nodePos(8) | 8 children node position in protoTree |
||
type(grw_longarray_type), | intent(inout) | :: | grwTreeID | Temporary growing array of TreeID contains new leaf nodes in current level |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iChild | ||||
integer(kind=long_k), | private | :: | treeID(1:8) | ||||
integer, | private | :: | child_sublevel | ||||
integer, | private | :: | propbits(proto%node%propLength) | ||||
logical, | private | :: | child_hasBnd(8) | ||||
integer, | private | :: | minLevel |