| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Node_), | public, | pointer | :: | Nodep | 
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Node_), | public, | pointer | :: | Parent | |||
| type(Nodep_), | public, | allocatable | :: | Child(:) | |||
| real(kind=real64), | public | :: | coord(3) | ||||
| real(kind=real64), | public | :: | vector(3) | ||||
| character(len=200), | public | :: | Name | ||||
| real(kind=real64), | public | :: | fpval | ||||
| integer(kind=int32), | public | :: | intval | ||||
| integer(kind=int32), | public | :: | ID | 
| procedure, public :: Init => InitializeNode | |
| procedure, public :: create => CreateNode | 
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(Nodep_), | public, | allocatable | :: | Node(:) | |||
| integer(kind=int32), | public | :: | SortedUntil | 
| procedure, public :: Init => InitializeTree | |
| procedure, public :: Add => AddNodeInTree | |
| procedure, public :: cut => cutNodeInTree | |
| procedure, public :: show => showTree | |
| procedure, public :: NumOfTree | |
| procedure, public :: parentNodeID => parentNodeIDTree | |
| procedure, public :: countIfParentIDis | |
| procedure, public :: setVisualMap => setVisualMapTree | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Tree_), | intent(in) | :: | obj | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Tree_), | intent(in) | :: | obj | |||
| integer(kind=int32), | intent(in) | :: | ParentID | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Tree_), | intent(in) | :: | obj | |||
| integer(kind=int32), | intent(in), | optional | :: | ParentID | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Node_), | intent(inout) | :: | obj | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Tree_), | intent(inout) | :: | obj | |||
| integer(kind=int32), | intent(in), | optional | :: | NumOfNode | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Tree_), | intent(in) | :: | obj | 
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Tree_), | intent(in) | :: | obj |