MergeSubGraphs
Declaration
public bool MergeSubGraphs(MapSubGraph[] subgraphs, bool onlyKeepLatestEdges, out MapSubGraph mergedSubgraph)
Parameters
| Name | Type | Summary |
|---|---|---|
| subgraphs | MapSubGraph[] | Array of subgraphs to merge |
| onlyKeepLatestEdges | bool | If true, it only keeps latest edge between two given nodes |
| mergedSubgraph | MapSubGraph | Output merged subgraph |