IAlgorithm< T >
IAlgorithm< T > class
Represents an algorithm that can be applied to a list of objects T .
Methods
| Name | Description |
|---|
| Alg | Processes an object in the list. Called after IAlgorithm::PreAlg ; |
| PostAlg | Called after processing of an object. |
| PreAlg | Called before processing of an object. |