Click or drag to resize

QuadTreeTItemGetAllItems(ListTItem) Method

Get all items in this quad tree, including all items in the children.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void GetAllItems(
	List<TItem> results
)

Parameters

results  ListTItem
A list, that is filled with all items in this quad tree.
See Also