Delegate OctTree<T>.Filter
Delegate definition of a filtering method restricting IOctTreeInsertable objects.
Namespace: CADability
Assembly: CADability.dll
Syntax
public delegate bool Filter(T toCheck);
Parameters
| Type | Name | Description |
|---|---|---|
| T | toCheck | The object beeing checked |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if accepted, false if rejected |