Click or drag to resize

QuadTreeTItemAdd Method

Adds an item 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 Add(
	TItem item
)

Parameters

item  TItem
The item to add.
Remarks
The item is 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