QuadTreeTItemAddRange Method |
Adds items to the quad tree.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void AddRange(
IEnumerable<TItem> items
)
Parameters
- items IEnumerableTItem
- The items to add.
RemarksThe 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