QuadTreeTItemGetAllItems(ListTItem) Method |
Get all items in this quad tree, including all items in the children.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void GetAllItems(
List<TItem> results
)
Parameters
- results ListTItem
- A list, that is filled with all items in this quad tree.
See Also