Click or drag to resize

QuadTreeTItemAddRange Method

Adds items to the quad tree.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddRange(
	IEnumerable<TItem> items
)

Parameters

items  IEnumerableTItem
The items to add.
Remarks
The items are added only if the quad boundaries intersect with the item's boundary. Make sure that the root quad boundaries are big enough to accomodate all items intended to be added to the quad tree!.
See Also