DelegatePairFilterT Class |
Namespace: DigitalRune.Geometry.Partitioning
The DelegatePairFilterT type exposes the following members.
Name | Description | |
---|---|---|
DelegatePairFilterT |
Initializes a new instance of the DelegatePairFilterT class.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Filter |
Filters the specified item pair.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnChanged |
Raises the Changed event.
| |
RaiseChanged |
Raises the Changed event.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
FilterCallback |
Gets or sets the filter callback.
|
Per default, Filter(PairT) returns for all item pairs. If a FilterCallback is set, Filter(PairT) calls the FilterCallback and return its result.
If the FilterCallback is changed, the Changed event is raised automatically. If the FilterCallback does not change but the filter rules change, RaiseChanged must be called to raise the Changed event manually.