This module provides the TEdgeList class
Constructor of TEdgeList
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | N |
Number of connected edges or nodes |
Edge list
List of connected Edges or Nodes
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | N |
Numbe of connected edges or nodes |
|||
| integer, | public, | allocatable | :: | data(:) |
Array containing the integer IDs of the connected integers or nodes |
| public function TEdgeListConstructor (N) | Constructor of TEdgeList |
| final :: destructor |
Constructor of TEdgeList
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | N |
Number of connected edges or nodes |
Edge list
Should be called automatically
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(TEdgeList) | :: | buffer |
The TEdgeList object to be destroyed |