Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(String_Wrapper), | private, | allocatable | :: | paths(:) | |||
| character(len=:), | private, | allocatable | :: | basename | |||
| character(len=:), | private, | allocatable | :: | graph_name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dot_Directed_Graph_Writer), | intent(out) | :: | this | |||
| type(String_Wrapper), | intent(in) | :: | paths(:) | |||
| character(len=*), | intent(in) | :: | basename | |||
| character(len=*), | intent(in) | :: | graph_name |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dot_Directed_Graph_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Dot_Directed_Graph_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| integer, | intent(in) | :: | i_box | |||
| type(Logical_Rectangle), | intent(in) | :: | adjacency_matrices(:,:) |