Method | Description | |
---|---|---|
Create ( int srcNodeSetIdx, int tgtNodeSetIdx, INodeSetMappingFunction mappingFn ) : |
Creates a NodeSet from the provided source and target nodeset indexes and mapping function.
|
|
Create ( int srcNodeSetIdx, int tgtNodeSetIdx, double maximumConnectionDistance ) : |
Creates a NodeSet from the provided source and target nodeset indexes and maximum connection distance for mappings/connections.
|
|
Create ( int srcNodeSetIdx, int tgtNodeSetIdx, double maximumConnectionDistance, bool allowLocalRecurrentConnections ) : |
Creates a NodeSet from the provided source and target nodeset indexes, maximum connection distance for mappings/connections and a flag defining if local recurrent connections should be created when mapping between nodes in the same nodeset.
|
|
GenerateConnections ( List |
Generates the connections defined by the mapping.
|
|
GetConnectionCountHint ( List |
Returns an estimate/hint for the number of connections that would be created by the mapping.
|
|
NodeSetMapping ( int srcNodeSetIdx, int tgtNodeSetIdx, INodeSetMappingFunction mappingFn ) : System.Collections.Generic |
Constructs with the provided source and target nodeset indexes and mapping function to apply between those sets.
|
public static Create ( int srcNodeSetIdx, int tgtNodeSetIdx, INodeSetMappingFunction mappingFn ) : |
||
srcNodeSetIdx | int | |
tgtNodeSetIdx | int | |
mappingFn | INodeSetMappingFunction | |
return |
public static Create ( int srcNodeSetIdx, int tgtNodeSetIdx, double maximumConnectionDistance ) : |
||
srcNodeSetIdx | int | |
tgtNodeSetIdx | int | |
maximumConnectionDistance | double | |
return |
public static Create ( int srcNodeSetIdx, int tgtNodeSetIdx, double maximumConnectionDistance, bool allowLocalRecurrentConnections ) : |
||
srcNodeSetIdx | int | |
tgtNodeSetIdx | int | |
maximumConnectionDistance | double | |
allowLocalRecurrentConnections | bool | |
return |
public GenerateConnections ( List |
||
nodeSetList | List |
|
return | IEnumerable |
public GetConnectionCountHint ( List |
||
nodeSetList | List |
|
return | int |
public NodeSetMapping ( int srcNodeSetIdx, int tgtNodeSetIdx, INodeSetMappingFunction mappingFn ) : System.Collections.Generic | ||
srcNodeSetIdx | int | |
tgtNodeSetIdx | int | |
mappingFn | INodeSetMappingFunction | |
return | System.Collections.Generic |