| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Directed_Graph_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Directed_Graph_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| integer, | intent(in) | :: | i_box | |||
| type(Logical_Rectangle), | intent(in) | :: | adjacency_matrices(:,:) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(String_Wrapper), | private, | allocatable | :: | paths(:) | |||
| character(len=:), | private, | allocatable | :: | basename | |||
| character(len=:), | private, | allocatable | :: | graph_name |
| procedure, public :: construct => Dot_construct | |
| procedure, public :: destroy => Dot_destroy | |
| procedure, public :: write => Dot_write |
| 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(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Directed_Graph_Writer), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Directed_Graph_Writer), | intent(in) | :: | this | |||
| integer, | intent(in) | :: | i_step | |||
| integer, | intent(in) | :: | i_box | |||
| type(Logical_Rectangle), | intent(in) | :: | adjacency_matrices(:,:) |