IAlgorithm< T >

IAlgorithm< T > class

Represents an algorithm that can be applied to a list of objects T .

Methods

NameDescription
AlgProcesses an object in the list. Called after IAlgorithm::PreAlg ;
PostAlgCalled after processing of an object.
PreAlgCalled before processing of an object.