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 | |||
|---|---|---|---|---|---|---|---|
| logical, | private | :: | unique_candidate | = | .true. | ||
| integer, | private | :: | i_unique_candidate | = | 0 | ||
| integer, | private | :: | num_candidates | = | 0 | ||
| integer, | private | :: | num_choices | = | 0 | ||
| real(kind=DP), | private, | allocatable | :: | limits(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Tower_Sampler), | intent(out) | :: | this | |||
| integer, | intent(in) | :: | num_candidates |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Tower_Sampler), | intent(inout) | :: | this |
Sets the ``stories'' of the tower.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Tower_Sampler), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | nums_candidates(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Tower_Sampler), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Tower_Sampler), | intent(in) | :: | this |