Adds an item to the quad tree.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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