--- layout: posts title: Api - PointGraph Class ---
Map of unique points by x, then y, to a point id. This will remain intact even after merging.
Index of points by id.
Number of points inserted
Map of point ids which once existed but have been merged into another id due to close proximity.
List of values inserted at points.
Iterate over points in the index.
Callback for each point in the index.
Get the index element of a point, after merging.
Point to look up index element.
Gets the id of a point, after merging.
Point to look up id.
Insert a value.
Value associated with this point.
valueId of the inserted value.
Insert a value at a point.
Point.
Finds all points which have only one value associated. Then, merge to the nearest other point within this set. Call this after inserting values.
Distance to consider points equal.
Merge points within a given distance from each other. Call this after inserting values.
Distance to consider points equal.
Reset the stored points, graphs, lists, to initial state.
Generated using TypeDoc
A graph of items which may be located on the same points.