--- layout: posts title: Api - IPointGraphIndexElement Interface ---

The element type stored in the index of a PointGraph.

Hierarchy

Index

Properties

Optional kdId

kdId: number

This point's ordinal position in the kd-tree.

Optional merged

merged: number[]

Array of other pointId's merged with this one.

point

point: IPoint

The point.

pointId

pointId: number

The id of this point.

valueIds

valueIds: number[]

Array of valueId's for this point.

Generated using TypeDoc