Interface QuadTree<T>.IIterateQuadTreeLists
Namespace: CADability
Assembly: CADability.dll
Syntax
public interface IIterateQuadTreeLists
Methods
| Improve this Doc View SourceIterate(ref BoundingRect, HashSet<T>, Boolean)
Declaration
QuadTree<T>.IterateAction Iterate(ref BoundingRect rect, HashSet<T> objects, bool hasSubNodes)
Parameters
| Type | Name | Description |
|---|---|---|
| BoundingRect | rect | |
| System.Collections.Generic.HashSet<T> | objects | |
| System.Boolean | hasSubNodes |
Returns
| Type | Description |
|---|---|
| QuadTree.IterateAction<> |