Method | Description | |
---|---|---|
GetNodeDataById ( uint id ) : |
Get the NodeConnectivityData for the node with the specified ID.
|
|
GetNodeDataByIndex ( int idx ) : |
Get the NodeConnectivityData for the node with the specified index in its host network definition.
|
|
NetworkConnectivityData ( |
Construct with the provided connectivity data.
|
public GetNodeDataById ( uint id ) : |
||
id | uint | |
return |
public GetNodeDataByIndex ( int idx ) : |
||
idx | int | |
return |
public NetworkConnectivityData ( |
||
nodeConnectivityDataArr | ||
nodeConnectivityDataById | NodeConnectivityData>.Dictionary | |
return | System.Collections.Generic |