Helper class for access the node data by different dimensions
KdNodeAccessor
Type Parameters
| Name | Description |
|---|---|
T |
01 Syntax
Microsoft.VisualBasic.Data.GraphTheory.KdTree.KdNodeAccessor`1
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| metric | 1 | measuring of the node distance |
| nodeIs | 1 | test node equals? |
| activate | 1 | create a new instance of target object |
| GetDimensions | 1 | |
| getByDimension | 1 | |
| setByDimension | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| DimensionAccess | 1 |
04 Members
metric(
`0, `0)measuring of the node distance
Parameters
| Name | Type | Description |
|---|---|---|
a | `0 | - |
b | `0 | - |
nodeIs(
`0, `0)test node equals?
Parameters
| Name | Type | Description |
|---|---|---|
a | `0 | - |
b | `0 | - |
activate
create a new instance of target object
DimensionAccess
GetDimensions()
getByDimension(
T, String)setByDimension(
T, String, Double)