Delegate OctTree<T>.FilterNode
Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate bool FilterNode(OctTree<T>.Node<T> toCheck);
Parameters
| Type | Name | Description |
|---|---|---|
| OctTree.Node<T> | toCheck |
Returns
| Type | Description |
|---|---|
| System.Boolean |
public delegate bool FilterNode(OctTree<T>.Node<T> toCheck);
| Type | Name | Description |
|---|---|---|
| OctTree.Node<T> | toCheck |
| Type | Description |
|---|---|
| System.Boolean |