Property | Type | Description | |
---|---|---|---|
_id | uint | ||
_srcNodes | HashSet |
||
_tgtNodes | HashSet |
Method | Description | |
---|---|---|
NodeConnectivityData ( uint id ) : System.Collections.Generic |
Construct with empty source/target node sets.
|
|
NodeConnectivityData ( uint id, HashSet |
Construct with the provided source/target node sets.
|
public NodeConnectivityData ( uint id ) : System.Collections.Generic | ||
id | uint | |
return | System.Collections.Generic |
public NodeConnectivityData ( uint id, HashSet |
||
id | uint | |
srcNodes | HashSet |
|
tgtNodes | HashSet |
|
return | System.Collections.Generic |