Show / Hide Table of Contents

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX